summaryrefslogtreecommitdiff
path: root/print-domain.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-4/+2
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-3/+3
* DNS: Sync types with IANAMatthew Martin2021-05-181-23/+43
* Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris2021-01-051-3/+1
* dns: add some additional error checks.Guy Harris2020-11-141-22/+68
* Lose a few always-true #ifdef wrappers. [skip ci]Denis Ovsienko2020-10-031-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-6/+0
* DNS: Use GET_U_1() to replace a direct dereferenceFrancois-Xavier Le Bail2020-08-101-1/+1
* DNS: Do the 'over TCP' processing in the printerFrancois-Xavier Le Bail2020-06-101-1/+29
* DNS: Remove nd_print_invalid() call in truncation caseFrancois-Xavier Le Bail2020-04-111-1/+0
* DNS: Update printing the EDNS options and their data with -vvjacobgb242020-04-101-30/+219
* DNS: Add printing the EDNS optionsCasey Deccio2020-04-101-0/+43
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-081-1/+1
* DNS: Use PRIsize format instead of using a castFrancois-Xavier Le Bail2019-08-041-1/+1
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-3/+3
* DNS: Add a length checkFrancois-Xavier Le Bail2019-06-091-0/+8
* Add support for decoding DNS URI RR (typecode 256, RFC7553)Wang Jian2019-04-131-0/+9
* DNS: Rename a printerFrancois-Xavier Le Bail2019-04-031-11/+11
* Squelch a compiler warning.Guy Harris2019-03-261-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-48/+49
* Extract extend DNS rcode from OPT record and print it.Mark Andrews2019-02-131-2/+59
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-3/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-2/+2
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-17/+17
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-78/+78
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* DNS: Coding style updateFrancois-Xavier Le Bail2018-01-021-2/+2
* DNS: Address two clang warningsFrancois-Xavier Le Bail2017-12-301-0/+4
* C99 type, not BSD type; use uint16_t.Guy Harris2017-12-131-1/+1
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-19/+19
* Use nd_ types for DNS.Guy Harris2017-12-131-49/+66
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-6/+6
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-3/+3
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-3/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-44/+44
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-17/+17
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-31/+41
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-32/+32
* DNS: Rename entry functionFrancois-Xavier Le Bail2017-11-161-1/+1
* CVE-2017-12995/Check for DNS compression pointers that don't point backwards.Guy Harris2017-09-131-18/+19
* CVE-2016-7993/Clean up relative time stamp printing.Guy Harris2017-01-181-1/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-6/+3
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1