summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* Babel,DHCPv6: Use nd_print_protocol()Francois-Xavier Le Bail2023-05-121-1/+1
* bootp/dhcp6: DHCPv4/v6 ZTP and SZTP option supportEamon Doyle2023-04-101-0/+39
* DHCPv6: Rework the update of the snapend for nested DHCPv6 packetsFrancois-Xavier Le Bail2021-02-111-2/+7
* DHCPv6: Update the snapend for nested DHCPv6 packetsFrancois-Xavier Le Bail2021-02-111-0/+10
* DHCPv6: Update the MUD URL option outputFrancois-Xavier Le Bail2020-12-121-1/+1
* DHCPv6: Replace the (void)nd_printn() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-121-2/+2
* 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
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-2/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-8/+8
* DNS: Rename a printerFrancois-Xavier Le Bail2019-04-031-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-46/+50
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-2/+2
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-2/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* DHCPv6: Remove macros to make some code clearerFrancois-Xavier Le Bail2018-02-131-7/+6
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-6/+2
* DHCPv6: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-211-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
* Remove unnecessary castsFrancois-Xavier Le Bail2018-01-181-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-14/+14
* Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail2018-01-081-2/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-126/+126
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ipv6 for IPV6 addresses.Guy Harris2017-12-171-4/+4
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-4/+5
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-7/+7
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-251-6/+6
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-12/+12
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-15/+25
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-27/+27
* CVE-2017-13017/DHCPv6: Add a missing option length check.Guy Harris2017-09-131-0/+4
* Discard result of fn_printn() calls.Guy Harris2017-01-181-2/+2
* Make sure we have the entire option before printing it.Guy Harris2017-01-181-0/+1
* Use fn_printn() to print strings.Guy Harris2017-01-181-1/+1
* Don't cast away constness.Guy Harris2017-01-131-9/+8
* Updating to use fn_printnEliot Lear2016-12-311-1/+3
* Updated print-bootp.c with corrected options for TZ and added option for MUDURL.Eliot Lear2016-12-081-0/+14
* fix alignment issues with GCC on Solaris 10 SPARCDenis Ovsienko2016-10-091-8/+8
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+3
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* DHCPv6: Update Status Codes with RFCs/IANA namesFrancois-Xavier Le Bail2015-09-061-11/+11
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-31/+31
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-12/+12