Add a HACK patch for building a patched kerberos library
[metze/wireshark/wip.git] / plugins / wimax /
2014-01-24 eapacheThe wimax plugin primarily uses tvb_get_ptr buffer...
2014-01-13 guyIn a source file that defines external functions, the...
2014-01-02 etxrabFix [-Wmissing-prototypes]
2014-01-02 etxrabFix [-Wmissing-prototypes]
2014-01-01 pascalwimax_compact_ulmap_ie_decoder() is used outside of...
2014-01-01 etxrabFix [-Wmissing-prototypes]
2013-11-29 darkjamesRename some of pint.h macros to match common style...
2013-11-09 darkjamesinclude <wsutil/pint.h> only when needed.
2013-10-24 mmannMinor cleanup.
2013-10-24 mmannMake WiMax CDMA Code Attribute its own protocol with...
2013-10-24 mmannCreate a single array of ett_ variables, instead of...
2013-10-23 wmeierFix (using '#if 0') various [-Wunused-const-variable...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-30 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-30 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-30 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-09-28 eapacheFix various warnings in (hopefully) the right ways.
2013-09-28 mmann1. Remove PITEM_FINFO from add_tlv_subtree and add_prot...
2013-09-24 mmannPrevent crashing as a result of tree removal in r52208...
2013-09-24 guyYou are in a twisty little maze of code paths, all...
2013-09-24 guyStuff used when checking the CRC needs to be done regar...
2013-09-24 guyGet rid of unused variable.
2013-09-24 guyFix copy-and-pasteo(?).
2013-09-24 guyOne advantage of making as many things as possible...
2013-09-24 mmannWimax dissector improvements:
2013-09-22 morrissDon't declare proto_mac_mgmt_msg_ucd_decoder twice.
2013-09-22 mmannMake dissectors register for their MAC Management Messa...
2013-09-17 pascalemem -> wmem
2013-07-17 darkjamesRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 guyUse tvb_new_chain with the tvbuffs from a reassembly.
2013-07-14 guyA fragment_data structure now contains a pointer to...
2013-07-06 eapacheAdd our license header to plugin moduleinfo.h files...
2013-03-22 guyDon't wire into the reassembly code the notion that...
2013-03-20 wmeier From beroset:
2013-03-18 etxrabFrom beroset:
2013-03-12 jakeFrom David Arnold:
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-03-01 pascalFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-02-10 wmeierComment out numerous unused hf_.... instances found...
2013-02-09 guyMake the other plugin makefiles use the new style intro...
2013-01-26 jakeFix for CID 280529 and 280530.
2012-12-26 guyFix a bunch of warnings.
2012-12-05 wmeierFix numerous instances of a variable/parameter name...
2012-10-26 eapacheCreate SET_ADDRESS_HF that takes an additional hf_...
2012-10-26 eapacheRevert revision 44921.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-15 eapacheFrom Pontus Fuchs via https://bugs.wireshark.org/bugzil...
2012-06-28 darkjamesUpdate FSF address - part II.
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-01 wmeierSet Makefile.common as a plugin.c dependency so plugin...
2012-06-01 wmeierWindows: Set Makefile.common as a plugin.c dependency...
2012-05-11 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-05-10 geraldBetter fixes for the last commit.
2012-05-09 geraldFix a few scan-build warnings.
2012-04-10 darkjamesAdd missing consts.
2012-04-04 morrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-10-20 wmeierUse ENC_NA as proto_tree_add_item() encoding arg for...
2011-10-18 wmeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 wmeierConvert plugin files proto_tree_add_item() 'encoding...
2011-10-10 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-07-21 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-07-06 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-07-04 etxrabFrom Kluchnikov Ivan:
2011-04-06 geraldEither remove or use unused values found by Coverity...
2011-03-29 etxrabAdd a missing break.
2011-03-24 wmeierDon't assign to a proto_item* if the value isn't to...
2011-03-22 morrissFix a typo
2011-03-22 sahlbergCoverity 1167
2011-03-22 sahlbergCoverity 1168
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-01-19 jakeDon't stop calling subdissectors when there's no tree.
2011-01-19 jakeUse Wireshark standard marking for unused parameters.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-09-24 guyPlugins are not shared libraries, so:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-08 etxrabGet rid of check_col().
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2009-12-08 jakeFix header field names containing dots.
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-06 stigBuild plugins with cmake on OSX.
2009-10-04 krjRemove check_col()
2009-10-04 krjUse G_N_ELEMENTS instead of hard coding size of array
2009-10-04 krjConstify wimax_mac_calc_crc8()
2009-10-04 krjConstify wimax_mac_calc_crc16()
2009-10-04 krjConstify wimax_mac_calc_crc32()
2009-10-04 krjRemove forward references
2009-10-04 krjMove prototype to wimax_utils.h
2009-10-04 krjInclude wimax_utils.h
next