summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Back out a change so that we can check it in again with the correctGuy Harris1-63/+43
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-46/+54
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-43/+63
2013-12-31When reading sequentially, pass the packet data length toGuy Harris1-4/+12
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+2
2013-12-31Trust the packet length we calculate when reading packets randomly.Guy Harris1-8/+1
2013-12-31Make it clearer that we're using the packet length read from the packetGuy Harris1-1/+2
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-2/+3
2013-12-31Use the packet length read from the packet header when reading packetsGuy Harris1-8/+9
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+7
2013-12-31Use the packet length read from the packet header, and check for an EOFGuy Harris1-3/+6
2013-12-30Clean up white space.Guy Harris1-3/+3
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris2-2/+9
2013-12-30Fix a couple of old typos;Bill Meier1-20/+43
2013-12-30Squelch compiler warnings.Guy Harris1-8/+5
2013-12-30More reverse engineering.Guy Harris1-64/+298
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris2-65/+375
2013-12-28use the correct record length for an IPv6 record in the NRBMartin Kaiser1-2/+3
2013-12-26Add some new tags seen.Guy Harris1-1/+48
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2-8/+8
2013-12-17Get rid of trailing periods in some error messages for consistency; theGuy Harris2-7/+7
2013-12-14Cast away shorten-64-to-32 warnings.Gerald Combs1-5/+5
2013-12-14Squelch a bunch of shorten-64-to-32 warnings by parsing all of ourGerald Combs1-14/+16
2013-12-13And another one.Guy Harris1-2/+2
2013-12-13Add some more file types misidentified as VWR files.Guy Harris1-4/+4
2013-12-13The IxVeriWave heuristic now gets more false positives (after, IGuy Harris1-1/+6
2013-12-12Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...Chris Maynard1-0/+1
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki3-0/+6
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki23-329/+260
2013-12-02Space between STANAG and the standard number.Guy Harris1-1/+1
2013-12-02Fix encap_table_base[] array.Jakub Zawadzki2-3/+7
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris2-0/+73
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann3-1/+7
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki5-83/+64
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki9-129/+124
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+15
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34
2013-11-20Add code to dump part of a record as ASCII, and use it to dump stringsGuy Harris1-27/+236
2013-11-19Update URL for the Tektronix manual, and fix a typo in the same comment.Guy Harris1-20/+27
2013-11-19Fix some problems with the debugging code.Guy Harris1-4/+5
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-11-11Export the right function name.Anders Broman1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki6-14/+11
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier28-89/+89
2013-11-08Looks like r53166 was not compile tested. Now k12text.l compiles again.Jörg Mayer1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris52-416/+418