--typo
This commit is contained in:
parent
e6c7183987
commit
2619e136cd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if __name__ == '__main__':
|
|||
|
||||
pkg = e / i / u / d
|
||||
|
||||
packet_rebuild = packet.__class__(str(pkg))
|
||||
packet_rebuild = pkg.__class__(str(pkg))
|
||||
print("pkg = {}".format(pkg.__repr__()))
|
||||
print("checksum = {}".format(packet_rebuild[UDP].chksum))
|
||||
|
||||
|
|
Loading…
Reference in a new issue