summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-21Get rid of an unused file type. If somebody wants it in the officialGuy Harris2-37/+32
2012-01-18Line up #define values.Guy Harris1-1/+1
2012-01-18Tabs are not *ipso facto* 4 spaces.Guy Harris1-2/+2
2012-01-18From Tom Brezinski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746Alexis La Goutte2-0/+3
2012-01-14wth->phdr.pkt_encap isn't set on a seek-and-read; pass the encapsulationGuy Harris1-4/+4
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.Guy Harris3-4/+17
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.Guy Harris2-23/+18
2012-01-14WTAP_ENCAP_UNKNOWN should never appear as an actual encapsulation type,Guy Harris1-2/+0
2012-01-13Sync filelists between autofoo and cmake.Jörg Mayer1-1/+1
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs2-15/+15
2011-12-27Tighten up format string used for date/time parse;Bill Meier1-21/+41
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris4-15/+4
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 Harris40-158/+158
2011-12-13Crank up the maximum frame table size to 512*2^20 packets, that being aGuy Harris1-3/+10
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris3-1/+35
2011-12-13Check for a bogus record size. Fixes bug 6670.Guy Harris1-0/+10
2011-12-13Add an arbitrary limit on the maximum size of the frame table, so thatGuy Harris1-0/+13
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris1-2/+64
2011-12-13Add missing check for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10
2011-12-13Add missing check for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10