Re: [tcpdump-workers] request for new DLT type

2009-05-12 Thread Lidwa, Eric (GSFC-582.0)[SGT INC]
Hi and thank you for defining the value. AOS stands for "Advanced Orbiting Systems" It is standard defining protocols to be used for space/ground data communications. AOS frames are used over a radio link to communicate with various spacecrafts. Regards, Eric -Original Message- From

Re: [tcpdump-workers] request for new DLT type

2009-05-12 Thread Guy Harris
On May 12, 2009, at 7:05 AM, Michael Richardson wrote: What is "AOS"? Advanced Orbiting Systems, according to http://public.ccsds.org/publications/archive/732x0b1s.pdf and http://standards.gsfc.nasa.gov/reviews/450-502/450-502.pdf - This is the tcpdump-workers list. Visit h

Re: [tcpdump-workers] reading .cap files

2009-05-12 Thread Aaron Turner
On Tue, May 12, 2009 at 1:32 AM, Andrej van der Zee wrote: > Hi, > > Sorry if it has been asked before. > > I need to read .cap files produced by tcpdump from c/c++. More specific, I > need to read the timestamp, the protocol, the number of bytes of the package > (including the data) and the desti

Re: [tcpdump-workers] request for new DLT type

2009-05-12 Thread Michael Richardson
> "Eric" == Eric Lidwa writes: Eric> I would like to request a new DLT type, DLT_AOS. We need it Eric> for AOS Space Data Link Protocol. I have already written What is "AOS"? /* * From: "Lidwa, Eric (GSFC-582.0)[SGT INC]" * Date: Mon, 11 May 2009 11:18:30 -0500 * * DLT_AOS. We

[tcpdump-workers] reading .cap files

2009-05-12 Thread Andrej van der Zee
Hi, Sorry if it has been asked before. I need to read .cap files produced by tcpdump from c/c++. More specific, I need to read the timestamp, the protocol, the number of bytes of the package (including the data) and the destination IP of each package in .cap. My questions are: * I have no contro