summaryrefslogtreecommitdiff
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
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
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