summaryrefslogtreecommitdiff
path: root/print-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-2/+2
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-5/+5
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-12/+12
* LLDP: Replace some magic numbersFrancois-Xavier Le Bail2020-09-241-3/+3
* LLDP: Remove two now inaccurate commentsFrancois-Xavier Le Bail2020-09-231-2/+0
* LLDP 8021 link aggregation TLV supportMoses Devadason2020-06-301-0/+12
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Remove more old-compiler compensation.Guy Harris2019-08-081-2/+2
* Squelch more warnings.Guy Harris2019-04-171-1/+1
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+2
* Print Protocol ID correctly in Application Priority TableBill Fenner2019-04-121-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-122/+126
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-3/+3
* Fix small misspellingsAntonin Décimo2019-01-231-2/+2
* Update print-lldp.cMatt Eaton2019-01-221-1/+1
* Fix spacesFrancois-Xavier Le Bail2018-09-031-20/+20
* Replace some double parentheses with single parenthesesFrancois-Xavier Le Bail2018-05-191-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-12/+12
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-2/+2
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-2/+2
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-43/+48
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-195/+195
* 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-4/+4
* More EXTRACT_U_1() replacing direct dereferences.Guy Harris2017-12-081-15/+15
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-4/+4
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-26/+26
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-4/+10
* Use more the EXTRACT_U_1() macro (27/n)Francois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-74/+74
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-26/+26
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-1/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (14/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)Francois-Xavier Le Bail2017-11-191-3/+3
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-6/+6
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-6/+6
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-33/+33
* CVE-2017-13054/LLDP: add a missing length checkDenis Ovsienko2017-09-131-0/+3
* Remove some trailing spacesFrancois-Xavier Le Bail2017-09-131-3/+3
* CVE-2017-13027/LLDP: Fix a bounds check.Guy Harris2017-09-131-1/+1
* CVE-2017-12997/LLDP: Don't use an 8-bit loop counter.Guy Harris2017-09-131-4/+4
* CVE-2017-12900/Properly terminate all struct tok arrays.Guy Harris2017-09-131-0/+1
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1