aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etherip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
commiteaadcc4c62c5a61273c814f86d33ed859ba8917b (patch)
treee8504dda24b1aaede3776d8c20fd4379a0df3ba2 /epan/dissectors/packet-etherip.c
parent31158d0d0ecd4fe605bc1675424c06c024acef0c (diff)
Move various tables into the epan directory.
svn path=/trunk/; revision=12130
Diffstat (limited to 'epan/dissectors/packet-etherip.c')
-rw-r--r--epan/dissectors/packet-etherip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-etherip.c b/epan/dissectors/packet-etherip.c
index 302a422579..b24e2e89dd 100644
--- a/epan/dissectors/packet-etherip.c
+++ b/epan/dissectors/packet-etherip.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
-#include "ipproto.h"
+#include <epan/ipproto.h>
static int proto_etherip = -1;
static int hf_etherip_ver = -1;