aboutsummaryrefslogtreecommitdiff
path: root/print-lldp.c
AgeCommit message (Expand)Author
2023-02-20Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2020-12-10Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-09-24LLDP: Replace some magic numbersFrancois-Xavier Le Bail
2020-09-23LLDP: Remove two now inaccurate commentsFrancois-Xavier Le Bail
2020-06-30LLDP 8021 link aggregation TLV supportMoses Devadason
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-04-17Squelch more warnings.Guy Harris
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-04-12Print Protocol ID correctly in Application Priority TableBill Fenner
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-01-23Fix small misspellingsAntonin Décimo
2019-01-22Update print-lldp.cMatt Eaton
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-05-19Replace some double parentheses with single parenthesesFrancois-Xavier Le Bail
2018-05-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputs() functionFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-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-01-31Have ip{6}addr_string take a u_char * as the second argument.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
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-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
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-12-08More EXTRACT_U_1() replacing direct dereferences.Guy Harris
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-24Use more the EXTRACT_U_1() macro (27/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (14/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)Francois-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-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13CVE-2017-13054/LLDP: add a missing length checkDenis Ovsienko
2017-09-13Remove some trailing spacesFrancois-Xavier Le Bail
2017-09-13CVE-2017-13027/LLDP: Fix a bounds check.Guy Harris
2017-09-13CVE-2017-12997/LLDP: Don't use an 8-bit loop counter.Guy Harris
2017-09-13CVE-2017-12900/Properly terminate all struct tok arrays.Guy Harris
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2017-01-18Discard result of fn_printn() calls.Guy Harris
2017-01-13Clean up white space.Guy Harris