-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Description
I'm using pyshark to parse SOME/IP packets from a pcap, with use_json set to True. Because SOME/IP packets are subpacketized, I'm using the combined data, which likely corresponds to the "reassemble data" method used in Wireshark. However, when the combined packet is particularly large, I don't get the complete data. Instead, it displays "...," seemingly omitting the data. How can I resolve this issue? I need the complete data.
Metadata
Metadata
Assignees
Labels
No labels