aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
AgeCommit message (Expand)AuthorFilesLines
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-12/+13
1999-09-02When skipping over the padding at the end of a record in a capture file,Guy Harris1-5/+28
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-2/+8
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-12/+24
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-21/+38
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+6
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-7/+6
1999-02-20Make the "magic number" a "const" string.Guy Harris1-2/+2
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-1/+2
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-0/+154