aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris6-87/+87
2021-04-16Plugins: Add missing prototypes.Gerald Combs8-0/+16
2021-04-10Some more spelling fixes.Martin Mathieson1-3/+3
2021-04-10PROFINET: Rsi dissection errors are fixed.Basak Kalfa3-22/+97
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde25-76/+6
2021-03-29plugin_ifdemo: Add missing QtMultimedia dependencyJoão Valverde1-1/+1
2021-03-02'stats_tree' is not a dissector plugin (CheckAPI.pl)João Valverde1-2/+0
2021-03-01Fix checkapi stats_tree filesJoão Valverde1-3/+3
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde22-24/+26
2021-02-28PROFINET: Multiple write in record dissectionVahap Emin Agaogullari1-41/+41
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-23usbdump: update struct file_type_subtype_info.Guy Harris1-13/+16
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-2/+1
2021-02-14Enable -Wredundant-decls.Guy Harris1-3/+0
2021-01-30Generate plugin.c for tap plugins.Guy Harris3-51/+13
2021-01-15Avoid CMP0071 warning when configuring with the pluginifdemoJaap Keuter1-0/+6
2020-12-31PN: CIMVDIValue is not part of DNCP SuboptionGizem Yurdagül1-15/+0
2020-12-29PROFINET: According to PN spec, RSI dissections are added.Basak Kalfa6-1/+1292
2020-12-28iLBC: fix deprecation type and cast.Dario Lombardo1-0/+9
2020-12-27mate: replace g_malloc with g_newMoshe Kaplan2-6/+6
2020-12-22mate_setup: allocate correct amount of memoryMoshe Kaplan1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan5-12/+12
2020-11-25GLib: Bump requirement 2.32 -> 2.36John Thacker1-4/+0
2020-11-01Unistim: Set the length and type of IP address fields properly.Martin Mathieson1-4/+4
2020-10-24MATE: Improve MATE debug facilityJaap Keuter1-0/+52
2020-10-22MATE: allow _AVP_DEBUGGING flag to be setJaap Keuter1-32/+31
2020-10-04Last batch of filter field string fixes.Martin Mathieson1-1/+1
2020-10-03RTP: opus playbackLin Sun2-0/+165
2020-09-28Fix some more wrong filter names.Martin Mathieson2-2/+2
2020-09-21PROFINET: IOCS and IOData object dissection with Multi ARBasak Kalfa5-30/+270
2020-09-10PROFINET: CBAVersion control is removed.Gizem Yurdagül1-6/+3
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs21-21/+20
2020-09-02Fix some spelling mistakes found among plugins.Martin Mathieson5-15/+15
2020-08-22plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file()Tomas Kukosa1-2/+21
2020-08-20PROFINET: DHCP suboption undefined bytesBasak Kalfa2-1/+8
2020-08-08Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-07-24pluginifdemo compilable on WindowsTomas Kukosa3-11/+2
2020-07-16Profinet: Wrong Block Length Dissection Fixvahapemin1-3/+6
2020-07-10Profinet: ControlBlockProperties Decoded Properlyvahapemin1-8/+25
2020-07-05UNISTIM: Remove useless bit field true_false_stringJaap Keuter1-5/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris5-67/+67
2020-05-24UNISTIM: Refactor display address/control/tag handlingDavid Perry1-244/+68
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan2-7/+7
2020-04-02pluginifdemo: fix compilation when it's enabled.Dario Lombardo4-4/+10
2020-02-13WiMax DLMAP: Fix a large loop.Gerald Combs1-0/+1
2020-02-07WiMax DLMAP: Add a length check.Gerald Combs2-1/+18
2020-01-28Profinet: Two new bugs are detected and fixed.Basak Kalfa2-3/+3
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-2/+0
2020-01-20RTP: decode iLBC payloadJirka Novak2-0/+199
2019-12-30codecs API: Added description of API usageJirka Novak5-48/+49