aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-12-01PROFINET: AdjustDCPBoundary disection is added.gizem.yurdagul1-1/+79
2017-11-22TRANSUM: Fix DNS-related bug and improve performancePaul Offord4-308/+446
2017-11-20Rename UseMakeDissectorReg.cmakeJoão Valverde13-13/+13
2017-11-20Rewrite make-dissector-reg.py in CJoão Valverde1-2/+2
2017-11-19Fix (and chop) static build optionJoão Valverde2-7/+0
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde14-56/+0
2017-11-04DOCSIS: RNGRSP: formatting of equalization coefficientsBruno Verstuyft1-6/+10
2017-10-31DOCSIS: add burst descriptor types. Fixed some bugs.Bruno Verstuyft1-18/+22
2017-10-29Add conversation endpoint typeMichael Mann5-28/+28
2017-10-28Privatize the conversation_key structureMichael Mann3-8/+8
2017-10-28DOCSIS: DPD: adding modulation list to info columnBruno Verstuyft1-1/+10
2017-10-27TRANSUM: File loading slow with transum enabledPaul Offord2-10/+19
2017-10-26DOCSIS: added Energy Management and CM Status Ack modem capabilitiesBruno Verstuyft2-1/+69
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-23DOCSIS: fixed TLV nameBruno Verstuyft1-2/+2
2017-10-20autotools: Sort out how we handle plugin.cJoão Valverde14-41/+82
2017-10-18DOCSIS: Fixed bug where OCD TLVs are nestedBruno Verstuyft1-12/+12
2017-10-17Added default for every switch statementBruno Verstuyft1-3/+126
2017-10-15plugins: Remove COPYING and NEWSJoão Valverde15-4135/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde15-39/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-1/+1
2017-10-13docsis: fix 'docsis_vsif.gex.sav.spr.static_prefix_address/.gex.imja.imja_ssr...Alexis La Goutte1-6/+6
2017-10-13docsis: fixAlexis La Goutte1-1/+1
2017-10-13WiMAX ASN CP: Leak less memory.Gerald Combs2-59/+52
2017-10-06DOCSIS: added vsif general extension dissectionBruno Verstuyft1-5/+614
2017-10-04DOCSIS: added dissection of IPv6 classifier TLVBruno Verstuyft2-1/+221
2017-10-03wimax(-int.h): no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2017-10-03Add version check for plugin compatibilityJoão Valverde1-1/+2
2017-10-02PROFINET: Fix undecoded signal value in DCP Set Request.Birol Capa1-1/+13
2017-10-01Unsplit "m2m" plugin (wimax mac-to-mac encapsulation)João Valverde15-796/+8
2017-09-30Fix make distcheckJoão Valverde1-1/+2
2017-09-30WiMAX: Fix possible crash during protocol registrationJoão Valverde15-37/+84
2017-09-28Remove TPG plugin and dependenciesJoão Valverde4-510/+0
2017-09-26Remove "easy_codec" sourceJoão Valverde11-565/+0
2017-09-26DOCSIS: Adding Attribute masks to Service FlowBruno Verstuyft2-0/+58
2017-09-25Docsis: fix an infinite loopPascal Quantin1-0/+14
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