summaryrefslogtreecommitdiff
path: root/print-domain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* For DNS messages, represent the "DNSSEC OK" bit as "DO" instead of "OK" Duane Wessels2015-06-181-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-1/+1
* NDOize the rest of util.cDenis Ovsienko2014-04-141-3/+3
* NDOize some generic codeDenis Ovsienko2014-04-031-1/+1
* NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decodersDenis Ovsienko2014-03-251-179/+183