summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan1-2/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki6-2/+682
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann5-153/+448
2014-03-16Add a #define for the stats block header length, and use it.Guy Harris1-14/+15
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-442/+0
2014-03-16And another warning fix.Guy Harris1-1/+2
2014-03-16Squelch some warnings by narrowing or widening some variables.Guy Harris1-6/+9
2014-03-16Get rid of unused #defines and no-longer-used structures.Guy Harris1-56/+3
2014-03-16Reorganize the code.Guy Harris1-375/+448
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris5-8/+364
2014-03-15Clean up the setting of the len and caplen fields.Guy Harris1-48/+66
2014-03-15Use constants instead of vwr->STATS_LEN in some cases.Guy Harris1-10/+8
2014-03-15Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.Guy Harris1-2/+1
2014-03-15Clean up naming and get rid of unused and duplicate definitions.Guy Harris1-197/+104
2014-03-15Better document the offset of the MPDU in the packet data.Guy Harris1-9/+17
2014-03-15Add a #define for the record header length, and use it.Guy Harris1-6/+21
2014-03-15Some records have two statistics blocks; clarify that.Guy Harris1-4/+4
2014-03-15More use of vwr->STATS_LEN to clarify what code is doing.Guy Harris1-4/+9
2014-03-15Get rid of duplicate code.Guy Harris1-5/+0
2014-03-15Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.Guy Harris1-8/+2
2014-03-14len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.Guy Harris1-3/+3
2014-03-07Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour3-0/+12
2014-03-06Have NFLOG TLV type and length be in host byte order.Guy Harris1-0/+80
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan2-0/+23
2014-03-04One more fix from g2965913Evan Huus1-2/+0
2014-03-04Fix warnings introduced in g2965913Pascal Quantin2-3/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte108-216/+0
2014-02-25Remove trailing whitespaceBill Meier5-6/+6
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki3-148/+149
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki2-2/+68
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