I am using tcpdump -i eth0 udp
cmd to sniff packets on an Ubuntu 22.04 system, and here is the output.
07:26:49.735591 eth_2_1 In IP 192.168.1.1.ntp > 10.0.3.2.ntp: NTPv6, symmetric active, length 1
07:26:49.735600 eth_2_4 Out IP 192.168.1.1.ntp > 10.0.3.2.ntp: NTPv6, symmetric active, length 1
07:26:59.263240 eth_2_1 P IP 192.168.1.1.12322 > 200.210.4.0.12322: UDP, length 1
I assume the In
and Out
suggest the weather the interface is sending or receiving that packet, but what is letter P
suggesting?