summaryrefslogtreecommitdiff
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-02-15From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus13-795/+1412
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-6/+8
2013-02-10Fix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua_reassembled_dataBill Meier1-2/+1
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-37/+46
2012-12-26Fix a bunch of warnings.Guy Harris2-5/+5
2012-12-07Bump revission.Anders Broman1-1/+1
2012-12-07From hannes:Anders Broman1-1/+4
2012-12-07From hannes:Anders Broman3-15/+230
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier3-18/+18
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss11-33/+11
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
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