86890704fd
todo: add documentation & wireshark dissector
7 lines
351 B
Text
Executable file
7 lines
351 B
Text
Executable file
+ EtherIP Contrib tests
|
|
|
|
= Basic EtherIP test
|
|
|
|
pkt = Ether(b'\x99\xc1o\xd2\xf5c\x9d\xb7\xd0\xc2\xe0\xd3\x08\x00E\x00\x00@\x00\x01\x00\x00@a,\xf3B\x83\x17\xc6\xad\xc2E^0\x00\xd5/\xf26\xab\xe2\x9f\xb4tD\xa4\x98\x08\x00E\x00\x00\x1c\x00\x01\x00\x00@\x01W-\xe7\x98H\xfa\xad\xc2E^\x08\x00\xf7\xff\x00\x00\x00\x00')
|
|
assert ICMP in pkt
|
|
assert EtherIP in pkt
|