summaryrefslogtreecommitdiff
path: root/print-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-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
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-6/+6
* Get rid of fetch whose result isn't used.Guy Harris2014-07-071-1/+4
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-13/+13
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-8/+8
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-246/+256
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-12/+12
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-3/+3
* whitespace changesMichael Richardson2014-01-011-23/+23
* Make some routines used outside print-lldp.c static.Guy Harris2013-08-291-3/+3
* Added support for DCB and EVB TLVsUdayakumar2013-08-291-0/+192
* As we're always printing "LLDP, length XXX", don't do it for the system name.Guy Harris2012-06-301-8/+2
* LLDP: print packet protocol at all verbosity levelsRomain Francoise2012-06-301-3/+1
* Fix LLDP Network Policy bit definitions.Cliff Frey2012-02-231-2/+2
* Add error checking and support for DCB Exchange protocol (DCBX) version 1.01.Guy Harris2011-04-281-67/+381
* bugfix in the lldp printer, when referencing the key for printing aggregation...hannes2008-03-201-2/+2
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2008-01-091-7/+76
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-12-081-29/+29
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the TIA/M...hannes2007-08-201-14/+121
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add TIA/MED private exten...hannes2007-08-191-3/+244
* move the IEEE printer to a dedicated function as there will be more private T...hannes2007-08-141-57/+70
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add IEEE organisation spe...hannes2007-08-131-1/+245
* fix a couple of code-style issues in the LLDP printerhannes2007-08-091-15/+17
* add support for all the outstanding LLDP TLVshannes2007-08-081-18/+311
* add basic support for the IEEE Link Discovery Protocol as per 802.1abhannes2007-08-031-0/+138