]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lisp.c
Print EIGRP when carried in IPv6
[tcpdump] / print-lisp.c
index e9a2bc136df83de043a84d8aaecd8561395ec79c..149b1522356f3a264811963e52a25e46b150df67 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: - Locator/Identifier Separation Protocol (LISP) printer */
+
 /*
- * netdissect printer for LISP - Locator/Identifier Separation Protocol
- * RFC 6830
+ * specification: RFC 6830
  *
  *
  * The Map-Register message format is:
@@ -98,7 +99,7 @@
 #endif
 
 #include <netdissect-stdinc.h>
-#include <netdissect.h>
+#include "netdissect.h"
 #include <string.h>
 #include <stdlib.h>