aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Have macros to handle the range check and byte swapping.Guy Harris1-56/+44
2014-02-06Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris10-154/+146
2014-02-03allow tshark reading from pipesPeter Hatina1-1/+2
2014-02-02Fix build on FreeBSD 10.0Edwin Groothuis1-1/+2
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte2-16/+0
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris19-9/+154
2014-01-15Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes manyEvan Huus1-0/+18
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann3-13/+25
2014-01-10Make internal functions staticAnders Broman1-1/+1
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-2/+2
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris50-149/+93
2014-01-02Don't use the length argument to the seek-read routine; no otherGuy Harris1-11/+3
2014-01-02Don't pass the wtap * to a routine if it's not needed.Guy Harris1-22/+17
2014-01-02Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-41/+56
2014-01-02Have a routine that reads and processes the record header, and use it inGuy Harris1-74/+58
2014-01-02Process the packet header and data in common code, shared by the readGuy Harris1-297/+246
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
2014-01-01If the uncompression buffers are empty, they have no data; set the countGuy Harris1-0/+4
2014-01-01Back out r54523 - more work is needed on it, and some testing found anGuy Harris1-12/+4
2013-12-31Use a common code path for most of both sequential and random fileGuy Harris1-43/+63
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