aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /plugins
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
Diffstat (limited to 'plugins')
-rw-r--r--plugins/megaco/packet-megaco.c2
-rw-r--r--plugins/rdm/packet-rdm.c2
-rw-r--r--plugins/rtnet/packet-rtnet.c2
-rw-r--r--plugins/v5ua/packet-v5ua.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/megaco/packet-megaco.c b/plugins/megaco/packet-megaco.c
index 368bc89e12..f3d6ef7b1c 100644
--- a/plugins/megaco/packet-megaco.c
+++ b/plugins/megaco/packet-megaco.c
@@ -54,7 +54,7 @@
#include <epan/addr_resolv.h>
#include <epan/prefs.h>
#include <epan/strutil.h>
-#include "sctpppids.h"
+#include <epan/sctpppids.h>
#include <epan/dissectors/packet-tpkt.h>
#ifndef ENABLE_STATIC
diff --git a/plugins/rdm/packet-rdm.c b/plugins/rdm/packet-rdm.c
index 8e897a1d60..6d7874b59a 100644
--- a/plugins/rdm/packet-rdm.c
+++ b/plugins/rdm/packet-rdm.c
@@ -40,7 +40,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "etypes.h"
+#include <epan/etypes.h>
#include <epan/strutil.h>
/* Define version if we are not building ethereal statically */
diff --git a/plugins/rtnet/packet-rtnet.c b/plugins/rtnet/packet-rtnet.c
index c5929453d1..d2efa414a3 100644
--- a/plugins/rtnet/packet-rtnet.c
+++ b/plugins/rtnet/packet-rtnet.c
@@ -41,7 +41,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "etypes.h"
+#include <epan/etypes.h>
#include <epan/strutil.h>
/* Define version if we are not building ethereal statically */
diff --git a/plugins/v5ua/packet-v5ua.c b/plugins/v5ua/packet-v5ua.c
index f02901605b..e559deb8a7 100644
--- a/plugins/v5ua/packet-v5ua.c
+++ b/plugins/v5ua/packet-v5ua.c
@@ -47,7 +47,7 @@ G_MODULE_EXPORT const gchar version[] = VERSION;
#include <epan/packet.h>
#include <epan/addr_resolv.h>
#include <epan/strutil.h>
-#include "sctpppids.h" /* include V5UA payload protocol ID */
+#include <epan/sctpppids.h> /* include V5UA payload protocol ID */
#include <epan/packet.h>