aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-04-03 01:25:24 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-04-03 01:25:24 +0000
commitb4f42921bbe9f2e7c7f06d61b41bad1aeafcd8a3 (patch)
tree24aa7a34dfe1039c1154ce657bea27f2e76b3795 /epan/dissectors/packet-ua3g.c
parent4326f8de555f69d9f8b375b519a86245dbe1172c (diff)
Fix a couple of CIDs related to missing breaks: both are intentional[1] so add
comments to that effect. [1] Based on comment from Lars Roff via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844 svn path=/trunk/; revision=41899
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index bdb426a261..3a6e82ad09 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1991,6 +1991,7 @@ decode_main_voice_mode(proto_tree *tree _U_, tvbuff_t *tvb, packet_info *pinfo,
offset++;
length--;
}
+ /* FALLTHROUGH */
case 0x02: /* Group Listening */
case 0x03: /* On Hook Dial */
case 0x04: /* Handsfree */
@@ -2151,6 +2152,7 @@ decode_set_clck(proto_tree *tree _U_, tvbuff_t *tvb, packet_info *pinfo,
{
call_timer = 1;
}
+ /* FALLTHROUGH */
case 0x00: /* Set Current Time/Call Timer */
case 0x01: /* Set Current Time */
{