Type Fix - SEE PREVIOUS SYNC FOR MORE INFO
This commit is contained in:
parent
0a35eb61b4
commit
6edf3ef978
2
ipsc.py
2
ipsc.py
@ -241,7 +241,7 @@ def private_data(_network, _data):
|
|||||||
def unknown_message(_network, _packettype, _data):
|
def unknown_message(_network, _packettype, _data):
|
||||||
_src_ipsc = int(binascii.b2a_hex(_data[1:5]), 16)
|
_src_ipsc = int(binascii.b2a_hex(_data[1:5]), 16)
|
||||||
_src_ipsc = get_info(_src_ipsc)
|
_src_ipsc = get_info(_src_ipsc)
|
||||||
print("({}) Unknown message type encountered, Packet Type: {} From: {} " .format(_network, _packettype, _src_sub))
|
print("({}) Unknown message type encountered, Packet Type: {} From: {} " .format(_network, _packettype, _src_ipsc))
|
||||||
print(binascii.b2a_hex(_data))
|
print(binascii.b2a_hex(_data))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user