aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipars.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 12:44:50 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-23 12:44:50 +0000
commit88aa5794ccc83d7814ff9faf2a68cc72f615cfbf (patch)
tree6d5b212c4723d04dd71ac10e16d4083639650d19 /epan/dissectors/packet-ipars.c
parentc341d18fd2e030d9585620ab34e49b778fa1e664 (diff)
Removed some "initializer does not fit or is out of range" warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27826 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ipars.c')
-rw-r--r--epan/dissectors/packet-ipars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipars.c b/epan/dissectors/packet-ipars.c
index 1486e36230..37371d8951 100644
--- a/epan/dissectors/packet-ipars.c
+++ b/epan/dissectors/packet-ipars.c
@@ -38,7 +38,7 @@
#include <epan/emem.h>
static int proto_ipars = -1;
-static guint8 ipars_eomtype = -1;
+static guint8 ipars_eomtype = G_MAXUINT8;
static gint ett_ipars = -1;
#define S1 (0x00)