summaryrefslogtreecommitdiff
path: root/print-tipc.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* TIPC: Modernize packet parsing style.Denis Ovsienko2020-12-021-16/+0
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-6/+0
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-2/+2
* Correct the extraction of the TIPC message size field.Bill Fenner2019-07-151-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-25/+25
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-5/+4
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* 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
* TIPC: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-6/+6
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-18/+18
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types.Guy Harris2017-12-301-55/+55
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-1/+0
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-25/+25
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-25/+25
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-7/+8
* 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-4/+4
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-34/+34
* print-tipc: variable 'prev_node' is reassigned the same valueFrancois-Xavier Le Bail2014-03-201-1/+0
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* refine some past NDO conversionsDenis Ovsienko2014-03-121-3/+0
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-2/+2
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-4/+6
* Put the addresses early in the message format, and handle short messages.Guy Harris2012-02-291-61/+81
* Print only one line in non-verbose mode.Guy Harris2012-02-281-33/+45
* TIPC support.ABHIMANYU2012-02-281-0/+360