Re: [tcpdump-workers] Problem in print-egp.c

2005-01-12 Thread toorop
Hi, again, I made a new patches because the last one try to print info about each packet even if they size was 0! So i have attached the good patch here, and it's more simple. Nicolas Ferrero diff -urN tcpdump-3.8.3/print-egp.c tcpdump/print-egp.c --- tcpdump-3.8.3/print-egp.c 2003-11-16 09:51:

Re: [tcpdump-workers] Problem in print-egp.c

2005-01-12 Thread toorop
Hi, I have attached to this mail the nrm packet pcap trace. Here with the non patched tcpdump: # tcpdump -i eth0 -vvv -XX -e ip proto egp tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 68 bytes 16:11:43.836584 00:11:09:01:bd:75 > 00:08:54:16:c8:0e, ethertype IPv4 (0x0800),

Re: [tcpdump-workers] Problem in print-egp.c

2005-01-12 Thread Hannes Gredler
checked in 3_8 and HEAD branch - tx, /hannes On Fri, Jan 07, 2005 at 07:45:32PM +0100, [EMAIL PROTECTED] wrote: | | Hi, | There is a bug in egp_print fonction from print-egp.c | tcpdump don't print correct egp packet smaller than 32bytes, because their | size was inferior to egp struct size. | He

[tcpdump-workers] Problem in print-egp.c

2005-01-07 Thread toorop
Hi, There is a bug in egp_print fonction from print-egp.c tcpdump don't print correct egp packet smaller than 32bytes, because their size was inferior to egp struct size. Here you'll find the patch. I have posted it on sourceforge. But i don't know how sf patch submitting system works. So I send i