aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bvlc.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-07 15:44:45 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-07 15:44:45 +0000
commit652f92e006ed5e0fefafd5f6e0f58841cd6e718e (patch)
treeffc752144b791b42bccb7d56a29504c9ebed0d65 /epan/dissectors/packet-bvlc.c
parent24ad9bce0bc0876a0b560308e84c5e5706a335d2 (diff)
Removed even more "statement not reached" warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24286 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bvlc.c')
-rw-r--r--epan/dissectors/packet-bvlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bvlc.c b/epan/dissectors/packet-bvlc.c
index b4caf9052e..a8948034ee 100644
--- a/epan/dissectors/packet-bvlc.c
+++ b/epan/dissectors/packet-bvlc.c
@@ -48,7 +48,7 @@
* configured locally to a different value without it being considered
* a violation of this protocol.
*/
-static int additional_bvlc_udp_port = 0;
+static guint additional_bvlc_udp_port = 0;
static int proto_bvlc = -1;
static int hf_bvlc_type = -1;
@@ -428,7 +428,7 @@ proto_reg_handoff_bvlc(void)
{
static int bvlc_initialized = FALSE;
static dissector_handle_t bvlc_handle;
- static int bvlc_udp_port;
+ static guint bvlc_udp_port;
if (!bvlc_initialized)
{