From Harald Welte:
[obnox/wireshark/wip.git] / plugins / opcua /
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:
2007-05-15 ulflremove generated file
2007-05-15 ulfladd the list of DISSECTOR_INCLUDES
2007-05-15 ulfladd svn properties for dir and files
2007-05-14 geraldQuote the path to make-dissector-reg.py.
2007-05-14 ulflfrom Gerhard Gappmeier (ascolab):