aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-18 13:35:57 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-18 13:35:57 +0000
commit44800d2c5a2100e98f518545a82ef63106b0a669 (patch)
treeab278f89b7cf9026c3776fdc91e63b9f91885207 /gtk/voip_calls.c
parent74b161b10804943ffd43105ccf1ab2504831e74f (diff)
H.460 new dissector implemented (H.460.2-H.460.22)
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 2e9a14e4e4..d2b62ee513 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -1915,7 +1915,7 @@ H225calls_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, con
default:
comment = g_strdup("H225 RAS");
}
- frame_label = g_strdup_printf("%s", val_to_str(pi->msg_tag, RasMessage_vals, "<unknown>"));
+ frame_label = g_strdup_printf("%s", val_to_str(pi->msg_tag, h225_RasMessage_vals, "<unknown>"));
} else {
frame_label = g_strdup("H225: Unknown");
comment = g_strdup("");