]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lisp.c
Fix compiling on GNU/Hurd. [skip appveyor]
[tcpdump] / print-lisp.c
index 756fff0ffc5a7392eed749b7ffea684636b9cc86..fc2006f4cb8a9cd260288cc6739bde070558f0f7 100644 (file)
@@ -129,12 +129,12 @@ enum {
 };
 
 static const struct tok lisp_type [] = {
 };
 
 static const struct tok lisp_type [] = {
-       { 0, "LISP-Reserved"                    },
-       { 1, "LISP-Map-Request"                 },
-       { 2, "LISP-Map-Reply"                   },
-       { 3, "LISP-Map-Register"                },
-       { 4, "LISP-Map-Notify"                  },
-       { 8, "LISP-Encapsulated-Contol-Message" },
+       { 0, "LISP-Reserved"                     },
+       { 1, "LISP-Map-Request"                  },
+       { 2, "LISP-Map-Reply"                    },
+       { 3, "LISP-Map-Register"                 },
+       { 4, "LISP-Map-Notify"                   },
+       { 8, "LISP-Encapsulated-Control-Message" },
        { 0, NULL }
 };
 
        { 0, NULL }
 };