| Commit message (Expand) | Author | Age | Files | Lines |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -15/+27 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -1/+3 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -5/+8 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -59/+59 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -4/+2 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -16/+15 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -10/+17 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -15/+36 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -3/+8 |
* | Fix white space. | Guy Harris | 2001-12-08 | 1 | -2/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Get rid of signed/unsigned comparison warnings in wiretap. | Gilbert Ramirez | 2001-10-25 | 1 | -5/+6 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -8/+8 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -4/+2 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+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 | -5/+6 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -6/+7 |
* | 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 | -28/+31 |
* | Fix for reading toshiba trace files that were created by using the | Gilbert Ramirez | 2000-03-04 | 1 | -11/+23 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Add relative timestamps. The Toshiba ISDN router has the same problem | Gilbert Ramirez | 2000-01-01 | 1 | -3/+3 |
* | Fixed the checking of the return value from file_gets() (fgets()). | Gilbert Ramirez | 1999-11-18 | 1 | -5/+5 |
* | Remove potential for a bad toshiba trace file to overflow a fixed char[] | Gilbert Ramirez | 1999-11-11 | 1 | -3/+5 |
* | Remove unnecessary file_seek per packet, speeding up loading of a | Gilbert Ramirez | 1999-11-11 | 1 | -3/+4 |
* | Add LAPD support. | Gilbert Ramirez | 1999-11-11 | 1 | -8/+8 |
* | Add a module to wiretap to be able to read trace files from Toshiba's | Gilbert Ramirez | 1999-10-31 | 1 | -0/+410 |