summaryrefslogtreecommitdiff
path: root/print-cdp.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-4/+2
* cdp: require that the Address TLV have at least 4 bytes of data.Guy Harris2023-04-101-5/+1
* cdp: show the TLV type as a 4-digit hex number.Guy Harris2023-04-101-2/+2
* cdp: support CDP TLV 0x001a.Guy Harris2023-04-101-0/+18
* cdp: don't explicitly check for T_DEV_ID when printing.Guy Harris2023-04-101-31/+43
* cdp: only hex-dump unknown TLVs in verbose mode.Guy Harris2023-04-101-1/+1
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-2/+2
* CDP: Modernize packet parsing style.Denis Ovsienko2020-12-081-266/+301
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-1/+0
* Use HTTPS in an URLFrancois-Xavier Le Bail2020-02-061-1/+1
* 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-2/+2
* Squelch more warnings.Guy Harris2019-04-171-4/+6
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-28/+34
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-3/+4
* CDP: Fix two loops for undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-171-2/+4
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-6/+6
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* 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
* Fix VoIP VLAN request/assignment, clean up signed vs. unsigned.Guy Harris2018-01-101-21/+38
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-46/+46
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-6/+6
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-1/+2
* 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-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-1/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-5/+5
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-16/+16
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n)Francois-Xavier Le Bail2017-11-221-4/+8
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (20/n)Francois-Xavier Le Bail2017-11-221-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-201-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-3/+3
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-10/+10
* CDP: Remove a useless lineFrancois-Xavier Le Bail2017-11-171-1/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* CDP: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-091-3/+5
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-4/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-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
* Fix some typosFrancois-Xavier Le Bail2014-12-171-1/+1
* CDP: fix "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2014-12-081-6/+6
* Update a URL.Guy Harris2014-08-151-1/+1
* More #defines for CDP lengths and offsets.Guy Harris2014-08-151-10/+17
* Add TLV length checks, fix another length check.Guy Harris2014-08-151-1/+19