]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ipproto.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / ipproto.c
index 86e9f11498be45f3f29e40d1b89d2f0597b3181c..a3b0714a5a3431c5858e4b45e19db2b089a8e156 100644 (file)
--- a/ipproto.c
+++ b/ipproto.c
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include "netdissect.h"
 #include "ipproto.h"
@@ -50,6 +50,7 @@ const struct tok ipproto_values[] = {
     { IPPROTO_PGM, "PGM" },
     { IPPROTO_SCTP, "SCTP" },
     { IPPROTO_MOBILITY, "Mobility" },
+    { IPPROTO_ETHERNET, "Ethernet" },
     { 0, NULL }
 };