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),

[tcpdump-workers] More information about print_egp problem

2005-01-10 Thread toorop
Hi, There is an error in the last message tcpdump print correctly egp paquet in ascii and hexadecimal, but for egp paquet neighbor reachabily messages the autonomous system num and the sequence num are not printed. I can see only an [|egp]. It's because the size of an egp nrm packet is inferior to

[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