aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-0250-149/+93
* Don't use the length argument to the seek-read routine; no otherGuy Harris2014-01-021-11/+3
* Don't pass the wtap * to a routine if it's not needed.Guy Harris2014-01-021-22/+17
* Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris2014-01-021-41/+56
* Have a routine that reads and processes the record header, and use it inGuy Harris2014-01-021-74/+58
* Process the packet header and data in common code, shared by the readGuy Harris2014-01-021-297/+246
* Read the packet header in the seek-read routines as well as the readGuy Harris2014-01-021-18/+82
* If the uncompression buffers are empty, they have no data; set the countGuy Harris2014-01-011-0/+4
* Back out r54523 - more work is needed on it, and some testing found anGuy Harris2014-01-011-12/+4
* Use a common code path for most of both sequential and random fileGuy Harris2013-12-311-43/+63
* Back out a change so that we can check it in again with the correctGuy Harris2013-12-311-63/+43
* When reading MIME-encapsulated files, read the entire file at once,Guy Harris2013-12-311-46/+54
* When reading MIME-encapsulated files, read the entire file at once,Guy Harris2013-12-311-43/+63
* When reading sequentially, pass the packet data length toGuy Harris2013-12-311-4/+12
* Use the packet length read from the packet header when reading packetsGuy Harris2013-12-311-2/+2
* Trust the packet length we calculate when reading packets randomly.Guy Harris2013-12-311-8/+1
* Make it clearer that we're using the packet length read from the packetGuy Harris2013-12-311-1/+2
* Use the packet length read from the packet header when reading packetsGuy Harris2013-12-311-2/+3
* Use the packet length read from the packet header when reading packetsGuy Harris2013-12-311-8/+9
* Use the packet length read from the packet header, and check for an EOFGuy Harris2013-12-311-3/+7
* Use the packet length read from the packet header, and check for an EOFGuy Harris2013-12-311-3/+6
* Clean up white space.Guy Harris2013-12-301-3/+3
* Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris2013-12-302-2/+9
* Fix a couple of old typos;Bill Meier2013-12-301-20/+43
* Squelch compiler warnings.Guy Harris2013-12-301-8/+5
* More reverse engineering.Guy Harris2013-12-301-64/+298
* For file formats that don't have magic numbers, so they're recognized byGuy Harris2013-12-302-65/+375
* use the correct record length for an IPv6 record in the NRBMartin Kaiser2013-12-281-2/+3
* Add some new tags seen.Guy Harris2013-12-261-1/+48
* isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki2013-12-211-1/+1
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-202-8/+8
* Get rid of trailing periods in some error messages for consistency; theGuy Harris2013-12-172-7/+7
* Cast away shorten-64-to-32 warnings.Gerald Combs2013-12-141-5/+5
* Squelch a bunch of shorten-64-to-32 warnings by parsing all of ourGerald Combs2013-12-141-14/+16
* And another one.Guy Harris2013-12-131-2/+2
* Add some more file types misidentified as VWR files.Guy Harris2013-12-131-4/+4
* The IxVeriWave heuristic now gets more false positives (after, IGuy Harris2013-12-131-1/+6
* Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...Chris Maynard2013-12-121-0/+1
* Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki2013-12-073-0/+6
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-0323-329/+260
* Space between STANAG and the standard number.Guy Harris2013-12-021-1/+1
* Fix encap_table_base[] array.Jakub Zawadzki2013-12-022-3/+7
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-022-0/+73
* STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann2013-11-303-1/+7
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-295-83/+64
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-299-129/+124
* Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann2013-11-231-3/+15
* Get rid of C++ comments.Guy Harris2013-11-211-1/+1
* Cope with empty VWR files (bug 9428)Martin Mathieson2013-11-211-2/+9
* Add support for a new type of frame data record seen in a k18 file, andGuy Harris2013-11-201-10/+34