aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
diff options
context:
space:
mode:
authorpascal <pascal@localhost>2012-05-21 19:27:38 +0000
committerpascal <pascal@localhost>2012-05-21 19:27:38 +0000
commit0ba1ab2909f204875c93071a2af0b07ef60f9614 (patch)
tree44ae713750adfca77548a352e74f6ee23df99b53 /epan/dissectors/packet-sgsap.c
parentbc55ee0616748302b7a3ec16c8039d57ff9fcd4f (diff)
Display Element ID in hexadecimal (like in 3GPP specs)
Display EPS bearer ID in decimal svn path=/trunk/; revision=42755
Diffstat (limited to 'epan/dissectors/packet-sgsap.c')
-rw-r--r--epan/dissectors/packet-sgsap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sgsap.c b/epan/dissectors/packet-sgsap.c
index b8d8811352..5e6fff20ff 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -1456,7 +1456,7 @@ void proto_register_sgsap(void) {
},
{ &hf_sgsap_elem_id,
{ "Element ID", "sgsap.elem_id",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},
{ &hf_sgsap_eps_location_update_type,