Fix build for FreeBSD
[metze/wireshark/wip.git] / wiretap /
2014-04-15 Gerald Combs1.11.3 → 1.11.4.
2014-04-14 Michal LabedzkiFix wtap displayable names
2014-04-01 Guy HarrisAdd a dissector for Apple's PKTAP headers.
2014-04-01 Guy HarrisUpdate encap_table_base.
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-29 Guy HarrisHide unused variable.
2014-03-29 Guy HarrisAdd a pcorey48tohll() macro, and use #defines for some...
2014-03-24 Michal LabedzkiUse tabs instead of spaces
2014-03-20 Martin Kaiseruse the WTAP_TYPE_AUTO define to make things clearer
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-20 Martin Kaiserthe entries for file types with magic numbers are
2014-03-20 Martin Kaiseruse the correct end index when we loop over the open_in...
2014-03-19 Alexis La GoutteMake checkAPIs happy
2014-03-19 Alexis La GoutteTry to fix Buildbot (Mac OS X and Windows) about conversion
2014-03-19 Hadriel KaplanFix lua file testsuite not working and weak heuristic...
2014-03-19 Michal LabedzkiWiretap: Add support for Android Logcat
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-16 Guy HarrisAdd a #define for the stats block header length, and...
2014-03-16 Michael MannRemove Visual Studio solution and project files (and...
2014-03-16 Guy HarrisAnd another warning fix.
2014-03-16 Guy HarrisSquelch some warnings by narrowing or widening some...
2014-03-16 Guy HarrisGet rid of unused #defines and no-longer-used structures.
2014-03-16 Guy HarrisReorganize the code.
2014-03-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-15 Guy HarrisClean up the setting of the len and caplen fields.
2014-03-15 Guy HarrisUse constants instead of vwr->STATS_LEN in some cases.
2014-03-15 Guy HarrisFix setting of STATS_LEN - it's what's in the file...
2014-03-15 Guy HarrisClean up naming and get rid of unused and duplicate...
2014-03-15 Guy HarrisBetter document the offset of the MPDU in the packet...
2014-03-15 Guy HarrisAdd a #define for the record header length, and use it.
2014-03-15 Guy HarrisSome records have two statistics blocks; clarify that.
2014-03-15 Guy HarrisMore use of vwr->STATS_LEN to clarify what code is...
2014-03-15 Guy HarrisGet rid of duplicate code.
2014-03-15 Guy HarrisUse vwr->STATS_LEN instead of numbers, and eliminate...
2014-03-14 Guy Harrislen and caplen are derived independently, so set WTAP_H...
2014-03-07 Christopher KilgourIntroduces two new Bluetooth DLTs for RF-based captures.
2014-03-06 Guy HarrisHave NFLOG TLV type and length be in host byte order.
2014-03-05 Hadriel KaplanAdd command-line arg for input file format for tshark...
2014-03-04 Evan HuusOne more fix from g2965913
2014-03-04 Pascal QuantinFix warnings introduced in g2965913
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-20 Michal LabedzkiAdd support for Bluetooth Linux Monitor
2014-02-08 Guy HarrisHave macros to handle the range check and byte swapping.
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2014-02-03 Peter Hatinaallow tshark reading from pipes
2014-02-02 Edwin GroothuisFix build on FreeBSD 10.0
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-15 Evan HuusReject pcap files that claim on-the-wire packet sizes...
2014-01-12 Michael MannBluetooth/Ubertooth improvements. Bug 9606 (https...
2014-01-10 Anders BromanMake internal functions static
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2014-01-02 Guy HarrisDon't use the length argument to the seek-read routine...
2014-01-02 Guy HarrisDon't pass the wtap * to a routine if it's not needed.
2014-01-02 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2014-01-02 Guy HarrisHave a routine that reads and processes the record...
2014-01-02 Guy HarrisProcess the packet header and data in common code,...
2014-01-02 Guy HarrisRead the packet header in the seek-read routines as...
2014-01-01 Guy HarrisIf the uncompression buffers are empty, they have no...
2014-01-01 Guy HarrisBack out r54523 - more work is needed on it, and some...
2013-12-31 Guy HarrisUse a common code path for most of both sequential...
2013-12-31 Guy HarrisBack out a change so that we can check it in again...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-12-31 Guy HarrisWhen reading sequentially, pass the packet data length to
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisTrust the packet length we calculate when reading packe...
2013-12-31 Guy HarrisMake it clearer that we're using the packet length...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-31 Guy HarrisUse the packet length read from the packet header,...
2013-12-31 Guy HarrisUse the packet length read from the packet header,...
2013-12-30 Guy HarrisClean up white space.
2013-12-30 Guy HarrisAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 Bill MeierFix a couple of old typos;
2013-12-30 Guy HarrisSquelch compiler warnings.
2013-12-30 Guy HarrisMore reverse engineering.
2013-12-30 Guy HarrisFor file formats that don't have magic numbers, so...
2013-12-28 Martin Kaiseruse the correct record length for an IPv6 record in...
2013-12-26 Guy HarrisAdd some new tags seen.
2013-12-21 Jakub Zawadzkiisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-17 Guy HarrisGet rid of trailing periods in some error messages...
2013-12-14 Gerald CombsCast away shorten-64-to-32 warnings.
2013-12-14 Gerald CombsSquelch a bunch of shorten-64-to-32 warnings by parsing...
2013-12-13 Guy HarrisAnd another one.
2013-12-13 Guy HarrisAdd some more file types misidentified as VWR files.
2013-12-13 Guy HarrisThe IxVeriWave heuristic now gets more false positives...
2013-12-12 Chris MaynardAppease Visual Studio Code Analysis by ensuring that...
2013-12-07 Jakub ZawadzkiAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-12-02 Guy HarrisSpace between STANAG and the standard number.
2013-12-02 Jakub ZawadzkiFix encap_table_base[] array.
next