aboutsummaryrefslogtreecommitdiff
path: root/print-lmp.c
AgeCommit message (Expand)Author
2020-12-03LMP: Modernize packet parsing style.Denis Ovsienko
2020-02-06Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-20LMP: Fix a loop for undefined behavior at runtimeFrancois-Xavier Le Bail
2019-03-20LMP: Rename a variableFrancois-Xavier Le Bail
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-13Add and use tstr[]Francois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-11-17Fix spacesFrancois-Xavier Le Bail
2017-09-13Don't specify struct as "const" within sizeof().Denis Ovsienko
2017-09-13CVE-2017-13003/Clean up the LMP dissector.Guy Harris
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2016-08-29Remove unnecessary semicolonsFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-05clean K&R style up in function declarations a bitDenis Ovsienko
2014-06-12don't reinvent ND_TCHECK2()Denis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-18NDOize Frame Relay, LMP and RADIUS decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01ndo-ize print-ascii: hex_print_with_offset()Michael Richardson
2014-01-01whitespace changesMichael Richardson
2013-09-09LMP: fix some minor output issuesDenis Ovsienko
2011-12-07Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner
2007-08-02add a reference to rfc 4204hannes
2006-06-23remove redundant TRUE|FALSE defshannes
2006-03-28remove formatting from errorvalues token table, refactor Hello printer to sin...hannes
2006-03-28bugfix: correct display of bandwitdh valueshannes
2006-03-28bugfix lmp header CC down definition, fix idendationhannes
2005-05-19From Manu Pathak: add support for LMP Service Discovery extensionsguy
2004-04-27from Carles Kishimoto <ckishimo@ac.upc.es>: complete DATALINKs subobject diss...hannes
2004-04-26print bandwidth related infos in Mbps rather than hexhannes
2004-04-26from Carles Kishimoto <ckishimo@ac.upc.es>: complete the outstanding objects ...hannes