summaryrefslogtreecommitdiff
path: root/print-resp.c
Commit message (Expand)AuthorAgeFilesLines
* RESP: Remove an unnecessary testFrancois-Xavier Le Bail2022-03-061-6/+4
* RESP: Fix an invalid checkFrancois-Xavier Le Bail2022-03-021-1/+1
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-2/+0
* Include <string.h> only if required.Denis Ovsienko2020-10-171-1/+0
* RESP: Lose a duplicate forward declaration.Denis Ovsienko2020-10-131-1/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-4/+0
* RESP: Use GET_U_1() to replace direct dereferencesFrancois-Xavier Le Bail2020-08-101-4/+7
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Squelch more narrowing warnings.Guy Harris2019-04-181-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-5/+5
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* RESP: Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2018-01-121-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-8/+8
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2018-01-021-1/+1
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-18/+18
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* More EXTRACT_U_1() replacing direct dereferences.Guy Harris2017-12-081-2/+2
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-3/+3
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-4/+4
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-291-1/+1
* RESP: Fix overflow check.Guy Harris2017-09-131-1/+1
* RESP: Remove some redundant checks.Guy Harris2017-09-131-6/+2
* CVE-2017-12989/RESP: Make sure resp_get_length() advances the pointer for inv...Guy Harris2017-09-131-3/+11
* Do better checking of RESP packets.Guy Harris2017-01-181-121/+286
* Remove NETDISSECT_REWORKED macroFrancois-Xavier Le Bail2016-09-011-1/+0
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-3/+2
* RESP: Fix Coverity warningsFrancois-Xavier Le Bail2016-07-191-1/+2
* Use strtol(), not atoi(), to parse integral values.Guy Harris2016-04-261-3/+20
* Initial support for the REdis Serialization Protocol known as RESP.Andrew Darqui2016-04-261-0/+357