| 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 | -8/+8 |
* | No need for WTAP_ERR_CANT_READ. | Guy Harris | 2014-10-07 | 1 | -17/+0 |
* | Clean up white space. | Guy Harris | 2014-10-07 | 1 | -3/+3 |
* | Whitespace cleanups. | Guy Harris | 2014-10-07 | 1 | -1/+1 |
* | Add some higher-level file-read APIs and use them. | Guy Harris | 2014-10-07 | 1 | -102/+44 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -19/+57 |
* | tshark: fix -H option | Pascal Quantin | 2014-09-27 | 1 | -3/+3 |
* | Get rid of some unused members of wtapng_simple_packet_t. | Guy Harris | 2014-09-27 | 1 | -2/+0 |
* | pcapng: respect the fact that wblock->data is a union | Evan Huus | 2014-09-25 | 1 | -18/+9 |
* | pcapng: ensure the values we now free are initialized | Evan Huus | 2014-09-23 | 1 | -0/+8 |
* | Make sure the option string pointers are set before freeing them. | Guy Harris | 2014-09-23 | 1 | -6/+6 |
* | pcapng: don't leak block option strings | Evan Huus | 2014-09-22 | 1 | -1/+19 |
* | Clean up reading code. | Guy Harris | 2014-09-22 | 1 | -81/+78 |
* | Remove file_error() calls after pcap_read_block() calls. | Guy Harris | 2014-09-20 | 1 | -2/+0 |
* | Fix whitespace/indentation to match editor modelines. | Bill Meier | 2014-08-05 | 1 | -2900/+2900 |
* | Rename buffer_ routines to ws_buffer_ to avoid name collisions. | Guy Harris | 2014-08-02 | 1 | -25/+25 |
* | Only one buffer.c, please. | Guy Harris | 2014-07-15 | 1 | -1/+1 |
* | Distinguish between "events" and "reports". | Guy Harris | 2014-05-24 | 1 | -1/+2 |
* | Fix a compiler warning. | Guy Harris | 2014-05-24 | 1 | -1/+1 |
* | Add support for plugins to handle pcap-ng block types. | Guy Harris | 2014-05-24 | 1 | -13/+105 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -0/+8 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -8/+8 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -8/+8 |
* | wiretap: remove unused code, drop number_of_interfaces | Peter Wu | 2014-05-17 | 1 | -154/+53 |
* | pcapng->interface_data is an array of interface_data_t. | Guy Harris | 2014-05-14 | 1 | -1/+1 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -177/+169 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -169/+177 |
* | Don't fail if a pcap-NG PB or EPB has caplen > actual len. | Guy Harris | 2014-04-25 | 1 | -6/+0 |
* | Revert "Allow pcapng interface options to be available to dissectors." | Anders Broman | 2014-03-20 | 1 | -106/+0 |
* | Allow pcapng interface options to be available to dissectors. | Christopher Kilgour | 2014-03-20 | 1 | -0/+106 |
* | 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 | -6/+2 |
* | Don't write out packets that have a "captured length" bigger than we're | Guy Harris | 2014-01-22 | 1 | -0/+6 |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 1 | -3/+2 |
* | use the correct record length for an IPv6 record in the NRB | Martin Kaiser | 2013-12-28 | 1 | -2/+3 |
* | Get rid of trailing periods in some error messages for consistency; the | Guy Harris | 2013-12-17 | 1 | -6/+6 |
* | Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. | Jakub Zawadzki | 2013-11-29 | 1 | -42/+42 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -5/+5 |
* | Get rid of a redundant check - pcapng_read_packet_block() already checks | Guy Harris | 2013-09-29 | 1 | -89/+74 |
* | The pcap-ng spec says the captured length is the minimum of the | Guy Harris | 2013-09-28 | 1 | -23/+40 |
* | Actually, the captured length must be the minimum of: | Guy Harris | 2013-09-28 | 1 | -8/+32 |
* | Fix cut-and-pasteo. | Guy Harris | 2013-09-28 | 1 | -1/+1 |
* | Correctly calculate the captured length in a Simple Packet Block - | Guy Harris | 2013-09-28 | 1 | -3/+1 |
* | In a Simple Packet Block, the captured length isn't the block length | Guy Harris | 2013-09-28 | 1 | -5/+7 |
* | There's no interface ID in a Simple Packet Block. | Guy Harris | 2013-09-28 | 1 | -10/+16 |
* | Fix some typos, indentation. Don't try to write the NRB if the pointer to our | Evan Huus | 2013-09-22 | 1 | -139/+139 |
* | Remove unused parameter. | Evan Huus | 2013-09-22 | 1 | -3/+3 |
* | Turn off debuging. | Anders Broman | 2013-09-22 | 1 | -1/+1 |
* | Get rid of struct addrinfo, use the hastables for name resolution instead. | Anders Broman | 2013-09-22 | 1 | -92/+112 |
* | Fix error when enable "debug" in wiretap/pcapng.c file | Alexis La Goutte | 2013-08-12 | 1 | -1/+1 |