Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of "sizeof(sizeof(XXX))". | Sascha Wildner | 2011-12-07 | 1 | -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 4204 | hannes | 2007-08-02 | 1 | -1/+3 |
| | |||||
* | remove redundant TRUE|FALSE defs | hannes | 2006-06-23 | 1 | -4/+1 |
| | |||||
* | remove formatting from errorvalues token table, refactor Hello printer to ↵ | hannes | 2006-03-28 | 1 | -13/+13 |
| | | | | single-line output | ||||
* | bugfix: correct display of bandwitdh values | hannes | 2006-03-28 | 1 | -4/+4 |
| | |||||
* | bugfix lmp header CC down definition, fix idendation | hannes | 2006-03-28 | 1 | -7/+7 |
| | |||||
* | From Manu Pathak: add support for LMP Service Discovery extensions | guy | 2005-05-19 | 1 | -2/+173 |
| | | | | (defined in the UNI 1.0 spec). | ||||
* | from Carles Kishimoto <ckishimo@ac.upc.es>: complete DATALINKs subobject ↵ | hannes | 2004-04-27 | 1 | -3/+44 |
| | | | | dissector | ||||
* | print bandwidth related infos in Mbps rather than hex | hannes | 2004-04-26 | 1 | -4/+9 |
| | |||||
* | from Carles Kishimoto <ckishimo@ac.upc.es>: complete the outstanding objects ↵ | hannes | 2004-04-26 | 1 | -12/+175 |
| | | | | as per draft-ietf-ccamp-lmp-10 | ||||
* | from Carles Kishimoto <ckishimo@ac.upc.es> : | hannes | 2004-04-23 | 1 | -4/+94 |
| | | | | add support for the {TE,Data}-Link Objects | ||||
* | add support for the Link Management Protocol (LMP) as per | hannes | 2004-04-19 | 1 | -0/+414 |
draft-ietf-ccamp-lmp-10 |