aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-3/+10
2014-09-18Having CmakeListsCustom.txt in git defeats the purpose of its existence:Joerg Mayer1-28/+0
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-09-06Remove obsolete dissectors.AndersBroman15-7551/+0
2014-09-01Add CMake stuff for custom plugins.AndersBroman1-0/+28
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко13-39/+52
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко13-65/+0
2014-08-18Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman9-20/+10
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte9-10/+20
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-18Add missing parameter to proto_tree_add_bytes_format_value()AndersBroman1-3/+3
2014-08-18Remove proto_tree_add_text from gryphon dissector.Michael Mann1-78/+164
2014-08-17DCERPC PN IO: Add modelines infoAlexis La Goutte1-0/+13
2014-08-17Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte10-1992/+2109
2014-08-17Stats Tree: Add ModelinesAlexis La Goutte1-0/+13
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer13-156/+52
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко13-156/+13
2014-08-05Fix Bug #10348 Different dissection results for same file.AndersBroman1-90/+99
2014-08-01Add the easy_codec plugin to the source distribution.Jeff Morriss2-0/+35
2014-07-31Add more files to the release tarball.Guy Harris2-2/+16
2014-07-30fix encodingmask of DiagnosticInfoHannes Mezger1-4/+16
2014-07-30Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.Michael Mann4-379/+426
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко2-2/+2
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann26-868/+469
2014-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris5-5/+5
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris5-5/+5
2014-07-07Squelch compiler warning.Guy Harris1-1/+1
2014-07-06Add printf-format annotations, fix garbagePeter Wu4-5/+19
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко26-130/+130
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-3/+3
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer15-0/+15
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2-2/+2
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-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
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