summaryrefslogtreecommitdiff
path: root/ui/voip_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/voip_calls.c')
-rw-r--r--ui/voip_calls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/voip_calls.c b/ui/voip_calls.c
index 3b61c09912..a9d2cff76c 100644
--- a/ui/voip_calls.c
+++ b/ui/voip_calls.c
@@ -2020,6 +2020,7 @@ h225_calls_packet(void *tap_offset_ptr, packet_info *pinfo, epan_dissect_t *edt,
callsinfo->to_identity=g_strdup(pi->dialedDigits);
tmp_h323info->requestSeqNum = pi->requestSeqNum;
}
+ /* Fall Through */
case 19: /* LCF */
if (strlen(pi->dialedDigits))
comment = g_strdup_printf("H225 RAS dialedDigits: %s", pi->dialedDigits);