aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpv6.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-158/+158
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-3/+3
2022-12-13bpv6: Fix possible infinite loopJohn Thacker1-2/+2
2022-12-01bpv6: Prevent infinite loopsJohn Thacker1-4/+8
2022-10-19epan: centralize SDNV processing along other similar varint typesBrian Sipos1-220/+23
2022-07-15Fix -Wmissing-prototypes found by ClangAlexis La Goutte1-0/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-9/+9
2022-02-08BP: Make sure our offset advances.Gerald Combs1-11/+36
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-10-12BP: Fix crashes on invalid fuzzed inputsBrian Sipos1-0/+2
2021-10-10BPv7: Add Bundle Protocol version 7 and BPSec dissectors from dtn-wiresharkBrian Sipos1-0/+2758