aboutsummaryrefslogtreecommitdiff
path: root/print-tipc.c
AgeCommit message (Expand)Author
2020-12-02TIPC: Modernize packet parsing style.Denis Ovsienko
2020-09-10Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-02-06Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail
2019-07-15Correct the extraction of the TIPC message size field.Bill Fenner
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-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-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-07TIPC: Use more ND_TCHECK_n() 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-30Use nd_ types.Guy Harris
2017-12-12Use nd_ types in 802.x and FDDI headers.Guy Harris
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-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-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-03-20print-tipc: variable 'prev_node' is reassigned the same valueFrancois-Xavier Le Bail
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-12refine some past NDO conversionsDenis Ovsienko
2014-02-25don't include addrtoname.h needlesslyDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2013-12-26make consistent use of the "tstr" idiomDenis Ovsienko
2012-02-29Put the addresses early in the message format, and handle short messages.Guy Harris
2012-02-28Print only one line in non-verbose mode.Guy Harris
2012-02-28TIPC support.ABHIMANYU