aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Fix wtap displayable namesMichal Labedzki2014-04-141-12/+12
* Add a dissector for Apple's PKTAP headers.Guy Harris2014-04-013-0/+8
* Update encap_table_base.Guy Harris2014-04-011-0/+24
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-314-8/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-313-6/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-313-6/+0
* Hide unused variable.Guy Harris2014-03-291-1/+4
* Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris2014-03-291-26/+25
* Use tabs instead of spacesMichal Labedzki2014-03-241-6/+5
* use the WTAP_TYPE_AUTO define to make things clearerMartin Kaiser2014-03-201-1/+1
* Revert "Allow pcapng interface options to be available to dissectors."Anders Broman2014-03-203-110/+0
* Allow pcapng interface options to be available to dissectors.Christopher Kilgour2014-03-203-0/+110
* the entries for file types with magic numbers areMartin Kaiser2014-03-201-1/+1
* use the correct end index when we loop over the open_info_arrMartin Kaiser2014-03-201-8/+8
* Make checkAPIs happy Alexis La Goutte2014-03-191-2/+2
* Try to fix Buildbot (Mac OS X and Windows) about conversionAlexis La Goutte2014-03-191-6/+6
* Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan2014-03-191-2/+1
* Wiretap: Add support for Android LogcatMichal Labedzki2014-03-196-2/+682
* Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann2014-03-195-153/+448
* Add a #define for the stats block header length, and use it.Guy Harris2014-03-161-14/+15
* Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2014-03-162-442/+0
* And another warning fix.Guy Harris2014-03-161-1/+2
* Squelch some warnings by narrowing or widening some variables.Guy Harris2014-03-161-6/+9
* Get rid of unused #defines and no-longer-used structures.Guy Harris2014-03-161-56/+3
* Reorganize the code.Guy Harris2014-03-161-375/+448
* Support to version 3.0 of netscaler packet wire format.Guy Harris2014-03-165-8/+364
* Clean up the setting of the len and caplen fields.Guy Harris2014-03-151-48/+66
* Use constants instead of vwr->STATS_LEN in some cases.Guy Harris2014-03-151-10/+8
* Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.Guy Harris2014-03-151-2/+1
* Clean up naming and get rid of unused and duplicate definitions.Guy Harris2014-03-151-197/+104
* Better document the offset of the MPDU in the packet data.Guy Harris2014-03-151-9/+17
* Add a #define for the record header length, and use it.Guy Harris2014-03-151-6/+21
* Some records have two statistics blocks; clarify that.Guy Harris2014-03-151-4/+4
* More use of vwr->STATS_LEN to clarify what code is doing.Guy Harris2014-03-151-4/+9
* Get rid of duplicate code.Guy Harris2014-03-151-5/+0
* Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.Guy Harris2014-03-151-8/+2
* len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.Guy Harris2014-03-141-3/+3
* Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour2014-03-073-0/+12
* Have NFLOG TLV type and length be in host byte order.Guy Harris2014-03-061-0/+80
* Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan2014-03-052-0/+23
* One more fix from g2965913Evan Huus2014-03-041-2/+0
* Fix warnings introduced in g2965913Pascal Quantin2014-03-042-3/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-04108-216/+0
* Remove trailing whitespaceBill Meier2014-02-255-6/+6
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-253-148/+149
* Add support for Bluetooth Linux MonitorMichal Labedzki2014-02-202-2/+68
* Have macros to handle the range check and byte swapping.Guy Harris2014-02-081-56/+44
* Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris2014-02-0610-154/+146
* allow tshark reading from pipesPeter Hatina2014-02-031-1/+2
* Fix build on FreeBSD 10.0Edwin Groothuis2014-02-021-1/+2