Snort mailing list archives
Problem found for linux applications that use libpcap
From: Phil Wood <cpw () lanl gov>
Date: Sat, 8 Dec 2001 14:45:32 -0700
Folks,
I discovered an intermittent problem with pcap_stats which was the result
of an incorrect length value. Actually, I think it was related to what
gcc/libc combo was in effect when pcap was built. 'cause it worked on
some boxes, and failed others.
The symptom was potential bad drop info (normally none) 'cause the system call
would fail and the code would fall through to setting the received value from
the one accumulated in the packet receive code. The failure was because the
length value was incorrect (most likely 0?)
I've attached a diff (to the current as of 2001.12.08) of pcap-linux.c.
I don't think pcap_stats has changed since 0.6.2, so it shouldn't be too
difficult to incorporate the changes.
By the way, for some reason when tcpdump quits normally (like after -c <pktcnt>)it will not dump the stats. However,
if you just let it run and then break
out you get the stats.
Happy sniffing,
PS: Are there any debian folks out their using 2.2.x or preferably 2.4.x
kernel's? I've got an interesting set of modifications to the tcpdump.org
libpcap which can be built as a shared library to replace the debian
one. Using environment variables, I'm able to coerce a precompiled
tcpdump and probably snort (haven't got that far) in to using a 32768
shared memory ring buffer (shared between kernel and user space). All
you need is enough memory (PCAP_FRAMES * 2048) for the ring buffer and
plus whatever else is needed day to day. Or, you can indicate with an
environment variable a smaller ring size.
Example:
# PCAP_FRAMES=max PCAP_VERBOSE=1 tcpdump -i eth0 -w /tmp/foo.pcap
The VERBOSE flag causes pcap to dump a message to stderr indicating
some of the characteristics being used.
Note, the environment variables override switches on the command line.
--
Phil Wood, cpw () lanl gov
Attachment:
dodo
Description:
Current thread:
- Snort 1.8.3 for Sun Solaris 8 Ali Eghtessadi (Dec 08)
- Re: Snort 1.8.3 for Sun Solaris 8 Erek Adams (Dec 08)
- Re: Snort 1.8.3 for Sun Solaris 8 Steve Ochani (Dec 08)
- Problem found for linux applications that use libpcap Phil Wood (Dec 08)
- Re: [tcpdump-workers] Problem found for linux applications that use libpcap Guy Harris (Dec 09)
- Re: [tcpdump-workers] Problem found for linux applications that use libpcap Guy Harris (Dec 09)
- Re: [tcpdump-workers] Problem found for linux applications that use libpcap Guy Harris (Dec 23)
- Re: [tcpdump-workers] Problem found for linux applications that use libpcap Guy Harris (Dec 09)
- Problem found for linux applications that use libpcap Phil Wood (Dec 08)
