aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-8/+8
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-17/+0
* Clean up white space.Guy Harris2014-10-071-3/+3
* Whitespace cleanups.Guy Harris2014-10-071-1/+1
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-102/+44
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-19/+57
* tshark: fix -H optionPascal Quantin2014-09-271-3/+3
* Get rid of some unused members of wtapng_simple_packet_t.Guy Harris2014-09-271-2/+0
* pcapng: respect the fact that wblock->data is a unionEvan Huus2014-09-251-18/+9
* pcapng: ensure the values we now free are initializedEvan Huus2014-09-231-0/+8
* Make sure the option string pointers are set before freeing them.Guy Harris2014-09-231-6/+6
* pcapng: don't leak block option stringsEvan Huus2014-09-221-1/+19
* Clean up reading code.Guy Harris2014-09-221-81/+78
* Remove file_error() calls after pcap_read_block() calls.Guy Harris2014-09-201-2/+0
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-2900/+2900
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-25/+25
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Distinguish between "events" and "reports".Guy Harris2014-05-241-1/+2
* Fix a compiler warning.Guy Harris2014-05-241-1/+1
* Add support for plugins to handle pcap-ng block types.Guy Harris2014-05-241-13/+105
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+8
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-8/+8
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-8/+8
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-154/+53
* pcapng->interface_data is an array of interface_data_t.Guy Harris2014-05-141-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-177/+169
* Refactor WiretapMichael Mann2014-05-091-169/+177
* Don't fail if a pcap-NG PB or EPB has caplen > actual len.Guy Harris2014-04-251-6/+0
* Revert "Allow pcapng interface options to be available to dissectors."Anders Broman2014-03-201-106/+0
* Allow pcapng interface options to be available to dissectors.Christopher Kilgour2014-03-201-0/+106
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris2014-02-061-6/+2
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-0/+6
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* use the correct record length for an IPv6 record in the NRBMartin Kaiser2013-12-281-2/+3
* Get rid of trailing periods in some error messages for consistency; theGuy Harris2013-12-171-6/+6
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-42/+42
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-5/+5
* Get rid of a redundant check - pcapng_read_packet_block() already checksGuy Harris2013-09-291-89/+74
* The pcap-ng spec says the captured length is the minimum of theGuy Harris2013-09-281-23/+40
* Actually, the captured length must be the minimum of:Guy Harris2013-09-281-8/+32
* Fix cut-and-pasteo.Guy Harris2013-09-281-1/+1
* Correctly calculate the captured length in a Simple Packet Block -Guy Harris2013-09-281-3/+1
* In a Simple Packet Block, the captured length isn't the block lengthGuy Harris2013-09-281-5/+7
* There's no interface ID in a Simple Packet Block.Guy Harris2013-09-281-10/+16
* Fix some typos, indentation. Don't try to write the NRB if the pointer to ourEvan Huus2013-09-221-139/+139
* Remove unused parameter.Evan Huus2013-09-221-3/+3
* Turn off debuging.Anders Broman2013-09-221-1/+1
* Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman2013-09-221-92/+112
* Fix error when enable "debug" in wiretap/pcapng.c fileAlexis La Goutte2013-08-121-1/+1