aboutsummaryrefslogtreecommitdiff
path: root/print-lisp.c
AgeCommit message (Expand)Author
2022-03-19LISP: don't decrement count variables unless we know they're not zero.Guy Harris
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-09-08Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail
2020-09-07Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail
2020-05-25lisp: don't call hex_print_with_offset() with a zero offset.Guy Harris
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-04-18Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-05-18Fix space printing with istr[]Francois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-26Remove function specifier 'inline' in printersFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-11-16Put some function definition names at the beginning of lineFrancois-Xavier Le Bail
2017-03-12LISP: include local netdissect.h firstDenis Ovsienko
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-07-11call ipaddr_string() instead of getname()Denis Ovsienko
2016-07-11call ip6addr_string() instead of getname6()Denis Ovsienko
2016-01-28Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail
2015-11-21LISP: Add and use istr[] and tstr[] stringsFrancois-Xavier Le Bail
2015-10-08Fix a commentFrancois-Xavier Le Bail
2015-10-06Introduce data types to use for integral values in packet structures.Guy Harris
2015-10-05LISP: Fix a Clang warningFrancois-Xavier Le Bail
2015-10-05LISP: We always support IPv6 addresses nowFrancois-Xavier Le Bail
2015-10-04Initial commit for support of Type 3 and Type 4 LISP packets.ritsz