summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-09-10 16:15:46 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-09-10 16:09:09 +0000
commitd7420d071dfd7cc051d7f805e35160c2d0a1888f (patch)
treea77ce6d6cdbd4b9be8ab013a684912069f5b1cc8
parent61f07f1932ae76de9cdc3496f32969639897d489 (diff)
downloadwireshark-d7420d071dfd7cc051d7f805e35160c2d0a1888f.tar.gz
IPv6: Add new line for readability
Change-Id: Ia963b1c12a8e852e75318fc054aa8caf7c63833c Reviewed-on: https://code.wireshark.org/review/10465 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--epan/dissectors/packet-ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index ea601d75da..a4ddbf617c 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -142,6 +142,7 @@ static int proto_ipv6_hopopts = -1;
static int proto_ipv6_routing = -1;
static int proto_ipv6_shim6 = -1;
static int proto_ipv6_dstopts = -1;
+
static int hf_ipv6_version = -1;
static int hf_ip_version = -1;
static int hf_ipv6_class = -1;