dlpisubs.c uses `DL_IPATM' and `MAXDLBUF' but doesn't define them like
in pcap-dlpi.c if unavailable. This is a problem for Solaris 2.6 and
HP-UX.
Patch attached.
--
albert chin ([EMAIL PROTECTED])
In
pcap_activate_snoop() in pcap-snoop.c uses the variable `handle' to
access opt.buffer_size instead of what it should, `p'.
if (handle->opt.buffer_size != 0)
v = handle->opt.buffer_size;
Patch attached.
--
albert chin ([EMAIL PROTECTED])
Ind
pcap-dlpi.c in pcap_activate_dlpi() conditionalizes the `ss' variable:
#ifdef HAVE_SYS_BUFMOD_H
bpf_u_int32 ss;
but then uses it unconditionalized:
ss = p->snapshot;
Patch attached.
--
albert chin ([EMAIL PROTECTED])
Index: pca
(!TTEST2(*(p + offset), pbody->tim.length - 3))
return;
--
albert chin ([EMAIL PROTECTED])
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
Is CVS down?
$ cvs up
cvs [update aborted]: connect to cvs.tcpdump.org(205.150.200.186):2401 failed:
Connection refused
Looking at the daily snapshots on http://tcpdump.org/daily/,
2005.10.10 is the latest. Is the script to generate these things
running?
--
albert chin ([EMAIL PROTECTED
ed in an #ifdef INET6. Ditto for this
line in the same file:
memset(prefix, 0, sizeof(struct in6_addr)); /* clear the copy
buffer */
--
albert chin ([EMAIL PROTECTED])
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
On Wed, Aug 17, 2005 at 02:42:25PM -0700, Guy Harris wrote:
>
> On Aug 17, 2005, at 2:24 PM, Albert Chin wrote:
>
> >To be more specific, "future release of the DLPI provider". So, I
> >think a LAN patch could correct the problem. In PHNE_25388, we find:
>
the DLPI provider". So, I
think a LAN patch could correct the problem. In PHNE_25388, we find:
( SR:8606225662 CR:JAGad94736 )
HP-UX only allow one unbound promiscuous stream per
interface, when trying to enable promiscuous mode
in another stream if one is already existed, an EINVAL
va
faces->Capture (on lan0 interface) results in:
The capture session could not be initiated (recv_ack: promisc_phys: UNIX
error - Device busy).
Please check to make sure you have sufficient permissions, and that
you have the proper interface or pipe specified.
--
albert chin ([EMAIL
On Wed, Aug 10, 2005 at 11:47:35AM -0700, Guy Harris wrote:
> Guy Harris wrote:
> >Albert Chin wrote:
> >
> >>Nothing. Even if I specify the interface:
> >> # tcpdump -i lan0
> >> tcpdump: # echo $?
> >> 1
> >
> >
> &
On Mon, Aug 08, 2005 at 08:29:14PM -0700, Guy Harris wrote:
> Albert Chin wrote:
>
> >I get:
> > # tcpdump
> > tcpdump:
> >
>
> Just "tcpdump:", and nothing else? Not even a message saying it's
> starting a capture? That's weird. I
On Mon, Aug 08, 2005 at 04:57:12PM -0700, Guy Harris wrote:
>
> On Aug 8, 2005, at 3:43 PM, Albert Chin wrote:
>
> >I've built libpcap-0.9.3 and tcpdump-3.9.3 on HP-UX 11i:
> > # tcpdump
> > tcpdump: no suitable device found
> >
> >libpcap-0.8.3/tc
I've built libpcap-0.9.3 and tcpdump-3.9.3 on HP-UX 11i:
# tcpdump
tcpdump: no suitable device found
libpcap-0.8.3/tcpdump-3.8.3 works fine. How can I help debug this?
--
albert chin ([EMAIL PROTECTED])
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
13 matches
Mail list logo