Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linwhitehat authored Apr 12, 2022
1 parent 4b11d58 commit 6824c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocab_process/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def preprocess(pcap_dir):
word_packet = p.copy()
words = (binascii.hexlify(bytes(word_packet)))

words_string = words.decode()[68:]
words_string = words.decode()[76:]
# print(words_string)
length = len(words_string)
if length < 10:
Expand Down

0 comments on commit 6824c1f

Please sign in to comment.