| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out the guint64 stuff - it's not clear it's the right way to handle | Guy Harris | 2001-03-23 | 1 | -41/+20 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double" | Guy Harris | 2001-02-14 | 1 | -2/+2 |
* | Changes from Chris Jepeway to | Guy Harris | 2001-02-13 | 1 | -21/+42 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+2 |
* | Windows Sniffers appear to write out ATM traces with a network type of | Guy Harris | 2000-09-23 | 1 | -2/+2 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+3 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -11/+10 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 1 | -2/+1 |
* | Joerg Mayer's changes to add support for NetXRay file format version | Guy Harris | 2000-06-24 | 1 | -3/+8 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -4/+4 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -3/+4 |
* | Rename the "private" member of a "wtap_dumper" structure to "dump", as | Guy Harris | 2000-05-10 | 1 | -15/+15 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -1/+9 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -2/+2 |
* | Support for NetXray 3.03 (the program version, not file version) PPP | Gilbert Ramirez | 2000-01-29 | 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 |
* | One field in the NetXRay header appears to be the number of frames in | Guy Harris | 1999-12-15 | 1 | -86/+75 |
* | more work on netxray, still not sniffer compatible though | Nathan Neulinger | 1999-12-14 | 1 | -15/+47 |
* | Include <string.h> to declare "memset()". | Guy Harris | 1999-12-14 | 1 | -1/+2 |
* | Added support for writing netxray version 1.1 dumps. | Nathan Neulinger | 1999-12-14 | 1 | -1/+148 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -13/+9 |
* | 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 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -4/+10 |
* | 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/+14 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -20/+38 |
* | Add to Wiretap the ability to write capture files; for now, it can only | Guy Harris | 1999-08-18 | 1 | -2/+6 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+4 |
* | Add support for Network Monitor 2.0 files, thanks to information | Guy Harris | 1999-05-12 | 1 | -2/+11 |
* | The program that produced the version 2.001 file was Sniffer Pro 2.50.05 | Guy Harris | 1999-03-25 | 1 | -5/+5 |
* | Got rid of "hdr_size may not be initialized" warning, even though it was | Gilbert Ramirez | 1999-03-22 | 1 | -2/+2 |
* | Add support for file format version 2.001 (used by Sniffer Basic 2.0?). | Guy Harris | 1999-03-20 | 1 | -12/+50 |
* | It turns out that the first of the unknown fields in the NetXRay header | Guy Harris | 1999-03-01 | 1 | -11/+11 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -10/+49 |
* | Add support for Cinco Networks NetXRay - which is, after their acquision | Guy Harris | 1999-02-20 | 1 | -0/+175 |