aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-10-08 19:37:46 +0200
committerAnders Broman <a.broman58@gmail.com>2015-10-08 19:04:19 +0000
commit03d853400c61f6784e6ccf37fe5a5ba7f7da312a (patch)
tree994f685c6b8f43c0ef7432f0aa0af13e19f0da53 /epan
parentbcd9849fae7ecd8f0f4d5550b5749f1b018b4d7c (diff)
GTPv2: display Sequence Number as BASE_HEX_DEC
As requested on https://ask.wireshark.org/questions/46393/gtpv2-teid-and-sqn-decoded-in-decimal-instead-of-hexa-in-ws-1127 Change-Id: Id0963394959eff979129470c70258323653e3fdf Reviewed-on: https://code.wireshark.org/review/10886 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index a79ee79e52..d463e614ba 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -6154,7 +6154,7 @@ void proto_register_gtpv2(void)
},
{ &hf_gtpv2_seq,
{"Sequence Number", "gtpv2.seq",
- FT_UINT32, BASE_DEC, NULL, 0x0,
+ FT_UINT32, BASE_HEX_DEC, NULL, 0x0,
"SEQ", HFILL}
},
{ &hf_gtpv2_spare,