aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-43/+43
2023-08-03proxy: Fix two-pass dissection of coalesced packetsJohn Thacker1-85/+279
2023-07-26PROXYv2: support coalesced packetsMaxim Kolesnikov1-0/+36
2023-07-02Clean includes by correcting pathDr. Lars Völker1-1/+1
2023-06-08haproxy protocol: fix TLV parsingLaurent Fasnacht1-5/+6
2023-06-08haproxy protocol: add support for PP2_TYPE_UNIQUE_ID TLVLaurent Fasnacht1-0/+2
2023-04-24Fix more val_to_str()-type callsMartin Mathieson1-1/+1
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2022-02-07More descriptive names for some heuristic dissectorsDavid Perry1-2/+2
2022-01-12proxy protocol: Fix parsing of TLV valuesAndy Grover1-4/+4
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-08-21proxy: add AWS TLV (VPCE)Alexis La Goutte1-0/+2
2019-04-23PROXY: add HAPROXY PROXY (v1) supportPeter Wu1-2/+257
2019-04-23PROXY: rename fields in preparaton for v1 supportPeter Wu1-53/+54
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-08-27Proxy: fix heuristic dissectorPascal Quantin1-2/+3
2018-05-30Add PROXY(v2) protocolAlexis La Goutte1-0/+468