aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Fix CID 1385.Michael Tüxen1-1/+1
2012-03-01Fix CID 354.Michael Tüxen1-6/+6
2012-03-01Read the complete NRB.Anders Broman1-2/+5
2012-03-01Add debuginfoAnders Broman1-1/+3
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman3-1/+10
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-0/+2
2012-02-28Some more details about REC_HEADER1 and REC_V2DESC; REC_HEADER1 doesn'tGuy Harris1-2/+14
2012-02-26Make it possible to edit capture commentsAnders Broman3-0/+9
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-7/+41
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris44-22/+120
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-3/+3
2012-02-24Fix a typo and revert previous.Anders Broman1-1/+1
2012-02-24Fix a typo.Anders Broman1-1/+1
2012-02-23No debug output, please.Michael Tüxen1-1/+1
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