aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde2-0/+8
2017-09-16_U_ is wrong in c++, as is Q_UNUSED (in most cases).Joerg Mayer1-2/+1
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-09-15Qt: Use Q_UNUSED macro for unused argumentsStig Bjørlykke1-1/+2
2017-09-09packet-dcerpc-pn-io.c: Fix potential resource leakshqking1-0/+6
2017-09-08DOCSIS: Fix compiler warning on macOS.Michael Mann1-1/+1
2017-09-08DOCSIS: Ensure docsis_ucd has a registered dissection functionMichael Mann1-1/+3
2017-09-07DOCSIS: Added support for version 5 MAPs (dissect_map_v5)Bruno Verstuyft1-27/+188
2017-09-06CMake: Make plugin installation path use PLUGIN_INSTALL_LIBDIRJoão Valverde16-48/+48
2017-09-05Fix memory leak in wimaxasncpAhmad Fatoum1-2/+2
2017-09-04Extra decodings for DOCSIS MDD messageBruno Verstuyft1-0/+189
2017-09-03Extra decodings for DOCSIS RNGRSPBruno Verstuyft1-5/+217
2017-08-28transum: clear the list of wanted hfids in file cleanup routinePeter Wu1-6/+9
2017-08-28PNIO: Fix another potential OOB write.Gerald Combs1-2/+3
2017-08-23Fix potential oob write crashesUlf1-6/+6
2017-08-18TRANSUM fails with DCE-RPC request Packet Type 0Paul Offord2-4/+4
2017-07-31IrCOMM: check string length before appending it to itemPascal Quantin1-2/+8
2017-07-19dcerpc-pn-io (profinet): fix typo for pn_io.iops display filterAlexis La Goutte1-1/+1
2017-07-09Don't use uint_to_str_back when you need guint32_to_str_buf.Michael Mann1-4/+2
2017-07-03mate_grammar(lemon): fix this statement may fall through [-Werror=implicit-fa...Alexis La Goutte1-1/+2
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-1/+1
2017-06-19PROFINET IO: define an arbitrary recursion depth limitPascal Quantin1-3/+12
2017-06-14DOCSIS: Prevent infinite loop from unknown FCParm.Michael Mann1-0/+4
2017-06-07profinet: use proto_tree_add_item_ret_(u)int directlyMartin Kaiser5-43/+26
2017-06-06profinet: use proto_tree_add_item_ret_(u)intMartin Kaiser1-12/+4
2017-06-04profinet dcp: simplify dissect_PNDCP_Suboption_Manuf()Martin Kaiser1-9/+4
2017-06-04profinet dcp: don't THROW() an exception from a dissectorMartin Kaiser1-1/+5
2017-06-04profinet: remove unnecessary if(tree) checksMartin Kaiser1-32/+15
2017-05-31opcua: fix no previous prototype for ‘parseNodeClassMask/parseResultMask’...Alexis La Goutte2-2/+2
2017-05-20If we don't have an ARUUID, don't use it as if we do.Guy Harris1-8/+14
2017-05-12DOCSIS: Simplify all MAC Management into a single file.Michael Mann49-14305/+7781
2017-05-12OPC UA: Added details for BrowseDescription NodeClassMask and ResultMaskCamille Guérin7-33/+133
2017-05-10Define YYMALLOCARGTYPE appropriately.Guy Harris1-2/+3
2017-05-10Clean up MateParser routine declarations.Guy Harris2-9/+6
2017-05-09mate (grammar): fix no previous prototype for function 'MateParser/Alloc/Free...Alexis La Goutte1-0/+6
2017-05-09docsis: DCC-REQ TLV 2.7 supportAdrian Simionov1-0/+23
2017-05-09Bring DOCSIS Mac Management "dissectors" into modernity.Michael Mann42-4129/+4256
2017-05-05dcerpc pn io (profinet) fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-05-05pn dcp (profinet): fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-05-05[docsis->dccrsp] Resolve confirmation codeAdrian Simionov1-1/+4
2017-05-03[DOCSIS] Use expert info instead of THROWing bounds errors for bad lengthsMichael Mann9-717/+833
2017-05-02[docsis->dccrsp] Update TLV numbers and names to MULPIv3.1-I10Adrian Simionov1-5/+5
2017-04-27[docsis->Annex C] Fix TLV 45 decodingAdrian Simionov1-1/+2
2017-04-24[docsis->bpkm-attr] Updated Attribute 16 Error CodesAdrian Simionov1-3/+5
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris3-4/+4
2017-04-18mate: avoid redefining NDEBUGPascal Quantin1-0/+2
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-17Get rid of unnecesary #includes.Guy Harris1-3/+0
2017-04-17Remove unnecessary tap.Guy Harris1-38/+0
2017-04-17Remove unnecessary tap.Guy Harris4-57/+7