aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
Commit message (Expand)AuthorAgeFilesLines
* The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris2001-08-251-4/+4
* Sigh. Shomiti apparently didn't know that the RFC 1761 data link typesGuy Harris2001-08-251-16/+99
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+3
* Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris2000-09-191-3/+9
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-16/+12
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-261-3/+3
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-8/+8
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-49/+100
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1999-12-041-3/+3
* Fix some names.Guy Harris1999-12-041-2/+2
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-041-40/+34
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-041-19/+19
* Add support to Wiretap for writing "snoop"-format capture files.Guy Harris1999-12-041-1/+130
* Update a comment.Guy Harris1999-11-271-29/+35
* Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris1999-11-271-4/+89
* Add a bunch of placeholder entries for DLPI link-layer types, forGuy Harris1999-11-261-3/+47
* Better handle errors from zlib:Guy Harris1999-10-051-16/+11
* "snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1999-09-281-2/+2
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-2/+2
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-12/+13
* When skipping over the padding at the end of a record in a capture file,Guy Harris1999-09-021-5/+28
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-2/+8
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-2/+2
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-12/+24
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-21/+38
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+6
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-7/+6
* Make the "magic number" a "const" string.Guy Harris1999-02-201-2/+2
* I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1999-01-071-1/+2
* Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1998-11-151-0/+154