summaryrefslogtreecommitdiff
path: root/print-lmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner2011-12-071-1/+1
| | | | | | | | In some places, there was one too many levels of sizeof() - sizeof(sizeof(XXX)) is sizeof(size_t), but we wanted the size of type XXX. Reviewed-By: Guy Harris <guy@alum.mit.edu>
* add a reference to rfc 4204hannes2007-08-021-1/+3
|
* remove redundant TRUE|FALSE defshannes2006-06-231-4/+1
|
* remove formatting from errorvalues token table, refactor Hello printer to ↵hannes2006-03-281-13/+13
| | | | single-line output
* bugfix: correct display of bandwitdh valueshannes2006-03-281-4/+4
|
* bugfix lmp header CC down definition, fix idendationhannes2006-03-281-7/+7
|
* From Manu Pathak: add support for LMP Service Discovery extensionsguy2005-05-191-2/+173
| | | | (defined in the UNI 1.0 spec).
* from Carles Kishimoto <ckishimo@ac.upc.es>: complete DATALINKs subobject ↵hannes2004-04-271-3/+44
| | | | dissector
* print bandwidth related infos in Mbps rather than hexhannes2004-04-261-4/+9
|
* from Carles Kishimoto <ckishimo@ac.upc.es>: complete the outstanding objects ↵hannes2004-04-261-12/+175
| | | | as per draft-ietf-ccamp-lmp-10
* from Carles Kishimoto <ckishimo@ac.upc.es> :hannes2004-04-231-4/+94
| | | | add support for the {TE,Data}-Link Objects
* add support for the Link Management Protocol (LMP) as perhannes2004-04-191-0/+414
draft-ietf-ccamp-lmp-10