aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-19Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris1-3/+9
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-16/+12
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris1-3/+3
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-8/+8
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-49/+100
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-04Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1-3/+3
1999-12-04Fix some names.Guy Harris1-2/+2
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-40/+34
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-19/+19
1999-12-04Add support to Wiretap for writing "snoop"-format capture files.Guy Harris1-1/+130
1999-11-27Update a comment.Guy Harris1-29/+35
1999-11-27Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1-4/+89
1999-11-26Add a bunch of placeholder entries for DLPI link-layer types, forGuy Harris1-3/+47
1999-10-05Better handle errors from zlib:Guy Harris1-16/+11
1999-09-28"snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy 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-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