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