12 lines
289 B
Python
12 lines
289 B
Python
# from twnet_parser.packet import parse7
|
|
|
|
def test_parse_7_close_with_invalid_packet_header():
|
|
# Usually the first two bytes should be something like
|
|
# \x04\0a
|
|
|
|
# TODO: this is currently crashing
|
|
|
|
# packet = parse7(b'\x80\x0a\x00\xcf\x2e\xde\x1d\04') # 0.7 close
|
|
|
|
pass
|