| Commit message (Expand) | Author | Age | Files | Lines |
* | The return value from "fwrite()" is a "size_t"; make the variable into | Guy Harris | 2001-08-25 | 1 | -4/+4 |
* | Sigh. Shomiti apparently didn't know that the RFC 1761 data link types | Guy Harris | 2001-08-25 | 1 | -16/+99 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+3 |
* | Shomiti Surveyor 3.x appears to have changed the version number in the | Guy Harris | 2000-09-19 | 1 | -3/+9 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -16/+12 |
* | Use unsigned character pointers and arrays rather than signed character | Guy Harris | 2000-07-26 | 1 | -3/+3 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -8/+8 |
* | In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (a | Guy Harris | 2000-05-19 | 1 | -5/+5 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -49/+100 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -2/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Fields in the "snoop" file header are big-endian; write them as such. | Guy Harris | 1999-12-04 | 1 | -3/+3 |
* | Fix some names. | Guy Harris | 1999-12-04 | 1 | -2/+2 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 1 | -40/+34 |
* | Add support to Wiretap for writing Network Monitor 1.x-format capture | Guy Harris | 1999-12-04 | 1 | -19/+19 |
* | Add support to Wiretap for writing "snoop"-format capture files. | Guy Harris | 1999-12-04 | 1 | -1/+130 |
* | Update a comment. | Guy Harris | 1999-11-27 | 1 | -29/+35 |
* | Move the "guess what type of ATM traffic this is" stuff into the ATM | Guy Harris | 1999-11-27 | 1 | -4/+89 |
* | Add a bunch of placeholder entries for DLPI link-layer types, for | Guy Harris | 1999-11-26 | 1 | -3/+47 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -16/+11 |
* | "snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types the | Guy Harris | 1999-09-28 | 1 | -2/+2 |
* | Fix it so that it builds with "--disable-zlib". | Guy Harris | 1999-09-24 | 1 | -2/+2 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -12/+13 |
* | When skipping over the padding at the end of a record in a capture file, | Guy Harris | 1999-09-02 | 1 | -5/+28 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -2/+8 |
* | Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaning | Guy Harris | 1999-08-24 | 1 | -2/+2 |
* | Get rid of some cruft left in by previous checkins as placeholders. | Guy Harris | 1999-08-22 | 1 | -12/+24 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -21/+38 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+6 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -7/+6 |
* | Make the "magic number" a "const" string. | Guy Harris | 1999-02-20 | 1 | -2/+2 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 1 | -1/+2 |
* | Add support to wiretap for reading Sun "snoop" capture files. | Guy Harris | 1998-11-15 | 1 | -0/+154 |