aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Fix wtap displayable namesMichal Labedzki1-12/+12
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris3-0/+8
2014-04-01Update encap_table_base.Guy Harris1-0/+24
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-29Hide unused variable.Guy Harris1-1/+4
2014-03-29Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris1-26/+25
2014-03-24Use tabs instead of spacesMichal Labedzki1-6/+5
2014-03-20use the WTAP_TYPE_AUTO define to make things clearerMartin Kaiser1-1/+1
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman3-110/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour3-0/+110
2014-03-20the entries for file types with magic numbers areMartin Kaiser1-1/+1
2014-03-20use the correct end index when we loop over the open_info_arrMartin Kaiser1-8/+8
2014-03-19Make checkAPIs happy Alexis La Goutte1-2/+2
2014-03-19Try to fix Buildbot (Mac OS X and Windows) about conversionAlexis La Goutte1-6/+6
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