summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-02-23interface id is 32-bit, not 64-bit.Michael Tüxen1-2/+2
2012-02-23Do a check of the block total length in pcapng_read_unknown_block().Guy Harris1-15/+8
2012-02-22Fix typo introduced by previous checkin.Guy Harris1-1/+1
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-21Use wtap_dump_open_ng() in tshark.Michael Tüxen1-1/+1
2012-02-21When saving a file and the are no IDBs, create a default one.Michael Tüxen1-4/+19
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-21Don't dereference idb_inf in wtap_dump_open_ng() whenMichael Tüxen1-4/+9
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-20From Jose Pedro Oliveira fix a typoAnders Broman3-8/+8
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman6-172/+700
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 Broman6-20/+266
2012-02-14TYPE_PAD records can have zero bytes of payload; don't treat them asGuy Harris1-4/+6
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-32/+38
2012-02-13White space changes.Anders Broman1-4/+4
2012-02-13Drop count is 64 bitsAnders Broman1-5/+5
2012-02-13Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+12
2012-02-12Do not assume tab stops are set every 4 spaces.Guy Harris2-90/+90
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 Broman3-34/+107
2012-02-11Revert presumably-unintentional turning on of debug messages.Guy Harris1-1/+1
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman3-8/+24
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-02-06From Guy Martin:Anders Broman3-1/+7
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-28From Tom Brezinski:Anders Broman2-13/+51
2012-01-28From Tobias Witek:Anders Broman1-0/+1
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris3-1/+92
2012-01-24From njtaylor0101 [AT] gmail.com via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-14/+9
2012-01-23In the table of capture file types, have:Guy Harris3-90/+114
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-3/+8
2012-01-23Add default extension names for all file types for which we haveGuy Harris1-13/+13
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris5-8/+113
2012-01-21It's the Xoraya file type, not the Xoraya encapsulation, that was bogus.Guy Harris1-43/+43
2012-01-21"*.*" as a pattern for a given file type is pointless, as it doesn'tGuy Harris1-21/+21