summaryrefslogtreecommitdiff
path: root/print-mobility.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* IPv6 mobility: Use a 'struct tok' for bits in Binding Update messageFrancois-Xavier Le Bail2020-10-051-9/+16
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-17/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-30/+32
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+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
* IPv6 mobility: Use more ND_TTEST_n() macrosFrancois-Xavier Le Bail2018-01-071-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-39/+39
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-21/+21
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-3/+3
* 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-5/+5
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-021-1/+1
* Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail2017-12-021-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-2/+2
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-251-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-231-11/+11
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-14/+14
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-11/+11
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-12/+12
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-14/+14
* CVE-2017-13025/IPv6 mobility: Add a bounds check before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+1
* CVE-2017-13024/IPv6 mobility: Add a bounds check before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+2
* CVE-2017-13023/IPv6 mobility: Add a bounds check before fetching dataFrancois-Xavier Le Bail2017-09-131-0/+1
* Fix Linux/GCC build after the previous commit.Denis Ovsienko2017-09-131-1/+2
* CVE-2017-13009/IPv6 mobility: Add a bounds check.Guy Harris2017-09-131-17/+20
* CVE-2017-12985/IPv6: Check for print routines returning -1 when running past ...Guy Harris2017-09-131-1/+1
* Remove an unnecessary semicolonFrancois-Xavier Le Bail2017-03-201-1/+1
* IPv6 mobility: Fix printing of 'truncated' stringFrancois-Xavier Le Bail2016-10-091-9/+12
* 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-2/+0
* 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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* IPv6 mobility: make use of tok2str()Denis Ovsienko2015-03-131-9/+14
* IPv6 mobility: remove unused macrosDenis Ovsienko2015-03-121-5/+0
* test case for cve2015-0261 -- corrupted IPv6 mobility headerMichael Richardson2015-03-101-1/+21
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-8/+8
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2