inet
inet copied to clipboard
Pcaprecorder can't record UDP inet::ApplicationPacket
Hi, I'm working on a Veins project which needs to record the UDP inet::ApplicationPacket through 802.11. I can only record 802.11 ACK packet,but can't record the UDP inet::Application packet using pcaprecorder. Is it possible to record the packet, or just something wrong with my code. Thanks.

It should be possible to record them in PCAP files in the latest INET version.
What is the exact error message? Which INET version are you using?
There is no error message. It's my pcap file only have LLC and 802.11 packet. I want to record the UDP packet in the above picture.
My INET version is 4.2.8.
Does it only work in the latest INET verison?

No, it should work in your version too.
Do you have any idea of this problem? I have tried to solve this for a while. Thanks.
@asiahowtone could you attach your pcap file to this issue? I think the LLC frames equals to your missing UDP frames but something wrong in frame content ...
Not reproducible, ApplicationPacket recorded correctly to pcap file in current master.