aboutsummaryrefslogtreecommitdiff
path: root/print-forces.c
AgeCommit message (Expand)Author
2023-02-20Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2021-04-08ForCES: Refine SPARSEDATA-TLV length check.Denis Ovsienko
2020-09-10ForCES: Remove 12 more ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-05-25forces: don't call hex_print_with_offset() with a zero offset.Guy Harris
2019-11-10Clean up rounding up.Guy Harris
2019-08-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-08-15ForCES: Remove blank lines in outputFrancois-Xavier Le Bail
2019-05-14Update a comment.Guy Harris
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-01-29Remove a useless spaceFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-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-11Clean up signed vs. unsigned.Guy Harris
2018-01-08Remove unneeded '&' when getting a pointer to an nd_uintN_t typeFrancois-Xavier Le Bail
2018-01-08ForCES: Remove never used macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-17Simplify some expressionsFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22More EXTRACT_8BITS() and other cleanups.Guy Harris
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-06ForCES: Fix undefined behaviour in op_valid().Denis Ovsienko
2017-09-06ForCES: Fixup a cppcheck style notice.Denis Ovsienko
2016-10-09fix alignment issues with GCC on Solaris 10 SPARCDenis Ovsienko
2016-09-11Declare some variables as staticFrancois-Xavier Le Bail
2016-08-19Fix used but marked unused parametersFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-08-19Fix warnings as "comma at end of enumerator list"Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-10enumerate F_OP values explicitely, provide reference to where they are defined.Michael Richardson
2015-01-08No OPER-TLV are "empty TLVs".Guy Harris
2015-01-08Properly test ZERO_TTLV flag in otlv_print().Guy Harris
2014-12-17ForCES: update reference from draft to RFC5810Francois-Xavier Le Bail
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-03-27NDOize ForCES, MPLS LSP ping and OLSR decodersDenis Ovsienko
2014-02-26refine the previous changeDenis Ovsienko