summaryrefslogtreecommitdiff
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
2014-12-22plugins: Cleanup #includesBill Meier11-15/+2
2014-12-08Fix full name of NodeId namespace index field, was a copy&pase errorHannes Mezger1-1/+1
2014-11-17Eliminate proto_tree_add_text by formatting field hf_opcua_ByteString in a fe...Michael Mann1-3/+2
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 Mezger15-1623/+1624
2014-10-16Replace proto_tree_add_text in non-generated filesHannes Mezger2-36/+39
2014-10-16Replace proto_tree_add_text with proto_tree_add_subtree(_format) in generated...Hannes Mezger2-432/+431
2014-10-13fix forward declarations in opcua_serviceparser.hHannes Mezger1-271/+159
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-1/+1
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier5-100/+158
2014-09-17opcua: prefix all hf_register_info with opcua, unify namingHannes Mezger4-67/+67
2014-09-17opcua: use BASE_NONE instead of 0Hannes Mezger1-4/+4
2014-09-17opcua: format all hf_register_info tables by aligning them to longest valueHannes Mezger5-176/+89
2014-09-17opcua: remove unused codeHannes Mezger2-20/+0
2014-09-17opcua: add hint to OPCUA settings tooltipHannes Mezger1-1/+1
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-08-05Fix Bug #10348 Different dissection results for same file.AndersBroman1-90/+99
2014-07-30fix encodingmask of DiagnosticInfoHannes Mezger1-4/+16
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2-36/+32
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-17Create and register subtree identifiers for all opcua array typesHannes Mezger8-439/+1571
2014-06-17Unify how opcua arrays are displayedHannes Mezger5-419/+450
2014-06-17Add myself as author for the opcua dissector pluginHannes Mezger2-4/+5
2014-06-16Cleanup subtree types in opcua pluginHannes Mezger3-14/+23
2014-06-16Display status code info bits if setHannes Mezger1-2/+92
2014-06-16Display text representation of status codesHannes Mezger5-2/+297
2014-06-11opcua_simpletypes.c:94:12: error: static declaration of 'hf_opcua_NamespaceUr...AndersBroman1-2/+0
2014-06-11Remove unused array length fieldsHannes Mezger2-324/+0
2014-06-11Regenerate all sources using latest OPC UA specificationHannes Mezger8-201/+28
2014-06-11Improve display of Open/CloseSecureChannel requests and responsesHannes Mezger1-2/+24
2014-06-11Move ServiceFault from ComplexType- to ServiceParserHannes Mezger8-12/+14
2014-06-11Unify displaying of NodeIdHannes Mezger1-9/+13
2014-06-11Fix NodeId and ExpandedNodeId encoding mask displayHannes Mezger2-19/+20
2014-06-11Unify variable and identifier names according to the UA specificationHannes Mezger2-20/+20
2014-06-11Fix switch case on ExpandedNodeId encoding maskHannes Mezger1-2/+2
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte23-46/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier7-21/+21
2014-02-05Introduce end-of-line normalizationPascal Quantin1-34/+34
2014-01-14More prototype cleanup.Guy Harris5-1/+25
2014-01-13dispatchService() is imported from other code; declare it inGuy Harris2-3/+1
2014-01-01Fix [-Wmissing-prototypes]Anders Broman2-2/+3