summaryrefslogtreecommitdiff
path: root/print-lisp.c
Commit message (Expand)AuthorAgeFilesLines
* LISP: don't decrement count variables unless we know they're not zero.Guy Harris2021-11-151-3/+4
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-1/+0
* Include <string.h> only if required.Denis Ovsienko2020-10-171-1/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-3/+0
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-1/+0
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-1/+0
* lisp: don't call hex_print_with_offset() with a zero offset.Guy Harris2020-05-251-3/+3
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-6/+8
* 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-20/+20
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Fix space printing with istr[]Francois-Xavier Le Bail2018-05-181-1/+1
* 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
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-4/+6
* 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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-31/+31
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+6
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-19/+21
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-9/+9
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-9/+10
* Put some function definition names at the beginning of lineFrancois-Xavier Le Bail2017-11-161-1/+2
* LISP: include local netdissect.h firstDenis Ovsienko2017-03-121-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+3
* call ipaddr_string() instead of getname()Denis Ovsienko2016-07-111-2/+2
* call ip6addr_string() instead of getname6()Denis Ovsienko2016-07-111-2/+2
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* LISP: Add and use istr[] and tstr[] stringsFrancois-Xavier Le Bail2015-11-211-10/+9
* Fix a commentFrancois-Xavier Le Bail2015-10-081-1/+1
* Introduce data types to use for integral values in packet structures.Guy Harris2015-10-061-24/+24
* LISP: Fix a Clang warningFrancois-Xavier Le Bail2015-10-051-2/+1
* LISP: We always support IPv6 addresses nowFrancois-Xavier Le Bail2015-10-051-10/+0
* Initial commit for support of Type 3 and Type 4 LISP packets.ritsz2015-10-041-0/+461