summaryrefslogtreecommitdiff
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-21Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris1-4/+4
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-37/+15
2013-06-09libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignoreGuy Harris1-16/+3
2013-06-09Don't treat zero-length names in the NRB as errors, just silently ignoreGuy Harris1-11/+17
2013-06-07Use g_try_malloc() for some memory allocations, and return an "out ofGuy Harris1-5/+21
2013-06-07Prevent attempts to allocate huge amounts of memory by imposing anGuy Harris1-23/+141
2013-05-18In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris1-17/+10
2013-03-19From beroset:Anders Broman1-1/+1
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+1
2012-12-23Fix syntax error showing up when using debug ouput.Michael Tüxen1-1/+1
2012-12-22Add support for writing the packet block flags for pcapng.Michael Tüxen1-24/+38
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-3/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-4/+5
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs1-1/+1
2012-10-12If we see an SHB after we've read the first SHB, report that as anGuy Harris1-79/+113
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0