Good morning, I see in the following captures message "packet size limited during capture sip truncated" and I do not know why, this did not happen to me with the previous version of WireShark. Please if anyone can tell me some tip about it. Thanks and regards, Camilo. mmxvii asked 21 Jun '17, 08:30 cbarbaste |
One Answer:
While Wireshark by default saves full size of captured frames, other tools (tcpdump at first place) don't - tcpdump saves only first 60 bytes of each frame unless asked to do otherwise. Information about original size of the frame is stored in the pcap or pcapng file. So your issue is most likely not related to Wireshark version but to the absence of To be 100% sure, you'd have to inspect the pcap file, using e.g. answered 21 Jun '17, 11:15 sindy |
Did you capture directly in Wireshark or have you open using Wireshark a capture taken somewhere else?
If directly using Wireshark, go
Capture -> Options
, a window with a table of interface parameters will pop up. What values are there in theSnaplen
column?good afternoon Sindy.,
The capture was external, and the file generated with .cap after open with WireShark.,
Thanks and regards.,
Camilo.