From 538ae42820ad785fdeab04489c17154cd3a1fee2 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 Nov 2001 06:17:07 +0000 Subject: [PATCH] Squelch an MSVC++ complaint. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4198 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-smb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packet-smb.c b/packet-smb.c index c8e790041b..89afe95d3c 100644 --- a/packet-smb.c +++ b/packet-smb.c @@ -2,7 +2,7 @@ * Routines for smb packet dissection * Copyright 1999, Richard Sharpe * - * $Id: packet-smb.c,v 1.146 2001/11/12 21:43:49 guy Exp $ + * $Id: packet-smb.c,v 1.147 2001/11/13 06:17:07 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -9137,6 +9137,7 @@ dissect_transaction_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, case 0x25: /*XXX decode the TRANSACTION setup words */ + break; } offset += sc*2; -- 2.34.1