[tcpdump-workers] advice for heavy traffic capturing

2004-07-28 Thread Motonori Shindo
Hi, I'm involved in a project to do some network traffic analysis. One of the goals of this project is to identify an equipment that is supposedly dropping packets. My idea to achieve this goal is to capture traffic by tcpdump at both sides of equipment in question and compare them to determine wh

Re: [tcpdump-workers] Building tcpdump 3.8.3 undex Solaris 2.9

2004-07-28 Thread Greg Earle
Speaking of tcpdump 3.8.3 and Solaris 9 ... Has anyone built a 64-bit libpcap.a and 64-bit tcpdump binary with Sun's Forte 6 compiler? It builds fine (with CFLAGS/CXXFLAGS/LDFLAGS = "-g -xarch=v9a"), but dies on startup: zorro:1:126 [/usr/local/src/networking/tcpdump/tcpdump-3.8.3] # dbx -I. \ -I.

Re: [tcpdump-workers] additional boundary check necessary in MLDv2 packet parsing

2004-07-28 Thread Guy Harris
On Jul 28, 2004, at 12:59 AM, SUZUKI Shinsuke wrote: Here's a patch to properly check buffer boundary in MLDv2 packet parsing. Checked into the main and x.8 branches. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 27.07.2004 - 28.07.2004 GMT

2004-07-28 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 27.07.2004 (Tue) 09:04:06 - 28.07.2004 (Wed) 09:04:04 GMT = Summary by authors = Author: hannes File: tcpdump/print-udp.c; Revisions: 1.133 File: tcpdump/Make

[tcpdump-workers] additional boundary check necessary in MLDv2 packet parsing

2004-07-28 Thread SUZUKI Shinsuke
Hello all, Here's a patch to properly check buffer boundary in MLDv2 packet parsing. Could someone review and commit it? Thanks, SUZUKI, Shinsuke @ Hitachi / KAME Project --- print-icmp6.c.orig Wed Jul 28 15:34:40 2004 +++ print-icmp6.c Wed Jul 28 16:49:16 2004 @@ -764,7 +764,7 @@