summaryrefslogtreecommitdiff
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-22Add sanity checks to make sure the claimed block size is big enough to:Guy Harris1-43/+240
2012-02-22Grr forgot debug flag - again.Anders Broman1-1/+1
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-10/+186
2012-02-22Handle the case where there are no IDBs before the first non-SHB/non-IDBGuy Harris1-0/+4
2012-02-21Fix bugs which resulted in the buildbot errors.Michael Tüxen1-4/+4
2012-02-21Disable debug output...Michael Tüxen1-1/+1
2012-02-21When writing an option in an IDB, also write an endofoption option.Michael Tüxen1-60/+72
2012-02-21Improve the error handling.Michael Tüxen1-24/+34
2012-02-21Improve peeking for IDBs.Michael Tüxen1-17/+21
2012-02-21Once we've read a valid SHB, we've concluded the file is a pcap-NG file,Guy Harris1-7/+13
2012-02-21Declare opt_cont_buf_lenAnders Broman1-15/+1
2012-02-21Free the bufferAnders Broman1-4/+27
2012-02-21Change comment to Loop ower all IDB:s that appear before any packets sugested...Anders Broman1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-166/+611
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris1-3/+1
2012-02-16Again, turn off the debug logging; it messes up the fuzz-testing bot.Guy Harris1-1/+1
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-15/+212
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-32/+38
2012-02-13Drop count is 64 bitsAnders Broman1-5/+5
2012-02-12Fix debug output.Michael Tüxen1-4/+4
2012-02-11Store drop count if present.Anders Broman1-1/+24
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-8/+83
2012-02-11Revert presumably-unintentional turning on of debug messages.Guy Harris1-1/+1
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman1-2/+8
2011-12-15If stuff above the Wiretap library can't handle packet reported lengthsGuy Harris1-12/+0
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-9/+9
2011-11-18Make sure pcap-ng supports a particular encapsulation type beforeGuy Harris1-1/+17
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris1-12/+6
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-16/+29
2011-08-30A zero snaplen means "snaplen unknown", as in "the file format fromGuy Harris1-1/+2
2011-08-11From Hanspeter via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6229 :Jeff Morriss1-6/+6
2011-05-11Fix a wrong name in a debug print statement.Michael Tüxen1-1/+1
2011-04-22Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"Guy Harris1-2/+10
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-23/+23
2011-04-19Unbreak live capture using pcapng.Michael Tüxen1-1/+5
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-15/+15
2011-03-31Use BSWAP16 instead of BSWAP32 for 16-bit values. Fixes CID's 1179 and 1180.Chris Maynard1-2/+2
2011-03-25Make it build on Windows 7Anders Broman1-1/+1
2011-03-24Add a missing include.Gerald Combs1-2/+6
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-2/+248
2011-02-07Check for a large packet_len. Fixes a bug reported by HuzaifaGerald Combs1-0/+12
2011-02-04Fix indentation.Guy Harris1-1/+1
2011-02-04Put more data into the "additional error information" messages.Guy Harris1-11/+8
2011-02-04Use g_strdup() instead of strdup()Jeff Morriss1-37/+37
2011-02-03From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs1-0/+2
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-80/+15
2010-04-21From Chris Maynard:Guy Harris1-2/+5
2010-04-05Treat the first block we read, when opening, specially:Guy Harris1-20/+60
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-22/+45