if a send more than 255 bytes, wireshark showing frame too long. I have set max size of 65536 in my code. can any one rep;y this issue? asked 08 Jun '17, 01:59 san46 showing 5 of 7 show 2 more comments |
One Answer:
In the end, buggy code generating the pcap stream triggered this defence in Wireshark. answered 09 Jun '17, 10:10 Jaap ♦ |
My code? What's that?
What capture device do you capture from? The pipe feed must produce correct PCAP format frames.
PCAP format is correct. its
That is the file header, now you have to look at the individual frame headers. It must adhere to this format
packet header is also fine. I have attached my file to your email . pls check & reply
Well, I don't C# so there's little point in sending me code. Post a link to a pcap file and we'll see what we can do.
Hi Jaap,
Thanks for reply. Bug fixed. it was issue in data type for a variable which i defined to compare with packet length.