]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lldp.c
Add a summary comment in all other printers
[tcpdump] / print-lldp.c
index a0ca70092e4e3855b3fc62e4aebe2c4e1e20e310..e05394626e2d759ef27cd98163a682d72986dcaa 100644 (file)
  * 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 ([email protected])
  * IEEE and TIA extensions by Carles Kishimoto <[email protected]>
  * DCBX extensions by Kaladhar Musunuru <[email protected]>
  */
 
+/* \summary: IEEE 802.1ab Link Layer Discovery Protocol (LLDP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif