summaryrefslogtreecommitdiff
path: root/print-lmp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-10/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-2/+2
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-4/+2
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-9/+9
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-10/+10
* NDOize Frame Relay, LMP and RADIUS decodersDenis Ovsienko2014-03-181-121/+119
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-2/+8
* whitespace changesMichael Richardson2014-01-011-71/+71
* LMP: fix some minor output issuesDenis Ovsienko2013-09-091-8/+8
* Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner2011-12-071-1/+1
* 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 sin...hannes2006-03-281-13/+13
* 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
* from Carles Kishimoto <ckishimo@ac.upc.es>: complete DATALINKs subobject diss...hannes2004-04-271-3/+44
* 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
* from Carles Kishimoto <ckishimo@ac.upc.es> :hannes2004-04-231-4/+94
* add support for the Link Management Protocol (LMP) as perhannes2004-04-191-0/+414