aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-12/+11
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-08-12Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris1-21/+23
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris1-168/+345
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris1-3/+3
2000-06-28Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris1-5/+6
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-5/+10
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-27/+24
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-54/+557
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-10/+10
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-9/+9
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-102/+219
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris1-9/+9
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-5/+5
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-12-14Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1-3/+4
1999-12-11Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1-8/+14
1999-12-11Correct timestamp calculation in ngsniffer_dumpOlivier Abad1-30/+45
1999-12-09Add support to Wiretap for writing sniffer capture files.Olivier Abad1-8/+185
1999-11-29Update one more comment.Guy Harris1-4/+4
1999-11-29Update some comments.Guy Harris1-2/+13
1999-11-28Add in a comment about the "fs" and "flags" fields in the "frame2"Guy Harris1-1/+16
1999-11-27Sigh. Apparently "Internetwork analyzer" covers a multitude of sins;Guy Harris1-6/+35
1999-10-05Better handle errors from zlib:Guy Harris1-25/+17
1999-09-30A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1-2/+2
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-20/+21
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-2/+12
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-2/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-26/+26
1999-08-20The 16-bit and 32-bit fields in the "frame4" record header in ATMGuy Harris1-8/+8
1999-08-20Get rid of an unused variable left stranded on the beach when a waveGuy Harris1-2/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-287/+43
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-70/+132
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-2/+4
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-12/+11
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-1/+2
1998-12-17Added Guy Harris' patch to read Sniffer ATM trace files. Very nice.Gilbert Ramirez1-116/+569
1998-12-15Fix the bitmask for the hour field in a DOS-format time (not that itGuy Harris1-2/+2
1998-12-13Added Guy's patch to calculate date of Sniffer packet trace. I copiedGilbert Ramirez1-4/+40
1998-11-23Added time-stamp decoding to LANalyzer decodes, made minor comment changes toGilbert Ramirez1-6/+6
1998-11-21The Sniffer-reading code now checks to make sure that it is tryingGilbert Ramirez1-9/+19
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-4/+15
1998-11-13The Sniffer-reading code in wiretap now decodes the time field for eachGilbert Ramirez1-19/+87
1998-11-13Now that I know where to find the file format of Sniffer trace files, wiretapGilbert Ramirez1-43/+114