If we don't have an NDP flag, make it 0.
authorGuy Harris <guy@alum.mit.edu>
Sat, 3 Oct 2015 01:14:32 +0000 (18:14 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sat, 3 Oct 2015 01:14:58 +0000 (01:14 +0000)
Change-Id: If2576eb6023776a348b3e2c85329509a9f9e80d3
Reviewed-on: https://code.wireshark.org/review/10758
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wiretap/vwr.c

index bfb9830652a89789ed977758232a00be1abfdd9e..fbf6e72a07659ebffe18e82db97e48c8100fb5c0 100644 (file)
@@ -1200,7 +1200,7 @@ static gboolean vwr_read_s2_s3_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr,
     guint64          delta_b;                             /* Used for calculating latency */
     guint16          phyRate;
     guint16          vw_flags;                            /* VeriWave-specific packet flags */
-    guint8           vht_ndp_flag;
+    guint8           vht_ndp_flag = 0;
 
     /*
      * The record data must be large enough to hold the statistics header,