aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 22:50:49 +0100
committerAnders Broman <a.broman58@gmail.com>2014-12-25 21:11:22 +0000
commit9c7c72d5f20e1568425cd734e4fbaf03abbebce6 (patch)
tree038e150662909c11108f1cf92b874655b6d7f4f6 /ui/voip_calls.c
parente08eba9b9e7cb02581a23848c9f0f45831016f2f (diff)
VoIP Calls: Missing break in switch (CID 1155515)
Change-Id: Ie62cd2901c791490fe6685f560815e09b921d03b Reviewed-on: https://code.wireshark.org/review/6001 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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);