summaryrefslogtreecommitdiff
path: root/print-ipnet.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+1
|
* This commit makes ipnet_if_print the first NDO aware top-levelMichael Richardson2010-01-101-2/+3
|\ | | | | | | | | | | | | | | printer. Merge commit 'origin/master' Conflicts: netdissect.h
| * XXX_if_print() routines are not passed a "struct netdissect_options *",Guy Harris2009-11-261-3/+3
| | | | | | | | | | | | so ipnet_if_print() can't expect one. ipnet_print() isn't called from outside print-ipnet.c, so make it static.
| * ether_encap_print() is a utility for use by printers for protocols thatGuy Harris2009-11-251-40/+16
| | | | | | | | | | | | 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.
* | ether_encap_print() is a utility for use by printers for protocols thatGuy Harris2010-01-101-40/+16
|/ | | | | | 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.
* updated print-ipnet.c to use netdissect options structureMichael Richardson2009-11-241-27/+27
|
* The patches attached to this email are required to get a fully working tcpdumpDarren Reed2009-11-241-0/+132
on OpenSolaris, or Solaris Express Community Edition, build 125 and later. The attached patch introduces support for printing out the IPNET headers used for packet capture inside of zones that share their networking with the global zone and for packets "transmitted" between zones. tcpdump 4.0.0 will ship with builds 129 and later of OpenSolaris/SXCE and when run as root with the '-L' option, should behave as below to indicate that the system is fully functional: Data link types (use option -y to set): DOCSIS (DOCSIS) (printing not supported) IPNET (Solaris IPNET) EN10MB (Ethernet) Cheers, Darren