aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etherip.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 00:52:45 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 00:52:45 +0000
commit57d8f3504a730e19dd239bbdb08cf3f7d090a7fd (patch)
treee8504dda24b1aaede3776d8c20fd4379a0df3ba2 /epan/dissectors/packet-etherip.c
parent4d6e7f266d587c2fe6f3b6770ec01776269fa2d0 (diff)
Move various tables into the epan directory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12130 f5534014-38df-0310-8fa8-9805f1628bb7
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;