| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of warnings about shadowed variables (code was ok) | Jörg Mayer | 2004-10-01 | 1 | -3/+3 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -8/+14 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -17/+17 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -10/+4 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -6/+6 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -5/+12 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -14/+57 |
* | 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 | -9/+10 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -2/+2 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -2/+1 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+2 |
* | "wtap_loop()" no longer has problems with packet offsets of 0, so we | Guy Harris | 2000-11-12 | 1 | -20/+71 |
* | Not all packets in a "wdd" dump necessarily have a "Cause an attempt to | Guy Harris | 2000-11-12 | 1 | -4/+4 |
* | In "wdd" captures: | Guy Harris | 2000-11-11 | 1 | -6/+20 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -6/+7 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -1/+3 |
* | 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 | -5/+9 |
* | Include an example of "wdd" output data from an Ascend trace I got ages | Guy Harris | 2000-05-10 | 1 | -1/+17 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -1/+8 |
* | 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 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 1 | -1/+5 |
* | Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slow | Gerald Combs | 1999-10-28 | 1 | -2/+2 |
* | Move some definitions of stuff not used outside the Lucent/Ascend | Guy Harris | 1999-10-08 | 1 | -1/+2 |
* | Get rid of unused variable. | Guy Harris | 1999-09-23 | 1 | -2/+1 |
* | Fix to allow compressed file handling of Ascend captures | Ashok Narayanan | 1999-09-22 | 1 | -16/+18 |
* | Add support for "wdd" trace output. | Gerald Combs | 1999-09-13 | 1 | -17/+34 |
* | Added Guy's patch to use the pseudo header facility to pass up the Ascend | Gerald Combs | 1999-09-11 | 1 | -8/+11 |
* | "ascend_seek()" isn't used outside "ascend.c", so make it static to | Guy Harris | 1999-09-11 | 1 | -2/+2 |
* | "ascend_read()" is local to "ascend.c" - declare it there, not in | Guy Harris | 1999-09-11 | 1 | -1/+3 |
* | Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. These | Gerald Combs | 1999-09-11 | 1 | -0/+186 |