Re: [tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE

2009-11-27 Thread Darren Reed
Guy Harris wrote: On Nov 25, 2009, at 11:42 AM, Guy Harris wrote: Can I plug a Cisco cable modem head-end device into an IPNET device and have it put DOCSIS frames inside IPNET layer-1 framing, so that you get packets with *no* IPNET header? I suspect the answer is "no", in which case you s

Re: [tcpdump-workers] libpcap: patches required for OpenSolaris/SXCE

2009-11-27 Thread Darren Reed
Guy Harris wrote: On Nov 24, 2009, at 3:55 PM, Darren Reed wrote: --- Makefile.in.distMon Oct 27 18:26:13 2008 +++ Makefile.inWed Oct 21 21:36:27 2009 @@ -44,6 +44,7 @@ # You shouldn't need to edit anything below. # +LD = /usr/bin/ld CC = @CC@ CCOPT = @V_CCOPT@ INCLS = -I. @V_INCLS@ @

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-27 Thread Guy Harris
On Nov 27, 2009, at 10:24 AM, Michael Richardson wrote: There is a "temporary" global, "gndo", which you can use for now. That's what I did in print-ipnet.c for the short-term fix. Presumably, for the long-term fix, gndo will be static to tcpdump.c. - This is the tcpdump-workers list. Visit

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-27 Thread Michael Richardson
> "Guy" == Guy Harris writes: >> The short-term fix is to make ipnet_if_print() not take a >> netdissect_options * as its first argument, and have it pass gndo >> as the netdissect_options * to other routines. Guy> I've checked in a change to do that. (That way, we lose as

Re: [tcpdump-workers] tcpdump: patches required for OpenSolaris/SXCE

2009-11-27 Thread Michael Richardson
> "Guy" == Guy Harris writes: Guy> On Nov 26, 2009, at 12:26 PM, Michael Richardson wrote: >> I'll use that to validate the work. Guy> To what does "that" refer? I only see one attachment to Guy> Darren's message, which is an inline attachment with the patch Guy> that u

Re: [tcpdump-workers] Compilation on AIX...

2009-11-27 Thread Guy Harris
On Nov 27, 2009, at 7:31 AM, Jean-Yves LENHOF wrote: To resolve it, I've changed the first line from #!/bin/sh to #!/sysapp/opensource/bin/bash (seems to be a bashism in the configure file) Yes (not an explicit bashism, just a bug that happens to work on bash). Fixed in the main Git branch

[tcpdump-workers] Compilation on AIX...

2009-11-27 Thread Jean-Yves LENHOF
Hi, I've some problems compiling libpcap on AIX 5.3 When launching configure as delivered, I've this problem : ./configure --prefix=/sysapp/opensource/libpcap_1.0.0 checking for netinet/if_ether.h... yes checking for ANSI ioctl definitions... yes checking for strerror... yes checking for strlcp