]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-olsr.c
Regenerate config files.
[tcpdump] / print-olsr.c
index 2473dfed3f355b640651748a00f949b54b0be302..e095ef71262eaf36888c9f2b8f47cd487d6ab3bd 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * Optimized Link State Protocl (OLSR) as per rfc3626
- *
  * Original code by Hannes Gredler <[email protected]>
  * IPv6 additions by Florian Forster <octo at verplant.org>
  */
 
+/* \summary: Optimized Link State Routing Protocol (OLSR) printer */
+
+/* specification: RFC 3626 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif