summaryrefslogtreecommitdiff
path: root/print-udld.c
Commit message (Collapse)AuthorAgeFilesLines
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
| | | | | Update the already converted decoders to define the macro and to include interface.h instead of netdissect.h. Fix incurred compile errors.
* NDOize HSRP, IGRP and UDLD decodersDenis Ovsienko2014-03-041-18/+14
|
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
|
* whitespace changesMichael Richardson2014-01-011-20/+20
|
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
| | | | | | Make sure all of them are declared const and most of them -- static. Proper declaration of token arrays is a common review point for new code that is based on existing decoders. Thus fix the issue at its root.
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-191-0/+173
add support for unidirectional link detection as per http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt