summaryrefslogtreecommitdiff
path: root/epan/ftypes
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-03 12:30:57 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-03 21:42:32 +0000
commitfa7cf8737cd913a3217971d7fa8008efb4f0dd87 (patch)
treeacdbc9a0e7f31cff10eb9f2de408ca33ed774c0b /epan/ftypes
parent53ba6f401fb76a71adc56a9a70029031c156cda4 (diff)
downloadwireshark-fa7cf8737cd913a3217971d7fa8008efb4f0dd87.tar.gz
Rename ipv6-utils.h to ipv6.h.
By analogy to ipv4.h. Change-Id: I147565b332024b1bb88e9cd15889255773d04524 Reviewed-on: https://code.wireshark.org/review/13034 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftype-ipv6.c2
-rw-r--r--epan/ftypes/ftypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/ftype-ipv6.c b/epan/ftypes/ftype-ipv6.c
index e1093c6b67..1e6c5b0baa 100644
--- a/epan/ftypes/ftype-ipv6.c
+++ b/epan/ftypes/ftype-ipv6.c
@@ -23,7 +23,7 @@
#include <string.h>
#include <ftypes-int.h>
-#include <epan/ipv6-utils.h>
+#include <epan/ipv6.h>
#include <epan/addr_resolv.h>
static void
diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h
index 74dc8e6d2c..60ee74048d 100644
--- a/epan/ftypes/ftypes.h
+++ b/epan/ftypes/ftypes.h
@@ -190,7 +190,7 @@ ftype_can_matches(enum ftenum ftype);
/* ---------------- FVALUE ----------------- */
#include <epan/ipv4.h>
-#include <epan/ipv6-utils.h>
+#include <epan/ipv6.h>
#include <epan/guid-utils.h>
#include <epan/tvbuff.h>