Make the parlay dissector a buil tin dissector.
[metze/wireshark/wip.git] / plugins / wimax /
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-05-10 Gerald CombsBetter fixes for the last commit.
2012-05-09 Gerald CombsFix a few scan-build warnings.
2012-04-10 Jakub ZawadzkiAdd missing consts.
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-10-20 Bill MeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-18 Bill MeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 Bill MeierConvert plugin files proto_tree_add_item() 'encoding...
2011-10-10 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-07-21 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-06 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-07-04 Anders BromanFrom Kluchnikov Ivan:
2011-04-06 Gerald CombsEither remove or use unused values found by Coverity...
2011-03-29 Anders BromanAdd a missing break.
2011-03-24 Bill MeierDon't assign to a proto_item* if the value isn't to...
2011-03-22 Jeff MorrissFix a typo
2011-03-22 Ronnie SahlbergCoverity 1167
2011-03-22 Ronnie SahlbergCoverity 1168
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-01-19 Jaap KeuterDon't stop calling subdissectors when there's no tree.
2011-01-19 Jaap KeuterUse Wireshark standard marking for unused parameters.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-24 Guy HarrisPlugins are not shared libraries, so:
2010-09-23 Jörg MayerH. Sivank <hsivank@gmail.com>
2010-05-14 Jeff MorrissAdd Cmake stuff to the source distribution so more...
2010-04-08 Anders BromanGet rid of check_col().
2010-03-18 Jörg Mayercmake changes:
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2009-12-08 Jaap KeuterFix header field names containing dots.
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-11-07 Jörg Mayercmake will now honor -Werror if configured (default...
2009-10-09 Kovarththanan Raja... Use register_dissector_files in the plugins dissectors
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-10-04 Kovarththanan Raja... Remove check_col()
2009-10-04 Kovarththanan Raja... Use G_N_ELEMENTS instead of hard coding size of array
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc8()
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc16()
2009-10-04 Kovarththanan Raja... Constify wimax_mac_calc_crc32()
2009-10-04 Kovarththanan Raja... Remove forward references
2009-10-04 Kovarththanan Raja... Move prototype to wimax_utils.h
2009-10-04 Kovarththanan Raja... Include wimax_utils.h
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-09-23 Jörg MayerBuild more plugins with cmake.
2009-09-13 Jeff MorrissRun checkapi on the dissector header files
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-08-21 Kovarththanan Raja... Also fake empty field_info's by gracefully handling...
2009-08-09 Kovarththanan Raja... Add PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 Bill Meier'if(proto_... == -1)' not req'd; Don't register ett...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-05 Guy HarrisFix typo.
2009-08-04 Guy HarrisPut the initializers for the elements of value_string...
2009-08-04 Bill MeierMinor changes:
2009-08-03 Bill MeierMore minor cleanups:
2009-08-03 Bill MeierMinor cleanups:
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-22 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-22 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-05-13 Anders BromanApply some of the patches from:
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2009-01-08 Jaap KeuterFix for bug 2902:
2008-12-22 Bill MeierFix some typos and spelling (mostly in text strings)
2008-08-29 Bill Meier#include <prefs.h> not required
2008-08-14 Jaap KeuterFrom Frank Wang:
2008-07-29 Jeff MorrissAllow checkapis target to work in out-of-tree builds...
2008-07-24 Martin MathiesonFix DLMAP UL_interference_and_noise_level_IE decode...
2008-07-24 Martin MathiesonFix HARQ_ULMAP_IE decoder padding error (bug 2738).
2008-07-23 Martin MathiesonThis file predominantly uses spaces, so remove tabs...
2008-07-23 Martin MathiesonFix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).
2008-07-22 Bill MeierAdd NULL termination element to value_string arrays
2008-07-18 Bill MeierChange C++ style comments to C style ...
2008-07-11 Jaap KeuterFrom Frank Wang:
2008-07-08 Martin MathiesonFix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-06-25 Martin MathiesonFor for compressed DLMAP decode error.
2008-06-23 Martin MathiesonTry again to get labels matching function names.
2008-06-23 Martin MathiesonFix wimax UL-MAP ext IE decode error.
2008-06-20 Martin MathiesonWimax: support TLV type 48 in REG-REQ/REG-RSP.
2008-06-20 Martin MathiesonFix wimax encoding err when packing subheader present.
2008-06-20 Martin MathiesonSupport TLV type 36 in wimax plugin.
2008-05-23 Jaap KeuterFrom cfreeer:
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-14 Stig BjørlykkeFrom cfreeer (bug 2541):
2008-05-14 Stig BjørlykkeFrom cfreeer (bug 2540):
2008-05-14 Jaap KeuterFrom cfreeer:
2008-05-08 Anders BromanRun checkAPI in plugins dir.
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2008-04-30 Jaap KeuterNow with EAP dissector safety valve.
2008-04-30 Jaap KeuterFrom cfreeer:
next