aboutsummaryrefslogtreecommitdiff
path: root/print-domain.c
AgeCommit message (Expand)Author
2021-04-26Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris
2020-11-14dns: add some additional error checks.Guy Harris
2020-10-03Lose a few always-true #ifdef wrappers. [skip ci]Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-10DNS: Use GET_U_1() to replace a direct dereferenceFrancois-Xavier Le Bail
2020-06-10DNS: Do the 'over TCP' processing in the printerFrancois-Xavier Le Bail
2020-04-11DNS: Remove nd_print_invalid() call in truncation caseFrancois-Xavier Le Bail
2020-04-10DNS: Update printing the EDNS options and their data with -vvjacobgb24
2020-04-10DNS: Add printing the EDNS optionsCasey Deccio
2019-08-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-08-08Use %zu as the print format for size_tFrancois-Xavier Le Bail
2019-08-04DNS: Use PRIsize format instead of using a castFrancois-Xavier Le Bail
2019-06-10Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail
2019-06-09DNS: Add a length checkFrancois-Xavier Le Bail
2019-04-13Add support for decoding DNS URI RR (typecode 256, RFC7553)Wang Jian
2019-04-03DNS: Rename a printerFrancois-Xavier Le Bail
2019-03-26Squelch a compiler warning.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-02-13Extract extend DNS rcode from OPT record and print it.Mark Andrews
2018-05-10Add more nd_print_trunc() callsFrancois-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-30Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris
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-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2018-01-02DNS: Coding style updateFrancois-Xavier Le Bail
2017-12-30DNS: Address two clang warningsFrancois-Xavier Le Bail
2017-12-13C99 type, not BSD type; use uint16_t.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-13Use nd_ types for DNS.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-19More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-11-16DNS: Rename entry functionFrancois-Xavier Le Bail
2017-09-13CVE-2017-12995/Check for DNS compression pointers that don't point backwards.Guy Harris
2017-01-18CVE-2016-7993/Clean up relative time stamp printing.Guy Harris
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-06-18For DNS messages, represent the "DNSSEC OK" bit as "DO" instead of "OK" Duane Wessels