tcpdump
Example to listen UDP traffic
Port 69 (tftpd) on iface br-lan:
tcpdump -i br-lan udp port 69 -vv -X
Note: use -i any
to listen all interfaces
Port 69 (tftpd) on iface br-lan:
tcpdump -i br-lan udp port 69 -vv -X
Note: use -i any
to listen all interfaces