aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlep.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-05DLEP: Handle data item length different than expectedBrian Sipos1-186/+150
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-11/+11
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-11-11DLEP: Desegment messages over TCPJohn Thacker1-1/+32
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-3/+3
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-3/+3
2021-10-04to_str: pull scope arg up into more addr macrosEvan Huus1-1/+1
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-7/+7
2020-12-15Fix duplicated filter names.Anders Broman1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-11DLEP: Additional data itemsUli Heilmeier1-2/+161
2020-04-28New dissector: Dynamic Link Exchange ProtocolUli Heilmeier1-0/+1213