Re: [tcpdump-workers] accessing IP packet header

2006-06-15 Thread Ian McDonald
On 6/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi guys, I wanted to access IP packet and then subsequently UDP/TCP/ICMP/IGMP packet information. Are there any explicit function which I can call to get information like version, IHL, source port, destination port, etc. to get that infor

Re: [tcpdump-workers] accessing IP packet header

2006-06-15 Thread Guy Harris
[EMAIL PROTECTED] wrote: I wanted to access IP packet and then subsequently UDP/TCP/ICMP/IGMP packet information. Are there any explicit function which I can call to get information like version, IHL, source port, destination port, etc. to get that information for each IP type of packet. No

[tcpdump-workers] accessing IP packet header

2006-06-15 Thread lalani
Hi guys, I wanted to access IP packet and then subsequently UDP/TCP/ICMP/IGMP packet information. Are there any explicit function which I can call to get information like version, IHL, source port, destination port, etc. to get that information for each IP type of packet. Thanks in advan