From 1952fefb8d386fb34eacc7c34debae9b22754be2 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 5 Dec 2014 07:42:34 +0100 Subject: SCTP: Missing break in switch (CID 1135556) Change-Id: I00939bb9699493fe7af21497d9e9c013cc3d2e62 Reviewed-on: https://code.wireshark.org/review/5650 Reviewed-by: Jeff Morriss Reviewed-by: Anders Broman --- epan/dissectors/packet-sctp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-sctp.c') diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c index d2d6a24692..ddd67faad2 100644 --- a/epan/dissectors/packet-sctp.c +++ b/epan/dissectors/packet-sctp.c @@ -691,8 +691,10 @@ find_assoc_index(assoc_info_t* tmpinfo) case FORWARD_ADD_FORWARD_VTAG: case BACKWARD_ADD_FORWARD_VTAG: info->verification_tag1 = tmpinfo->verification_tag1; + break; case BACKWARD_ADD_BACKWARD_VTAG: info->verification_tag2 = tmpinfo->verification_tag1; + break; } if (cmp == FORWARD_STREAM || cmp == FORWARD_ADD_FORWARD_VTAG) { info->direction = 1; -- cgit v1.2.3