diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-15 15:27:28 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-15 22:42:38 +0200 |
commit | b38f324af9dd953a661b9f35910f8c6d8eb2cc06 (patch) | |
tree | eee57ca599fd522d5f369e9c4475bd4f9db82058 /print-lldp.c | |
parent | 11d3a01319e295dcabfb2647302d278938449226 (diff) | |
download | tcpdump-b38f324af9dd953a661b9f35910f8c6d8eb2cc06.tar.gz |
Add a summary comment in all other printers
Moreover:
Remove some redundant comments
Update some summary comments
Update the specification URL for ATA over Ethernet (AoE) protocol
Diffstat (limited to 'print-lldp.c')
-rw-r--r-- | print-lldp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-lldp.c b/print-lldp.c index a0ca7009..e0539462 100644 --- a/print-lldp.c +++ b/print-lldp.c @@ -12,13 +12,13 @@ * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE. * - * support for the IEEE Link Discovery Protocol as per 802.1AB - * * Original code by Hannes Gredler (hannes@juniper.net) * IEEE and TIA extensions by Carles Kishimoto <carles.kishimoto@gmail.com> * DCBX extensions by Kaladhar Musunuru <kaladharm@sourceforge.net> */ +/* \summary: IEEE 802.1ab Link Layer Discovery Protocol (LLDP) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif |