aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sim.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-03-09 23:13:37 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-03-09 22:24:54 +0000
commit8ec6ab68fab573695cdfc8ef8f1e12e37e314a89 (patch)
treeca745147b233537a44f5ed1f3081eb07c4f9310f /epan/dissectors/packet-gsm_sim.c
parent44dbae72bad1964936b626d8309d02002c665796 (diff)
ETSI CAT: upgrade dissector to v12.2.0
Change-Id: Ifd5f901aa3856e5469f213c4c63c53f3d8f1b4c8 Reviewed-on: https://code.wireshark.org/review/7611 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_sim.c')
-rw-r--r--epan/dissectors/packet-gsm_sim.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_sim.c b/epan/dissectors/packet-gsm_sim.c
index 439095355c..177c049728 100644
--- a/epan/dissectors/packet-gsm_sim.c
+++ b/epan/dissectors/packet-gsm_sim.c
@@ -321,6 +321,7 @@ static int hf_tp_support_refresh_enforcement_policy = -1;
/* 33th byte */
static int hf_tp_support_dns_addr_req = -1;
static int hf_tp_support_nw_access_name_reuse = -1;
+static int hf_tp_ev_poll_intv_nego = -1;
static int hf_tp_rfu11 = -1;
static int hf_cat_ber_tag = -1;
@@ -688,6 +689,7 @@ static const int *tprof_b32_fields[] = {
static const int *tprof_b33_fields[] = {
&hf_tp_support_dns_addr_req,
&hf_tp_support_nw_access_name_reuse,
+ &hf_tp_ev_poll_intv_nego,
&hf_tp_rfu11,
NULL
};
@@ -2836,9 +2838,14 @@ proto_register_gsm_sim(void)
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x02,
NULL, HFILL }
},
+ { &hf_tp_ev_poll_intv_nego,
+ { "Event: Poll Interval Negotiation", "gsm_sim.tp.evt.poll_intv_nego",
+ FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x04,
+ NULL, HFILL }
+ },
{ &hf_tp_rfu11,
{ "RFU", "gsm_sim.tp.rfu",
- FT_UINT8, BASE_HEX, NULL, 0xfc,
+ FT_UINT8, BASE_HEX, NULL, 0xf8,
NULL, HFILL },
},