summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bvlc.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:44:45 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-07 15:44:45 +0000
commit28ae535b009c9301e885a4e17bfa55861288f2f9 (patch)
treeffc752144b791b42bccb7d56a29504c9ebed0d65 /epan/dissectors/packet-bvlc.c
parent36431783b7bb21c867080639724d73c929b612ec (diff)
downloadwireshark-28ae535b009c9301e885a4e17bfa55861288f2f9.tar.gz
Removed even more "statement not reached" warnings.
svn path=/trunk/; revision=24286
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)
{