]> The Tcpdump Group git mirrors - tcpdump/commit
ether_encap_print() is a utility for use by printers for protocols that
authorGuy Harris <[email protected]>
Wed, 25 Nov 2009 21:26:52 +0000 (13:26 -0800)
committerMichael Richardson <[email protected]>
Sun, 10 Jan 2010 19:32:12 +0000 (14:32 -0500)
commit878889bc2143ac701b270494d0d809c90a90d6d6
tree48037454c6203aa443ada2d0f8b4d2a8eecdd32d
parent94feff51dbb3be0d4d9755a4eb71a0daf3118fdb
ether_encap_print() is a utility for use by printers for protocols that
use Ethernet types, to call the appropriate printer routine for the
encapsulated type.  IPNET is the only protocol using IPNET types, so
ipnet_encap_print() isn't needed.
netdissect.h
print-ipnet.c