aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-1/+66
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+36