aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris2-2/+10
2016-11-26DOCSIS: fix an infinite recursion introduced in g3e1828ePascal Quantin1-1/+4
2016-11-25PROFINET: Update LineDelay DissectionBirol Capa1-8/+67
2016-11-24Removed Manipulation of Visited FlagSeth Alexander1-3/+5
2016-11-22Added Path Value and CRC to DOCSIS PluginSeth Alexander1-421/+747
2016-11-14profinet (dcerpc pn io): Fix Dead Store (Dead assignement/Dead increment) War...Alexis La Goutte1-1/+1
2016-11-13PROFINET: Add Asset Management Record DissectionBirol Capa1-2/+608
2016-11-13DOCSIS: Added dissector for type51 UCDBruno Verstuyft3-0/+1649
2016-11-10PROFINET: Update MRP dissection according to IEC62439-2 Ed.2.Birol Capa1-55/+189
2016-11-07PROFINET: Update preliminary version of the Reporting System (RS) dissection.Birol Capa1-17/+72
2016-10-27gryphon (plugins): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-27docsis (plugins): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-27ethercat (plugins): fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-21Clean up file handle management.Guy Harris1-9/+5
2016-10-19Drop redundant SIZEOF() macroBalint Reczey2-12/+10
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann5-110/+17
2016-10-12PROFINET: Don't display expert information when implicit AR is used.Birol Capa1-21/+19
2016-10-10Profinet I/O: Sanity check number of I/O objectsMichael Mann1-5/+22
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann6-64/+14
2016-10-03PROFINET: Add preliminary version of the Reporting System (RS) dissection.Birol Capa2-9/+964
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu14-98/+252
2016-09-29PROFINET: Fix variable may not have been initialized warningBirol Capa2-5/+5
2016-09-29PROFINET: Fix switch statement has no defaultBirol Capa1-0/+4
2016-09-29PROFINET: Fix pointer variable 'fp' previously deallocated warningBirol Capa1-1/+4
2016-09-28PROFINET: Fix possibly passing a null pointer to functionBirol Capa1-6/+6
2016-09-23mate: fix Match edge cases, improve documentationPeter Wu3-280/+184
2016-09-22Fix Profinet RPCInterfaceUUID decodingBirol Capa1-4/+6
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-2/+2
2016-09-04irda: restore a line removed by mistake in ge4c059fPascal Quantin1-1/+1
2016-08-31Use "ecatf" as the protocol name, to parallel everything else.Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris4-4/+4
2016-08-10ethercat: fix check for SdoControl (CID 1256520).Dario Lombardo1-1/+1
2016-07-31Cleanup the final checkAPI g_warning complaints.Michael Mann1-5/+9
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann5-48/+144
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann3-9/+12
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-07-24Fix shadow variable warnings.Michael Mann1-8/+8
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-2/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann6-212/+110
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-57/+62
2016-07-15Widen some variables.Guy Harris1-7/+7
2016-07-10Remove a compiler warning some platforms give.Guy Harris1-5/+5
2016-07-10DOCSIS: Added dissector for Downstream Profile Descriptor (DPD)Bruno Verstuyft3-0/+393
2016-07-03profinet, CID 1362120: check the return value of ftell()Martin Kaiser1-11/+14
2016-07-03profinet: add a space to make checkhf happyMartin Kaiser1-1/+1
2016-07-03DOCSIS: Update to Type 35 UCDAdrian Simionov1-19/+25
2016-06-30Remove Makefile.common filesJoão Valverde32-966/+546
2016-06-28DOCSIS: Added dissector for OFDM Channel DescriptorBruno Verstuyft4-0/+419
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann2-18/+17
2016-06-27DOCSIS: Fix unknown TLVs in UCD type29 caused parsing errors + bugfixesBruno Verstuyft1-271/+272