What are possible reasons the source, destination and protocol showing as N/A?

asked 2021-05-06 12:03:12 +0000

jpsl94 gravatar image

updated 2021-05-06 12:05:47 +0000

Hello,

I am having this strange issue tracking to capture packets being generate by ostinato to an interface:

No. Time Source Destination Protocol Length Info

  • 1 0.000000000 N/A N/A N/A 1396 Raw packet data

  • 2 1.000001373 N/A N/A N/A 1396 Raw packet data

The interface in question:

uesimtun0: flags=369 UP,POINTOPOINT,NOTRAILERS,RUNNING,PROMISC mtu 1400

What can be causing this?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Looks like output from packet-raw.c

Please add output of wireshark -v or Help->About Wireshark:Wireshark
Can you provide a small sample capture file? That would help to analyze what the dissection is doing.

(The screen display of N/A N/A N/A can be recreated with sample capture RawPacketIPv6Tunnel-UK6x.cap (libpcap) from the Wireshark Wiki. Disable IPv6 protocol so dissection stops at Raw packet data.)

Chuckc gravatar imageChuckc ( 2021-05-06 15:20:07 +0000 )edit