aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-07-18 22:48:18 +0000
committerGuy Harris <guy@alum.mit.edu>2012-07-18 22:48:18 +0000
commitb459c468a3a583428772ce96e00f503893ef4e73 (patch)
treed2a05110c9475895848136c90702d0b71938383f /wiretap/netxray.c
parentb40db9cf4c84a4b5a0b753298d13616d9bd2b5f9 (diff)
Set the 802.11 "already decrypted" flag to FALSE for file formats other
than Network Instruments Observer files, as we don't know whether they are already decrypted. svn path=/trunk/; revision=43796
Diffstat (limited to 'wiretap/netxray.c')
-rw-r--r--wiretap/netxray.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index d126d9005a..a3c04faac9 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1228,6 +1228,8 @@ netxray_set_pseudo_header(wtap *wth, const guint8 *pd, int len,
} else
pseudo_header->ieee_802_11.fcs_len = 0;
+ pseudo_header->ieee_802_11.decrypted = FALSE;
+
pseudo_header->ieee_802_11.channel =
hdr->hdr_2_x.xxx[12];
pseudo_header->ieee_802_11.data_rate =