Re: [tcpdump-workers] Adding my own IP layer protocol interface to tcpdump

2005-01-13 Thread linux lover
Hello sir, Actually i am in implementation of new protocol like IPSEC protocol which adds NEW IP header in front of AH Header i.e. consider packet structure of ipsec TCP+IP1+AH+IP2+ETHERNET So how to dissect packet headers in that case. regards, linux_lover. --- Guy Harris <[EMAIL PROTE

Re: [tcpdump-workers] Adding my own IP layer protocol interface to tcpdump

2005-01-12 Thread Guy Harris
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

[tcpdump-workers] Adding my own IP layer protocol interface to tcpdump

2005-01-12 Thread linux lover
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. __