summaryrefslogtreecommitdiff
path: root/print-lmp.c
Commit message (Expand)AuthorAgeFilesLines
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-23/+25
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-105/+105
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-87/+87
* Fix spacesFrancois-Xavier Le Bail2017-11-171-15/+15
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-3/+3
* CVE-2017-13003/Clean up the LMP dissector.Guy Harris2017-09-131-82/+350
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Remove unnecessary semicolonsFrancois-Xavier Le Bail2016-08-291-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+4
* 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