Move Auth padding to the right tree
[metze/wireshark/wip.git] / plugins / opcua /
2014-01-14 guyMore prototype cleanup.
2014-01-13 guydispatchService() is imported from other code; declare...
2014-01-01 etxrabFix [-Wmissing-prototypes]
2013-12-23 eapacheAvoid using ephemeral memory in register routines.
2013-11-15 etxrabTry to fix [-Wmissing-prototypes]
2013-11-09 mmannAdd data parameter to tcp_dissect_pdus() as well as...
2013-10-23 wmeierFix (using '#if 0') a few more [-Wunused-const-variable...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-17 pascalemem -> wmem
2013-09-02 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-08-06 darkjamesRemove hfinfo->bitshift member, add hfinfo_bitshift...
2013-07-17 darkjamesRemove fragment_data, add fragment_head, fragment_item...
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-12 jakeFrom David Arnold:
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-19 guyHow can I get a new tvbuff that starts at an offset...
2013-02-15 eapacheFrom Hannes Mezger via https://bugs.wireshark.org/bugzi...
2013-02-10 wmeierComment out numerous unused hf_.... instances found...
2013-02-10 wmeierFix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua...
2013-02-09 guyMake the other plugin makefiles use the new style intro...
2012-12-26 guyFix a bunch of warnings.
2012-12-07 etxrabBump revission.
2012-12-07 etxrabFrom hannes:
2012-12-07 etxrabFrom hannes:
2012-12-05 wmeierFix numerous instances of a variable/parameter name...
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 guyGet rid of remaining Booleans-as-encoding-arguments in
2012-05-05 pascalFrom Nhi Nguyen:
2012-04-09 darkjamesAdd missing consts in opcua plugin.
2012-04-04 morrissAdd a "-build" argument to checkAPIs.pl. Use that...
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-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-03-23 stigRemoved unused parameter to parseServiceNodeId.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-11 stigAdded opcua_extensionobjecttable.c from revision 34906.
2010-12-04 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-04 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-12-02 etxrabFrom Gerhard Gappmeier:
2010-11-16 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-16 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
2010-11-15 morrissFrom Gerhard Gappmeier via https://bugs.wireshark.org...
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-27 morrissAdd some information about how/why this dissector is...
2010-04-26 morrissMake the OpcUa plugin's fields filterable (by giving...
2010-04-07 wmeierRemove some uneeded #includes
2010-04-05 etxrabGet rid of a bunch 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-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-17 wmeierFrom Martin Lutz: Patch tvb_memeql return check;
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-20 morrissDon't call PROTO_ITEM_SET_GENERATED(proto_tree_add...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-07 stigDon't include config.h in header files.
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-21 jmayerCMake:
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-09-09 geraldCheck our array lengths and refuse to process them...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-06-15 jmayerTrivial warning fixes:
2009-04-06 jakeAdd missing header file of OpcUa plugin update.
2009-04-06 jakeFrom Gerhard Gappmeier:
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
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-05-27 guyClean up white space.
2007-05-22 jmayerTrivial warning fixes:
2007-05-21 jakeMake files more generic.
2007-05-16 ulflfrom Gerhard Gappmeier (ULFL: only slightly changed...
2007-05-15 ulflfrom Gerhard Gappmeier:
next