aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Replace pinfo->circuit_id will passing data through functions.Michael Mann2014-10-223-44/+41
* Sign, Flex strikes again; it generates code that produces warnings.Guy Harris2014-10-201-3/+6
* This appears to be clean with my build; see if it needs work with others.Guy Harris2014-10-191-6/+3
* Eliminate a use of a ctype.h function.Guy Harris2014-10-191-2/+1
* Use proto_tree_add_expert_format instead of proto_tree_add_textHannes Mezger2014-10-181-12/+16
* Use proto_tree_add_bitmask for ExpandedNodeId EncodingMaskHannes Mezger2014-10-171-9/+16
* Add argument 'packet_info *pinfo' to all dissecting functionsHannes Mezger2014-10-1715-1623/+1624
* Replace proto_tree_add_text in non-generated filesHannes Mezger2014-10-162-36/+39
* Replace proto_tree_add_text with proto_tree_add_subtree(_format) in generated...Hannes Mezger2014-10-162-432/+431
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-3/+4
* fix forward declarations in opcua_serviceparser.hHannes Mezger2014-10-131-271/+159
* Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou2014-10-121-1/+1
* CMake: Bundle our plugins.Gerald Combs2014-10-0914-42/+168
* Adjust some whitespace to match editor modelines.Bill Meier2014-10-062-6/+6
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-0670-3745/+4623
* docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier2014-10-0544-7941/+7702
* Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann2014-09-191-3/+10
* Having CmakeListsCustom.txt in git defeats the purpose of its existence:Joerg Mayer2014-09-181-28/+0
* opcua: prefix all hf_register_info with opcua, unify namingHannes Mezger2014-09-174-67/+67
* opcua: use BASE_NONE instead of 0Hannes Mezger2014-09-171-4/+4
* opcua: format all hf_register_info tables by aligning them to longest valueHannes Mezger2014-09-175-176/+89
* opcua: remove unused codeHannes Mezger2014-09-172-20/+0
* opcua: add hint to OPCUA settings tooltipHannes Mezger2014-09-171-1/+1
* Remove obsolete dissectors.AndersBroman2014-09-0615-7551/+0
* Add CMake stuff for custom plugins.AndersBroman2014-09-011-0/+28
* Don't show the echo/python command lines when making plugin.cРоман Донченко2014-08-3113-39/+52
* Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко2014-08-2413-65/+0
* Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman2014-08-189-20/+10
* Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2014-08-189-10/+20
* Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2014-08-181-1/+1
* Add missing parameter to proto_tree_add_bytes_format_value()AndersBroman2014-08-181-3/+3
* Remove proto_tree_add_text from gryphon dissector.Michael Mann2014-08-181-78/+164
* DCERPC PN IO: Add modelines infoAlexis La Goutte2014-08-171-0/+13
* Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte2014-08-1710-1992/+2109
* Stats Tree: Add ModelinesAlexis La Goutte2014-08-171-0/+13
* Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2014-08-161-0/+1
* Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer2014-08-1213-156/+52
* Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко2014-08-0913-156/+13
* Fix Bug #10348 Different dissection results for same file.AndersBroman2014-08-051-90/+99
* Add the easy_codec plugin to the source distribution.Jeff Morriss2014-08-012-0/+35
* Add more files to the release tarball.Guy Harris2014-07-312-2/+16
* fix encodingmask of DiagnosticInfoHannes Mezger2014-07-301-4/+16
* Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.Michael Mann2014-07-304-379/+426
* Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu2014-07-251-2/+2
* Use forward slashes in paths to runlex.shРоман Донченко2014-07-202-2/+2
* Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2014-07-111-1/+1
* convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2014-07-1026-868/+469
* Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris2014-07-105-5/+5
* More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris2014-07-095-5/+5
* Squelch compiler warning.Guy Harris2014-07-071-1/+1