aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcpcl.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-20TCPCL: Clamp and indicate lengths too large for Wireshark to handleBrian Sipos1-19/+27
2022-10-19epan: centralize SDNV processing along other similar varint typesBrian Sipos1-35/+43
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-20/+20
2022-09-10Dissector names are not protocol names.Guy Harris1-0/+2
2022-07-15Fix -Wmissing-prototypes found by ClangAlexis La Goutte1-0/+2
2022-05-19BPv7 and TCPCL: Update references to published RFCsBrian Sipos1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-8/+8
2021-12-16TCPCL: Display extension names from dissectorsBrian Sipos1-22/+60
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-10-20tcpcl: Fix warnings found by Clang AnalyzerAlexis La Goutte1-3/+1
2021-10-19TCPCL: Reassemble with full 64-bit transfer IDBrian Sipos1-40/+92
2021-10-17TCPCLv4: Update TCPCL dissector to include version 4 from dtn-wiresharkBrian Sipos1-0/+2154