aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
2013-12-23Avoid using ephemeral memory in register routines.Evan Huus1-1/+4
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-15/+15
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier1-3/+5
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-17emem -> wmemPascal Quantin2-4/+5
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki2-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-11/+11
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