aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-212/+212
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-3/+3
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-1/+3
2023-06-14epan: Remove unneeded stdbool.h includesGerald Combs1-1/+0
2022-05-22smc: fix clang analyzer warning (Dead.Store)Alexis La Goutte1-2/+2
2022-05-12Remove execute flag on source filesJaap Keuter1-0/+0
2022-05-03SMC: show translated MTU and buffer sizeKarsten Graul1-13/+55
2022-05-03SMC: support for SMC-Rv2 LLC messagesKarsten Graul1-26/+249
2022-05-03SMC: improve SMC-Rv2 CLC message supportKarsten Graul1-142/+214
2022-05-03SMC: Add support for SMCRv2Guvenc Gulce1-38/+136
2021-05-25Release notes: Add new dissectorsGerald Combs1-3/+0
2021-02-08smc: display reserved bytesAlexis La Goutte1-14/+50
2021-02-07smc: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+2
2020-11-30SMC: Add support for SMCD(v2)Guvenc Gulce1-0/+2116