aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-10 07:58:33 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-10 07:58:33 +0000
commit2d7f165db86e87c5c6f3220523ca2219b36c2d0d (patch)
tree70eea4655b670cdba5d4810f879eb7f25a0f4607 /epan/dissectors/packet-sgsap.c
parentdb9ad57005b8ca48ecebf689d884801ff26fd6f1 (diff)
From Sijin N K:
Missing hf declaration for cn_id. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5901 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37038 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sgsap.c')
-rw-r--r--epan/dissectors/packet-sgsap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sgsap.c b/epan/dissectors/packet-sgsap.c
index 69e4db0728..0a29279883 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -1491,6 +1491,11 @@ void proto_register_sgsap(void) {
FT_UINT32, BASE_DEC, NULL, 0x0fffffff,
NULL, HFILL}
},
+ { &hf_sgsap_cn_id,
+ {"CN_ID", "sgsap.cn_id",
+ FT_UINT16, BASE_DEC, NULL, 0x0,
+ NULL, HFILL}
+ },
{ &hf_sgsap_imsi_det_eps,
{ "IMSI detach from EPS service type", "sgsap.imsi_det_eps",
FT_UINT8, BASE_DEC, VALS(sgsap_imsi_det_from_eps_serv_type_values),0x0,