Re: [SPAM] - Re: [tcpdump-workers] important fomrat tcpdump -

2006-06-12 Thread Guy Harris
On Jun 12, 2006, at 7:07 PM, [EMAIL PROTECTED] wrote: The part I am confused about is where and when does ethernet comes into picture. I got my program to print the header values, but I was looking to know the type and everything I can find about the ethernet frame wrapped in the packet.

Re: [SPAM] - Re: [tcpdump-workers] important fomrat tcpdump -

2006-06-12 Thread lalani
Hi guy, I really appreicate your help. You were right, I meant to say 'tcpdump -w ' The part I am confused about is where and when does ethernet comes into picture. I got my program to print the header values, but I was looking to know the type and everything I can find about the ethernet

Re: [tcpdump-workers] important fomrat tcpdump

2006-06-12 Thread Guy Harris
On Jun 12, 2006, at 11:53 AM, [EMAIL PROTECTED] wrote: I am trying to read file generated by 'tcpdump -r ' "-r", or "-w"? "tcpdump -r " reads the file in question and prints the packets it reads. "tcpdump -w " captures packets and writes them to a file in binary format. I would real

[tcpdump-workers] important fomrat tcpdump

2006-06-12 Thread lalani
Hi all, I am trying to read file generated by 'tcpdump -r ' I would really appreicate if someone tell me what is the format of tcpdump packet. I want to disect information stored in each packet. Thanks a lot, zubin This mess