aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-12-30 19:52:24 +0000
committerGerald Combs <gerald@wireshark.org>2010-12-30 19:52:24 +0000
commitcc02a10ef86beee96700931432efd0e88fa05360 (patch)
tree9ab54cd6ec3ec1f443fc2a74caa276cd8926a814 /epan/dissectors/packet-sgsap.c
parent465a18eea4b800a8d195521d45f0164daa78c31b (diff)
Fix checkAPI.
svn path=/trunk/; revision=35309
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 6f2466f9d2..25ea0a6dc5 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -1378,7 +1378,7 @@ void proto_register_sgsap(void) {
NULL, HFILL }
},
{ &hf_sgsap_lcs_indic,
- { "LCS indicator ", "sgsap.imsi_det_eps",
+ { "LCS indicator", "sgsap.lcs_indicator",
FT_UINT8, BASE_DEC, VALS(sgsap_lcs_indic_values),0x0,
NULL, HFILL }
},