aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpv7.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14BPv7: Add conversation and endpoint trackingBrian Sipos1-84/+199
2022-10-07COSE: Cleanup custom dissector keys with new APIBrian Sipos1-2/+2
2022-10-05BPv7: Add guard to avoid crash when no identity could be readBrian Sipos1-1/+1
2022-10-03BPv7: Enhance block data and payload data handlingPatricia Lindner1-88/+304
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-12/+12
2022-07-15Fix -Wmissing-prototypes found by ClangAlexis La Goutte1-0/+3
2022-07-14bpv7: fix -WdocumentationAlexis La Goutte1-1/+1
2022-05-28Make a couple of functions static.Martin Mathieson1-1/+1
2022-05-19BPv7 and TCPCL: Update references to published RFCsBrian Sipos1-1/+1
2022-05-18Update bpv7 and bpsec dissectors to resolve ticket 17727lindnerp1-34/+85
2022-04-04Replace g_log() calls with ws_log()João Valverde1-3/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-16/+16
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-10/+10
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+2
2021-10-23BPv7: Add proper heuristic block/payload dissection.Brian Sipos1-19/+59
2021-10-20bpv7: Fix warning found by Clang AnalyzerAlexis La Goutte1-1/+0
2021-10-13BPV7: Address check_static.py issuesMartin Mathieson1-7/+1
2021-10-12BP: Fix crashes on invalid fuzzed inputsBrian Sipos1-1/+1
2021-10-11BPSEC, BPv7, COSE: Bugfix MacOS buildDr. Lars Völker1-16/+16
2021-10-10BPv7: Add Bundle Protocol version 7 and BPSec dissectors from dtn-wiresharkBrian Sipos1-0/+1993