Fixed sniff.py for fragments

This commit is contained in:
Sebastian 2016-11-26 22:42:19 +01:00
parent 93fbf66350
commit 33a3dccbf0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def main():
if len(data) != 19:
print "No Frame:\t" + hexdump(data)
continue
header_ok = data.startswith(chr(0xAA) + chr(0xFE))