summaryrefslogtreecommitdiff
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-13 23:38:33 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-13 23:38:33 +0000
commit624fe0ec15f6f4934671dd80147e8bf96690ae65 (patch)
treed86a91be04aa4316faa0989321a0181bd7b1f810 /packet-isup.c
parentca5235bc356ee71700269effb54c85d7214b6194 (diff)
downloadwireshark-624fe0ec15f6f4934671dd80147e8bf96690ae65.tar.gz
Require that field names contain only alphanumerics, "-", "_", and ".".
Fix the names that contained other characters. svn path=/trunk/; revision=8959
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isup.c b/packet-isup.c
index 2a8d340b6b..6f57a4a718 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -5,7 +5,7 @@
* <anders.broman@ericsson.com>
* Inserted routines for BICC dissection according to Q.765.5 Q.1902 Q.1970 Q.1990,
* calling SDP dissector for RFC2327 decoding.
- * $Id: packet-isup.c,v 1.35 2003/10/20 19:13:17 guy Exp $
+ * $Id: packet-isup.c,v 1.36 2003/11/13 23:38:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -6060,7 +6060,7 @@ proto_register_isup(void)
"", HFILL }},
{ &hf_isup_app_Release_call_ind,
- { "Release call indicator (RCI)", "isup.app_Release_call_ indicator",
+ { "Release call indicator (RCI)", "isup.app_Release_call_indicator",
FT_BOOLEAN, 8, TFS(&isup_Release_call_indicator_value), A_8BIT_MASK,
"", HFILL }},