aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/airopeek9.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-21 16:16:18 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-21 16:16:18 +0000
commitb7755fb4e4026e82561df80886cabc7f713ddbe7 (patch)
treee85b03dd7ca349a8124c47a6f5b6ba1aaf274c64 /wiretap/airopeek9.c
parent7c888570e4399c309e407c9f50531e00dfd2a925 (diff)
Fix some (incorrect but unforseeable)
"might be used uninitialized" warnings. svn path=/trunk/; revision=21862
Diffstat (limited to 'wiretap/airopeek9.c')
-rw-r--r--wiretap/airopeek9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/airopeek9.c b/wiretap/airopeek9.c
index 9fa878f382..da01d943b6 100644
--- a/wiretap/airopeek9.c
+++ b/wiretap/airopeek9.c
@@ -179,7 +179,7 @@ int airopeek9_open(wtap *wth, int *err, gchar **err_info)
int ret;
guint32 fileVersion;
guint32 mediaType;
- guint32 mediaSubType;
+ guint32 mediaSubType = 0;
int file_encap;
static const int airopeek9_encap[] = {
WTAP_ENCAP_ETHERNET,