This commit is contained in:
Nico Schottelius 2019-07-10 14:40:49 +02:00
parent e6c7183987
commit 2619e136cd
1 changed files with 1 additions and 1 deletions

View File

@ -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))