Re: [tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Michael Richardson
I applied the patches. The Makefile.in patch has changed, I think the command is now derived by configure. Also the DLT_CHOICE macro was already there, I think maybe Guy did that, but the rest was not. Pushed into libpcap, passed tcpdump make check. Please run that on Solaris and confirm. -- ]

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Michael Richardson
Darren, thanks! Please pull from the git tree, and run "./configure; make check" I would appreciate it if you have any pcap files of formats: DOCSIS (DOCSIS) (printing not supported) IPNET (Solaris IPNET) (I realize that the DOCSIS won't print. But, I care that it does not crash) Ideally, y

[tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Darren Reed
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

[tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE build >= 125

2009-11-24 Thread Darren Reed
To compile libpcap on OpenSolaris (or Solaris Express Community Edition) build 125 and later to use the native BPF with both IPNET and traditional MAC (ethernet, etc) packet sniffing, the attached patches are required. The attached patches represent what's in our internal build tree for libpcap.