CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/06 00:43:19
Modified files:
usr.sbin/tcpdump: interface.h print-udp.c tcpdump.8 tcpdump.c
Log message:
add "tftp" as a type to use with -T
This forces UDP packets to be parsed as tftp messages, which is useful
to see the DATA and ACK packets. They're usually on high ports which don't
get matched by udp_print, which by default only handled tftp packets on
port 69.
