]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lmp.c
Add a summary comment in all other printers
[tcpdump] / print-lmp.c
index 30edfc7437d222cb0f1298b767786ec5faba3486..f7093374e324577fabe20cb88213fc0fec70f38d 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * Support for the Link Management Protocol as per rfc 4204.
- *
  * Original code by Hannes Gredler ([email protected])
  * Support for LMP service discovery extensions (defined by UNI 1.0) added
  * by Manu Pathak ([email protected]), May 2005
  */
 
+/* \summary: Link Management Protocol (LMP) printer */
+
+/* specification: RFC 4204 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif