| 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 | -14/+22 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -12/+12 |
* | Don't allocate structures to remember how to re-access a packet's data, | Guy Harris | 2002-07-16 | 1 | -12/+27 |
* | Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug in | Guy Harris | 2002-07-15 | 1 | -68/+46 |
* | Redo the way random access is handled. Save, for each packet, the | Guy Harris | 2002-07-15 | 1 | -120/+230 |
* | Clarify the octet-stuffed framing code, by adding comments and by using | Guy Harris | 2002-07-14 | 1 | -5/+48 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -7/+3 |
* | Fail somewhat more gracefully when confronted with a bad file. | Guy Harris | 2002-05-29 | 1 | -2/+4 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -8/+8 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -6/+12 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -7/+11 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -2/+2 |
* | From Irfan Khan: fix a couple of bugs in the pppdump reader. | Guy Harris | 2001-12-17 | 1 | -6/+6 |
* | Get rid of newly-introduced signed/unsigned comparison warning. | Gilbert Ramirez | 2001-12-13 | 1 | -2/+2 |
* | Don't leak memory when closing a pppdump trace file. | Gilbert Ramirez | 2001-12-13 | 1 | -2/+6 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -5/+5 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -2/+1 |
* | Fix for pppdump buffer-overflow check. | Gilbert Ramirez | 2000-12-09 | 1 | -5/+14 |
* | Add an overflow check to process_data(). | Gerald Combs | 2000-11-19 | 1 | -1/+6 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+4 |
* | 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/+7 |
* | Oh well, get rid of the debug printf's. | Gilbert Ramirez | 2000-09-19 | 1 | -89/+1 |
* | Add support for reading pppd log files in wiretap. | Gilbert Ramirez | 2000-09-19 | 1 | -0/+664 |