aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu3-3/+3
2018-05-04l16_mono: fix a typo in CMakeLists.txtPascal Quantin1-1/+1
2018-05-02MATE: fix compilation with gcc 8Pascal Quantin2-2/+12
2018-05-01Use common indenting space in headingStig Bjørlykke26-247/+247
2018-04-22EtherCAT: Fix small bugs for mailbox typeMichalis Kapsalakis1-3/+5
2018-04-18Remove more autotools stuff.Guy Harris2-11/+0
2018-04-18Remove autotools build system.Dario Lombardo20-1494/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris2-2/+2
2018-04-09Remove const from fields in a dynamically-allocated structure.Guy Harris2-2/+2
2018-04-09Remove const from fields in a dynamically-allocated structure.Guy Harris1-2/+2
2018-03-26dcerpc-pn-io (profinet): Fix Dead Store (Dead assignement/Dead increment) War...Alexis La Goutte1-1/+0
2018-03-22PROFINET: Am_location dissection was wrong byte order.Gizem Yurdagul1-48/+96
2018-03-21l16 (plugins/codecs): fix no previous prototype for ‘codec_register_l16’ ...Alexis La Goutte1-0/+2
2018-03-13Removed assert which was only used for debugging.ciechanowski1-6/+1
2018-03-11gryphon: fix 'gryphon.usdt.action_flags' exists multiple times with NOT compa...Alexis La Goutte1-1/+1
2018-03-08gryphon: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-03-08gryphon(.h): fix indent (use 4 spaces)Alexis La Goutte1-324/+324
2018-03-08The routines that implement a codec don't need to be public.Guy Harris1-5/+5
2018-03-07Gryphon Protocol dissector fixes and updates.ciechanowski5-122/+2579
2018-03-07spdx: more licenses converted.Dario Lombardo13-169/+13
2018-02-28L16_mono: Add L16 monaural codec plugin as functional exampleJaap Keuter6-1/+206
2018-02-23mate: change strcmp in g_strcmp0 that supports NULL (found by clang).Dario Lombardo1-1/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris14-84/+19
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris2-2/+2
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-13/+8
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-8/+8
2018-02-15Disable warning C4267 in generated files.Gerald Combs1-0/+6
2018-02-13Make the DOCSIS dissector a built-in dissector.Guy Harris11-17888/+0
2018-02-09plugins: use SPDX identifiers.Dario Lombardo153-1766/+153
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-16/+16
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo6-6/+6
2018-02-04Have individual plugin CMakeLists.txt files add library dependencies.Guy Harris15-1/+29
2018-01-30usbdump: Add usbdump wiretap plugin as functional exampleJaap Keuter6-1/+476
2018-01-21autotools: Rework the plugin MakefilesJaap Keuter18-47/+141
2018-01-19wimax (plugins): fix no previous prototype for function 'proto_reg_handoff_wi...Alexis La Goutte1-0/+1
2018-01-16EtherCAT: Add Mailbox as a string in EtherCAT Frame Types.Michalis Kapsalakis1-0/+1
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde228-29/+29
2018-01-11Fix registration.Guy Harris4-2/+17
2018-01-09mate: check LoAL existence (CID: 1159338).Dario Lombardo1-2/+5
2017-12-31transum(plugin) fix typo reponse => responseAlexis La Goutte1-1/+1
2017-12-30profinet: add a nested fake variable to avoid null dereference.Dario Lombardo1-0/+6
2017-12-23plugins: fix no previous prototype for function 'plugin_register' [-Wmissing...Alexis La Goutte1-1/+3
2017-12-23EtherCAT: Fix unreached registerMichalis Kapsalakis1-1/+1
2017-12-22Fix unreached registers and typosMichalis Kapsalakis1-7/+7
2017-12-17autotools: Fixup plugins Custom.*.exampleJoão Valverde3-19/+17
2017-12-17plugins: Remove moduleinfo.hJoão Valverde31-548/+31
2017-12-17plugin.rc.in: Cleanup some unnecessary codeJoão Valverde1-4/+4
2017-12-15plugins: Remove redundant plugin.rc.in filesJoão Valverde29-457/+2
2017-12-14Refactor plugin registration and loadingJoão Valverde31-103/+53