aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 2a4d3ddb0a..6d257ea002 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1321,7 +1321,7 @@ typedef struct hashipv4 {
typedef struct hashipv6 {
guint8 addr[16];
guint8 flags; /* B0 dummy_entry, B1 resolve, B2 If the address is used in the trace */
- gchar ip6[40];
+ gchar ip6[46];
gchar name[MAXNAMELEN];
} hashipv6_t;