]> The Tcpdump Group git mirrors - tcpdump/commit
The patches attached to this email are required to get a fully working tcpdump
authorDarren Reed <[email protected]>
Wed, 25 Nov 2009 02:20:25 +0000 (21:20 -0500)
committerMichael Richardson <[email protected]>
Wed, 25 Nov 2009 02:20:25 +0000 (21:20 -0500)
commitb116cd9ac44b940cdda9493bb77e81ea42f1db7d
treedc5c42f7d2d4f4937619c63872992ce2747980c4
parent1b15c42270daadbab8ff41ca625afde2af413b44
The patches attached to this email are required to get a fully working tcpdump
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
Makefile.in
interface.h
ipnet.h [new file with mode: 0644]
print-ipnet.c [new file with mode: 0644]
tcpdump.c