summaryrefslogtreecommitdiff
path: root/print-cdp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use tabs consistently.Guy Harris2014-08-151-85/+85
* Qualify "length" when printing it.Guy Harris2014-08-141-2/+2
* Merge git://github.com/the-tcpdump-group/tcpdumpGuy Harris2014-08-141-10/+11
|\
| * Print checksum in hex, and print the actual checksum, plus cleanupJamie Bainbridge2014-08-141-9/+10
* | Check for TLV length too small.Guy Harris2014-08-141-3/+13
|/
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-7/+3
* NDOize the rest of util.cDenis Ovsienko2014-04-141-6/+6
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-74/+71
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* make more array declarations static/constDenis Ovsienko2013-12-191-1/+1
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Fix plurals in packet count messages.Guy Harris2011-03-081-1/+1
* Use fn_printn() to print strings, to catch non-printable characters.Guy Harris2009-06-281-8/+21
* -move the nlpid definitions and tokens to a dedicated file(s)hannes2004-10-071-2/+3
* Add another check, and fix a check.guy2004-03-241-2/+3
* Add bounds checking.guy2004-03-241-1/+8
* bugfix length output in non-verbose modehannes2003-12-291-3/+6