You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm restreaming a pcap that has large UDP packets that are broken up due to being over the MTU. Wireshark shows this as "fragmented ipv4 protocol" as well as the final large UDP packet. However, when i try to replay these, around the MTUth byte, i will get invalid characters (non ascii but all the udp data is ascii). The data is correct in wireshark but invalid when listening via netcat nc -ul
The text was updated successfully, but these errors were encountered:
I'm restreaming a pcap that has large UDP packets that are broken up due to being over the MTU. Wireshark shows this as "fragmented ipv4 protocol" as well as the final large UDP packet. However, when i try to replay these, around the MTUth byte, i will get invalid characters (non ascii but all the udp data is ascii). The data is correct in wireshark but invalid when listening via netcat
nc -ul
The text was updated successfully, but these errors were encountered: