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
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@
@
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
> "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
> "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
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
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