aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-12-30 22:40:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-12-30 22:40:21 +0000
commitd7bda80c7177a35c0963fceff17a24a18c1ddb2c (patch)
treead9e7267ce04fcc916bfdbb6e6d4955be0ab4a43 /epan/dissectors/packet-h225.c
parent4fd11546eddcf504f2c87b93d72e89d51450dd8b (diff)
Change a function name in preparation for genereating H.245 and H.225 dissectors with asn2etrh
svn path=/trunk/; revision=12873
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index 3377e1e29b..69636d4a9f 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -7324,7 +7324,7 @@ dissect_h225_ConnectUUIE(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tr
}
-const value_string h323_message_body_vals[] = {
+const value_string T_h323_message_body_vals[] = {
{ 0, "setup" },
{ 1, "callProceeding" },
{ 2, "connect" },
@@ -7380,7 +7380,7 @@ dissect_h225_h323_message_body(tvbuff_t *tvb, int offset, packet_info *pinfo, pr
if (check_col(pinfo->cinfo, COL_INFO)){
col_append_fstr(pinfo->cinfo, COL_INFO, "CS: %s ",
- val_to_str(value, h323_message_body_vals, "<unknown>"));
+ val_to_str(value, T_h323_message_body_vals, "<unknown>"));
}
if (h225_pi.msg_type == H225_CS) {
@@ -9938,7 +9938,7 @@ proto_register_h225(void)
NULL, 0, "connectedAddress sequence of", HFILL }},
{ &hf_h225_h323_message_body,
{ "h323_message_body", "h225.h323_message_body", FT_UINT32, BASE_DEC,
- VALS(h323_message_body_vals), 0, "h323_message_body choice", HFILL }},
+ VALS(T_h323_message_body_vals), 0, "h323_message_body choice", HFILL }},
{ &hf_h225_LocationConfirm,
{ "LocationConfirm", "h225.LocationConfirm", FT_NONE, BASE_NONE,
NULL, 0, "LocationConfirm sequence", HFILL }},