Dear all, text2pcap currently uses 102400 as the snaplen in the pcap file header. Wireshark can not currently handle packets longer than WTAP_MAX_PACKET_SIZE, which is currently 1<<16.
We had protection code in the pcapng reader code which stopped reading a file when the snaplen was larger than WTAP_MAX_PACKET_SIZE. I disabled that... Does anyone have any objections against changing snaplen to 1<<16 in text2pcap? Best regards Michael ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
