| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an enum for the open-routine return value, as per Evan Huus's suggestion. | Guy Harris | 2014-10-09 | 1 | -12/+12 |
* | No need for WTAP_ERR_CANT_READ. | Guy Harris | 2014-10-07 | 1 | -3/+0 |
* | Add some higher-level file-read APIs and use them. | Guy Harris | 2014-10-07 | 1 | -19/+5 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -13/+13 |
* | Set err_info if the attempts to read record headers fail. | Guy Harris | 2014-09-20 | 1 | -5/+5 |
* | Fix trailing blank. | Guy Harris | 2014-08-24 | 1 | -1/+1 |
* | Strengthen the heuristics for pcap subtypes. | Guy Harris | 2014-08-24 | 1 | -226/+205 |
* | Rename buffer_ routines to ws_buffer_ to avoid name collisions. | Guy Harris | 2014-08-02 | 1 | -1/+1 |
* | Only one buffer.c, please. | Guy Harris | 2014-07-15 | 1 | -1/+1 |
* | Update a comment. | Guy Harris | 2014-06-25 | 1 | -13/+16 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -0/+7 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -10/+8 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -8/+10 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -87/+82 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -82/+87 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Make some routines take a struct wtap_pkthdr * as an argument. | Guy Harris | 2014-02-06 | 1 | -2/+1 |
* | Don't write out packets that have a "captured length" bigger than we're | Guy Harris | 2014-01-22 | 1 | -0/+6 |
* | Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes many | Evan Huus | 2014-01-15 | 1 | -0/+18 |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 1 | -3/+2 |
* | Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. | Jakub Zawadzki | 2013-11-29 | 1 | -8/+8 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -33/+33 |
* | Explain that we don't have to worry about fixed-length buffers whose | Guy Harris | 2013-07-16 | 1 | -1/+6 |
* | On the suggestion of Cal Turney, via | Evan Huus | 2013-07-15 | 1 | -0/+6 |
* | Don't limit the on-the-wire length of packets to 64KB, there are larger packets | Evan Huus | 2013-06-18 | 1 | -16/+3 |
* | Merge "read record header" and "read packet data" routines into a single | Guy Harris | 2013-06-17 | 1 | -36/+24 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -44/+24 |
* | Fix "set but not used" compile warning turning error | Jörg Mayer | 2013-05-18 | 1 | -2/+0 |
* | In libpcap_process_header(), fill in what phdr points to, not wth->phdr. | Guy Harris | 2013-05-18 | 1 | -3/+3 |
* | In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-read | Guy Harris | 2013-05-18 | 1 | -60/+68 |
* | Wiretap file open routines should not free wth->priv on error, since that | Evan Huus | 2013-03-25 | 1 | -9/+0 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -4/+4 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -7/+8 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha... | Michael Mann | 2012-07-19 | 1 | -1/+3 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Interface lists currently have to be constructed in the open routine | Guy Harris | 2012-05-28 | 1 | -12/+17 |
* | From Stephen Donnelly: | Anders Broman | 2012-05-24 | 1 | -0/+9 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -13/+10 |
* | Remove doubled semicolons and semicolons outside function. | Jakub Zawadzki | 2012-04-13 | 1 | -1/+1 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -5/+5 |
* | Merge pcap_fill_in_pseudo_header() into pcap_read_post_process(). | Guy Harris | 2011-09-01 | 1 | -11/+5 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -53/+13 |
* | Make sure we don't write invalid record lengths. | Gerald Combs | 2011-06-09 | 1 | -0/+6 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -9/+11 |
* | "This file format can't be written to a pipe" and "this file format | Guy Harris | 2011-04-12 | 1 | -1/+1 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -4/+4 |
* | Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and have | Guy Harris | 2010-06-06 | 1 | -30/+4 |
* | From Chris Maynard: | Guy Harris | 2010-04-21 | 1 | -4/+7 |