aboutsummaryrefslogtreecommitdiff
path: root/print-resp.c
AgeCommit message (Expand)Author
2022-03-20RESP: Remove an unnecessary testFrancois-Xavier Le Bail
2022-03-20RESP: Fix an invalid checkFrancois-Xavier Le Bail
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-10-13RESP: Lose a duplicate forward declaration.Denis Ovsienko
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-10RESP: Use GET_U_1() to replace direct dereferencesFrancois-Xavier Le Bail
2019-08-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-04-18Squelch more narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-01-23Fix small misspellingsAntonin Décimo
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-12RESP: Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-02Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-08More EXTRACT_U_1() replacing direct dereferences.Guy Harris
2017-12-05Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-11-29Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2017-09-13RESP: Fix overflow check.Guy Harris
2017-09-13RESP: Remove some redundant checks.Guy Harris
2017-09-13CVE-2017-12989/RESP: Make sure resp_get_length() advances the pointer for inv...Guy Harris
2017-01-18Do better checking of RESP packets.Guy Harris
2016-09-01Remove NETDISSECT_REWORKED macroFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-07-19RESP: Fix Coverity warningsFrancois-Xavier Le Bail
2016-04-26Use strtol(), not atoi(), to parse integral values.Guy Harris
2016-04-26Initial support for the REdis Serialization Protocol known as RESP.Andrew Darqui