summaryrefslogtreecommitdiff
path: root/print-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* bootp/dhcp6: DHCPv4/v6 ZTP and SZTP option supportEamon Doyle2023-04-101-0/+37
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-4/+4
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-5/+5
* BOOTP: Modernize packet parsing style.Denis Ovsienko2021-01-081-55/+23
* Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko2020-10-041-3/+3
* Update for messages and TLVs defined in RFC4388Bill Fenner2020-09-231-13/+23
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-4/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-8/+2
* DHCP: Make option printing format more consistent.Denis Ovsienko2020-08-071-5/+5
* DHCP: Remove a few options that are unassigned now.Denis Ovsienko2020-08-071-39/+1
* DHCP: Harmonize error messages printingFrancois-Xavier Le Bail2020-05-141-8/+8
* DHCP: Fix the option 81 flags field printingFrancois-Xavier Le Bail2020-05-141-1/+5
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-11/+11
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail2019-04-211-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-46/+52
* Fix some spelling in comments.Denis Ovsienko2018-08-011-2/+2
* Fix test for truncated sname and file.Guy Harris2018-06-211-2/+2
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-181-5/+2
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-5/+4
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-9/+9
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Get rid of ND_UNALIGNED.Guy Harris2018-02-141-2/+2
* BOOTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-02-121-3/+3
* Style updateFrancois-Xavier Le Bail2018-02-061-2/+2
* Use nd_ipv4 rather than struct in_addr.Guy Harris2018-01-301-23/+23
* BOOTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-5/+5
* Don't test for __attribute__ in the configure script.Guy Harris2018-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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-45/+36
* BOOTP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-5/+5
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-107/+107
* BOOTP: Fix parentheses errorsFrancois-Xavier Le Bail2018-01-061-2/+2
* BOOTP: Move macro define/undef outsite functionsFrancois-Xavier Le Bail2018-01-041-5/+6
* Use nd_ types, add EXTRACT_, fix a bounds check.Guy Harris2017-12-291-40/+45
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-9/+9
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-7/+7
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-28/+44
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (4/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-16/+16
* CVE-2017-13028/BOOTP: Add a bounds check before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+1
* spell ASCII in uppercaseDenis Ovsienko2017-08-101-3/+3
* CVE-2017-5203/BOOTP: Add a bounds checkFrancois-Xavier Le Bail2017-01-181-0/+1
* CVE-2016-7983,7984/Don't use strchr() to scan packet data.Guy Harris2017-01-181-2/+4
* Updated print-bootp.c with corrected options for TZ and added option for MUDURL.Eliot Lear2016-12-081-4/+7
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+0