aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_transport_layer.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-23Remove some svn $Author$ lines that escaped previous cleanups.Joerg Mayer1-2/+0
2015-07-02opcua dissector: Fix display of status code in error messageHannes Mezger1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier1-1/+0
2014-10-17Add argument 'packet_info *pinfo' to all dissecting functionsHannes Mezger1-15/+15
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+12
2014-09-17opcua: prefix all hf_register_info with opcua, unify namingHannes Mezger1-18/+18
2014-09-17opcua: format all hf_register_info tables by aligning them to longest valueHannes Mezger1-52/+18
2014-09-17opcua: remove unused codeHannes Mezger1-9/+0
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-12/+6
2014-06-16Cleanup subtree types in opcua pluginHannes Mezger1-1/+1
2014-06-11Improve display of Open/CloseSecureChannel requests and responsesHannes Mezger1-2/+24
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14More prototype cleanup.Guy Harris1-0/+1
2014-01-13dispatchService() is imported from other code; declare it inGuy Harris1-2/+0
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-1/+1
2013-02-15From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus1-6/+14
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-6/+8
2012-12-07From hannes:Anders Broman1-6/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
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-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-22/+22
2011-03-23Removed unused parameter to parseServiceNodeId.Stig Bjørlykke1-2/+2
2010-12-04From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-6/+12
2010-04-07Remove some uneeded #includesBill Meier1-2/+0
2009-09-09Check our array lengths and refuse to process them if they're too large.Gerald Combs1-36/+12
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-18/+18
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-62/+62
2009-04-06From Gerhard Gappmeier:Jaap Keuter1-67/+111
2007-05-21Make files more generic.Jaap Keuter1-1/+1
2007-05-15from Gerhard Gappmeier:Ulf Lamping1-0/+211