aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-blip.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-12/+12
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-03-29Blip: fix a "unreachable-code" warningNardi Ivan1-2/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-09-09BLIP: Add next gen Web-Sec-ProtocolJim Borden1-1/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-5/+5
2020-09-23BLIP: Update an expert item.Gerald Combs1-8/+8
2020-09-23BLIP: Fix decompression buffer bugJim Borden1-18/+102
2019-08-23BLIP: Fix issues with message decompressionJim Borden1-42/+67
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-06blip: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2019-05-26blip: fix used-but-marked-unused warningsMartin Kaiser1-2/+2
2019-01-11dissectors: remove unused assignments.Dario Lombardo1-1/+0
2018-12-26Declare register and register-handoff functions.Alexis La Goutte1-0/+3
2018-11-14blip: fix memory safety issues and a build failure without zlibPeter Wu1-34/+31
2018-11-12blip: Use correct guint64 printf modifierStig Bjørlykke1-1/+1
2018-11-11Added support for the Couchbase BLIP protocolJim Borden1-0/+538