-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
_recv_raw is breaking ISOTPNativeSockets #2425
Copy link
Copy link
Closed
Labels
Description
@gpotter2
Hi, on some hardware in the loop tests, we discovered the following error:
WARNING: Socket <scapy.contrib.isotp.ISOTPNativeSocket object at 0x7319dc70> failed with 'unpack requires a buffer of 16 bytes'. It was closed.
We assume this error is fired from this line:
Line 109 in ae6b93b
| tmp = struct.unpack("iiii", cmsg_data) |
Unfortunately, I don't know exactly whats going on here, but my ISOTPNativeSockets get closed on a receive.
Reactions are currently unavailable