aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bssmap_le.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-gsm_bssmap_le.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-gsm_bssmap_le.c')
-rw-r--r--epan/dissectors/packet-gsm_bssmap_le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_bssmap_le.c b/epan/dissectors/packet-gsm_bssmap_le.c
index 0146ddf0de..ebe209d41c 100644
--- a/epan/dissectors/packet-gsm_bssmap_le.c
+++ b/epan/dissectors/packet-gsm_bssmap_le.c
@@ -1024,7 +1024,7 @@ proto_register_gsm_bssmap_le(void)
},
{ &hf_gsm_bssmap_le_elem_id,
{ "Element ID", "bssmap_le.elem_id",
- FT_UINT8, BASE_DEC, NULL, 0,
+ FT_UINT8, BASE_HEX, NULL, 0,
NULL, HFILL }
},
{ &hf_gsm_bssmap_le_apdu_protocol_id,