| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a no-longer-true comment. | Guy Harris | 2005-08-28 | 1 | -4/+0 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+2 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -4/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -14/+18 |
* | Fix all fixable warnings | Jörg Mayer | 2004-01-24 | 1 | -5/+5 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -55/+64 |
* | The Sniffer file formats include a file to identify raw cells; export | Guy Harris | 2003-01-10 | 1 | -1/+2 |
* | Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just | Guy Harris | 2003-01-03 | 1 | -6/+6 |
* | Handle the 3 bytes of padding before the FDDI frame data in iptrace | Guy Harris | 2002-11-01 | 1 | -33/+157 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()", | Guy Harris | 2002-08-13 | 1 | -7/+7 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -5/+5 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -7/+3 |
* | Move the code to guess the traffic type based on the packet contents | Guy Harris | 2002-04-30 | 1 | -29/+36 |
* | Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn't | Guy Harris | 2002-04-30 | 1 | -13/+18 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -16/+16 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -15/+31 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Interface type 0x07 is Ethernet. | Gilbert Ramirez | 2001-10-25 | 1 | -2/+2 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -9/+9 |
* | 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 |