aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-gvsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gvsp.c b/epan/dissectors/packet-gvsp.c
index af1d7769d9..1397fd2f00 100644
--- a/epan/dissectors/packet-gvsp.c
+++ b/epan/dissectors/packet-gvsp.c
@@ -1330,13 +1330,13 @@ static int dissect_gvsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
{
case GVSP_PACKET_ALLIN:
dissect_packet_all_in(gvsp_tree, tvb, offset, pinfo, &info);
-
+ break;
case GVSP_PACKET_LEADER:
dissect_packet_leader(gvsp_tree, tvb, offset, pinfo, &info);
-
+ break;
case GVSP_PACKET_TRAILER:
dissect_packet_trailer(gvsp_tree, tvb, offset, pinfo, &info);
-
+ break;
default:
break;
}