Move Auth padding to the right tree
[metze/wireshark/wip.git] / plugins / m2m /
2013-12-27 etxrabFix [-Wmissing-prototypes]
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-09 mmannexpert_add_info_format_text -> expert_add_info_format
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-05-29 mmannBatch (some of) the plugins to filterable expert infos...
2013-03-22 guyDon't wire into the reassembly code the notion that...
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...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
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 guyShow m2m.fch_burst_tlv_value in decimal.
2012-05-11 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 morrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-27 stigRemoved unused pdu_length in pdu_burst_decoder to avoid...
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
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-02-02 wmeierA bit of Windows makefiles rework and cleanup:
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-05 etxrabGet rid of a bunch of check_col().
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
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-06 stigBuild plugins with cmake on OSX.
2009-09-24 krjDon't guard col_append_str with check_col
2009-09-21 jmayerCMake:
2009-09-16 jmayerBuild a few more plugins
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-08 geraldCheck TLV lengths before we try to add them to the...
2009-08-03 wmeierVarious minor cleanups:
2009-06-24 stigFrom Kovarththanan Rajaratnam:
2009-05-13 etxrabApply some of the patches from:
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2009-01-13 jakeMake the column check actually check the information...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-25 wmeierproto_register/proto_reg_handoff; Various small cleanup...
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-01 jakeClean up the WiMax Mac-to-Mac dissector code.
2007-05-27 guyUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 guyUse tvb_reported_length() to get the amount of data...
2007-05-27 guyInclude wimax_tlv.h the same way packet-m2m.c does.
2007-05-26 galMissing bits and fixes to get the buildbot green again.
2007-05-26 guyGet rid of another item that's now handled automatically.
2007-05-26 guyGet rid of the old-style plugin registration stuff.
2007-05-26 guyGo with a Makefile.common as other plugins have, and...
2007-05-25 geraldFrom Mike Harvey: Support for WiMAX and the WiMAX M2M...