summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_simpletypes.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-08opcua: expand ReturnDiagnostics field of RequestHeaderHannes Mezger1-59/+93
2015-12-08opcua: fix order of ExpandedNodeId bitsHannes Mezger1-1/+1
2015-08-23Remove some svn $Author$ lines that escaped previous cleanups.Joerg Mayer1-2/+0
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2014-12-22plugins: Cleanup #includesBill Meier1-2/+0
2014-10-18Use proto_tree_add_expert_format instead of proto_tree_add_textHannes Mezger1-12/+16
2014-10-17Use proto_tree_add_bitmask for ExpandedNodeId EncodingMaskHannes Mezger1-9/+16
2014-10-17Add argument 'packet_info *pinfo' to all dissecting functionsHannes Mezger1-110/+110
2014-10-16Replace proto_tree_add_text in non-generated filesHannes Mezger1-33/+37
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-1/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-50/+63
2014-09-17opcua: prefix all hf_register_info with opcua, unify namingHannes Mezger1-42/+42
2014-09-17opcua: format all hf_register_info tables by aligning them to longest valueHannes Mezger1-74/+52
2014-07-30fix encodingmask of DiagnosticInfoHannes Mezger1-4/+16
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-24/+26
2014-06-17Create and register subtree identifiers for all opcua array typesHannes Mezger1-34/+82
2014-06-17Unify how opcua arrays are displayedHannes Mezger1-76/+107
2014-06-16Cleanup subtree types in opcua pluginHannes Mezger1-10/+18
2014-06-16Display status code info bits if setHannes Mezger1-2/+92
2014-06-16Display text representation of status codesHannes Mezger1-1/+11
2014-06-11opcua_simpletypes.c:94:12: error: static declaration of 'hf_opcua_NamespaceUr...AndersBroman1-2/+0
2014-06-11Unify displaying of NodeIdHannes Mezger1-9/+13
2014-06-11Fix NodeId and ExpandedNodeId encoding mask displayHannes Mezger1-8/+12
2014-06-11Unify variable and identifier names according to the UA specificationHannes Mezger1-19/+19
2014-06-11Fix switch case on ExpandedNodeId encoding maskHannes Mezger1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-2/+0
2013-09-17emem -> wmemPascal Quantin1-3/+3
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 Zawadzki1-1/+1
2013-02-15From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus1-46/+96
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-21/+21
2012-05-05From Nhi Nguyen:pascal1-2/+2
2012-04-09Add missing consts in opcua plugin.Jakub Zawadzki1-11/+11
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 Meier1-22/+22
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 Morriss1-1/+40
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-04-26Make the OpcUa plugin's fields filterable (by giving them abbreviations).Jeff Morriss1-33/+33
2010-04-07Remove some uneeded #includesBill Meier1-1/+0
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 Harris1-2/+2
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss1-9/+17
2009-09-09Check our array lengths and refuse to process them if they're too large.Gerald Combs1-30/+49
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-36/+36
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-64/+63