On Jan 12, 2005, at 8:10 PM, linux lover wrote:
I want to add my own new protocol interface
to tcpdump utility.
I.e., you have a protocol that runs top IP or a protocol running atop
IP (such as TCP or UDP), and you want to add code to tcpdump to dissect
packets for that protocol and pri
Hello,
I want to add my own new protocol interface
to tcpdump utility. How can i do that? Is there any
Documentation avail? Please give me the information
about this or links that contains it.
Thanks in advance.
regards,
linux_lover.
__
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:
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),
On Tue, Jan 11, 2005 at 02:53:29AM +0100, [EMAIL PROTECTED] wrote:
| 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
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
CVS log entries from 11.01.2005 (Tue) 10:06:55 - 12.01.2005 (Wed) 10:06:51 GMT
=
Summary by authors
=
Author: guy
File: libpcap/pcap-bpf.h; Revisions: 1.29
File: libpcap/savefile.