summaryrefslogtreecommitdiff
path: root/print-hncp.c
Commit message (Expand)AuthorAgeFilesLines
* HNCP: Add a comment about "don't use GET_IPADDR_STRING()"Francois-Xavier Le Bail2022-02-051-1/+1
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-6/+6
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-1/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-4/+4
* Clean up rounding up.Guy Harris2019-11-101-2/+2
* Remove more old-compiler compensation.Guy Harris2019-08-081-4/+4
* Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail2019-06-101-1/+1
* If decode_prefix6() returns a negative number, don't print buf.Guy Harris2019-06-011-0/+2
* 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-38/+38
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-8/+8
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-30/+30
* Fix space printing with istr[]Francois-Xavier Le Bail2018-05-181-28/+28
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-6/+6
* Don't use safeputchar() if unneededFrancois-Xavier Le Bail2018-04-301-3/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-1/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-4/+4
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-1/+1
* 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-2/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-93/+93
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-2/+2
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-5/+6
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-2/+2
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-021-1/+1
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-1/+2
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-3/+3
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-251-1/+1
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-23/+23
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-22/+22
* Fix function definition to match declaration.Guy Harris2017-09-201-1/+1
* HNCP: Declare some variables as uint8_t.Denis Ovsienko2017-09-151-5/+5
* HNCP: There is no bug, update the comments.Denis Ovsienko2017-09-131-2/+2
* CVE-2017-13044/HNCP: add DHCPv4-Data bounds checksDenis Ovsienko2017-09-131-0/+4
* CVE-2017-13042/HNCP: add DHCPv6-Data bounds checksDenis Ovsienko2017-09-131-0/+4
* HNCP: refine snprintf() buffers sizingDenis Ovsienko2017-07-201-4/+4
* Further IPv4-mapped IPv6 address cleanups.Guy Harris2016-10-301-9/+26
* Fix handling of IPv4 prefixes.Guy Harris2016-10-301-62/+160
* HNCP: fix incorrect time interval formatAntonin Décimo2016-09-021-5/+3
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* HNCP: Fix a warning on SolarisFrancois-Xavier Le Bail2016-08-101-1/+1
* Squelch a warning.Guy Harris2016-08-021-3/+3