aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sim.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 23:57:20 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 23:57:20 +0000
commitcb122a30ce228e21cc06f3adc1a47cb6890fdf2e (patch)
treeb95b8c9d5a1f7f6364d06ae2cf5d8e35572052f0 /epan/dissectors/packet-gsm_sim.c
parent07adfa88bd7322e8fc6e31fb782b01a06edd31cf (diff)
From Harald Welte: patch adding the missing hf[] entries ...
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6355#c11 svn path=/trunk/; revision=41651
Diffstat (limited to 'epan/dissectors/packet-gsm_sim.c')
-rw-r--r--epan/dissectors/packet-gsm_sim.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_sim.c b/epan/dissectors/packet-gsm_sim.c
index 83c90f7985..2ab970141e 100644
--- a/epan/dissectors/packet-gsm_sim.c
+++ b/epan/dissectors/packet-gsm_sim.c
@@ -1599,7 +1599,19 @@ proto_register_gsm_sim(void)
NULL, HFILL }
},
+ /* Terminal Profile Byte 18 */
+ { &hf_tprof_b18,
+ { "Terminal Profile Byte 18 (Bearer independent protocol)", "iso7816.tp.b18",
+ FT_UINT8, BASE_HEX, NULL, 0,
+ NULL, HFILL },
+ },
+
/* Terminal Profile Byte 19 */
+ { &hf_tprof_b19,
+ { "Terminal Profile Byte 19", "iso7816.tp.b19",
+ FT_UINT8, BASE_HEX, NULL, 0,
+ NULL, HFILL },
+ },
{ &hf_tp_tia_eia_version,
{ "TIA/EIA Version", "iso7816.tp.tia_eia_version",
FT_UINT8, BASE_DEC, NULL, 0x0f,