aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-22/+22
2012-05-05From Nhi Nguyen:pascal1-2/+2
2012-04-09Add missing consts in opcua plugin.Jakub Zawadzki5-274/+274
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-10/+10
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-6/+6
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-6/+6
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier5-77/+77
2011-03-23Removed unused parameter to parseServiceNodeId.Stig Bjørlykke3-6/+4
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-11Added opcua_extensionobjecttable.c from revision 34906.Stig Bjørlykke1-0/+1
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss3-15/+40
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss2-4/+336
2010-12-02From Gerhard Gappmeier:Anders Broman1-12/+12
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss6-1/+158
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-8/+29
2010-11-15From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-33/+25
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-27Add some information about how/why this dissector is (partially) machine-gene...Jeff Morriss7-20/+57
2010-04-26Make the OpcUa plugin's fields filterable (by giving them abbreviations).Jeff Morriss3-443/+443
2010-04-07Remove some uneeded #includesBill Meier2-3/+0
2010-04-05Get rid of a bunch of check_col().Anders Broman1-4/+1
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-3/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;Bill Meier1-6/+6
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss1-9/+17
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-07Don't include config.h in header files.Stig Bjørlykke5-20/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-21CMake:Jörg Mayer1-0/+88
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-09-09Check our array lengths and refuse to process them if they're too large.Gerald Combs3-72/+67
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke6-463/+463
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke6-614/+612
2009-06-15Trivial warning fixes:Jörg Mayer2-2/+2
2009-04-06Add missing header file of OpcUa plugin update.Jaap Keuter2-1/+187
2009-04-06From Gerhard Gappmeier:Jaap Keuter19-2486/+2868