X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8ff80fe575c15a4c65dae0554690f5afae1d5c81..dcc35f285d5242a3fc823e5024646dc0bb65b4e6:/print-lisp.c diff --git a/print-lisp.c b/print-lisp.c index 756fff0f..da131226 100644 --- a/print-lisp.c +++ b/print-lisp.c @@ -94,9 +94,7 @@ * +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" #include "netdissect.h" @@ -129,12 +127,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 } };