aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/v5ua
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-17 00:02:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-17 00:02:31 +0000
commit53d3824e420f9e28464ab0a97746d636afed653a (patch)
tree56b81de26d3859239959edef327f0779f660c99b /plugins/v5ua
parentdbb64b3636aa0dff6f455d2e653dbba8e8c6c907 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/v5ua')
-rw-r--r--plugins/v5ua/packet-v5ua.c2
1 files changed, 1 insertions, 1 deletions
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>