| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "read record header" and "read packet data" routines into a single | Guy Harris | 2013-06-17 | 1 | -55/+26 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -13/+14 |
* | Errors take precedence over EOF; use file_error() after operations that | Guy Harris | 2012-12-27 | 1 | -7/+2 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -27/+21 |
* | Fill some phdr values also when doing random read | Jakub Zawadzki | 2012-10-17 | 1 | -21/+16 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -3/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -2/+0 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+1 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -4/+4 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -13/+15 |
* | Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows. | Guy Harris | 2011-04-11 | 1 | -2/+1 |
* | Be more picky about our sscanf integer field widths. Hopefully this will | Gerald Combs | 2011-04-07 | 1 | -2/+2 |
* | More 64-bit fixes. | Gerald Combs | 2009-03-09 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -7/+7 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -2/+2 |
* | Make editcap use wtap_read(); that eliminates the last user of | Guy Harris | 2005-04-03 | 1 | -1/+1 |
* | 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 | -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 |