inet icon indicating copy to clipboard operation
inet copied to clipboard

Pcaprecorder can't record UDP inet::ApplicationPacket

Open asiahowtone opened this issue 3 years ago • 4 comments

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. 擷取 image image

asiahowtone avatar May 31 '22 04:05 asiahowtone

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?

levy avatar May 31 '22 05:05 levy

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? image

asiahowtone avatar May 31 '22 06:05 asiahowtone

No, it should work in your version too.

levy avatar May 31 '22 07:05 levy

Do you have any idea of this problem? I have tried to solve this for a while. Thanks.

asiahowtone avatar May 31 '22 07:05 asiahowtone

@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 ...

ZoltanBojthe avatar Dec 15 '22 11:12 ZoltanBojthe

Not reproducible, ApplicationPacket recorded correctly to pcap file in current master.

ZoltanBojthe avatar Mar 10 '23 13:03 ZoltanBojthe