| Commit message (Expand) | Author | Age | Files | Lines |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -2/+2 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -17/+17 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 1 | -2/+1 |
* | 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 | -69/+130 |
* | Jochen Friedrich <jochen@nwe.de> | Gilbert Ramirez | 2000-03-30 | 1 | -2/+2 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -3/+3 |
* | 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 |
* | Move the "guess what type of ATM traffic this is" stuff into the ATM | Guy Harris | 1999-11-27 | 1 | -47/+37 |
* | Support for iptrace 1.0 traces (AIX 3). Thanks to Florian Lohoff | Gilbert Ramirez | 1999-11-26 | 1 | -43/+149 |
* | Detect x.25 and loopback traces via if_type field, not the | Gilbert Ramirez | 1999-11-22 | 1 | -16/+4 |
* | Add comments showing IFT names for the IFT-to-Wiretap encapsulation array. | Gilbert Ramirez | 1999-11-19 | 1 | -40/+55 |
* | (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, and | Guy Harris | 1999-11-18 | 1 | -4/+16 |
* | Check in my work so far on enabling the ATM iptrace capability. Not | Gilbert Ramirez | 1999-11-18 | 1 | -39/+159 |
* | Add some comment based on some spelunking done in some capture files, | Guy Harris | 1999-11-17 | 1 | -1/+10 |
* | Whitespace cleanup. | Guy Harris | 1999-10-06 | 1 | -2/+2 |
* | Add "wtap_file_encap()", to return the encapsulation of packets in the | Guy Harris | 1999-10-06 | 1 | -1/+14 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -10/+7 |
* | 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 | -8/+9 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -2/+6 |
* | 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 | -2/+5 |
* | Made iptrace wiretap module return error on partial packets, instead of | Gilbert Ramirez | 1999-08-20 | 1 | -16/+5 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -11/+30 |
* | Added a patch from Olivier Abad to handle X.25 iptrace captures. | Gerald Combs | 1999-07-28 | 1 | -1/+7 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+4 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -3/+4 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 1 | -2/+1 |
* | Added files to handle AIX iptrace 2.0 files in wiretap. | Gilbert Ramirez | 1999-01-03 | 1 | -0/+114 |