X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/913a9fa71293ce12b3c1dea3d93d3a97cf685625..6cf3ea7d0f7c43440f74c93b95a7864f30fc68b4:/print-lisp.c diff --git a/print-lisp.c b/print-lisp.c index 756fff0f..fc2006f4 100644 --- a/print-lisp.c +++ b/print-lisp.c @@ -129,12 +129,12 @@ enum { }; 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 } };