summaryrefslogtreecommitdiff
path: root/print-lmp.c
Commit message (Expand)AuthorAgeFilesLines
* LMP: Modernize packet parsing style.Denis Ovsienko2020-12-031-8/+3
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-16/+16
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-115/+115
* LMP: Fix a loop for undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-201-0/+5
* LMP: Rename a variableFrancois-Xavier Le Bail2019-03-201-4/+4
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add and use tstr[]Francois-Xavier Le Bail2018-02-131-1/+3
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-175/+175
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* 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