summaryrefslogtreecommitdiff
path: root/print-tipc.c
Commit message (Collapse)AuthorAgeFilesLines
* Put the addresses early in the message format, and handle short messages.Guy Harris2012-02-291-61/+81
| | | | | | | | | Putting the addresses after "TIPC vX.Y" matches other protocols, such as IPv4/IPv6. Not all messages have full headers. Also, constify some parameters and variables.
* Print only one line in non-verbose mode.Guy Harris2012-02-281-33/+45
| | | | Also, don't print extra blank lines in verbose mode.
* TIPC support.ABHIMANYU2012-02-281-0/+360
Reviewed-and-much-modified-by: Guy Harris <guy@alum.mit.edu>