aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.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/netmon.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/netmon.c')
-rw-r--r--wiretap/netmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index 7bd7a63450..9977d40f4d 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -465,6 +465,7 @@ netmon_set_pseudo_header_info(int pkt_encap,
* "FCS length" of -2 means "NetMon weirdness".
*/
pseudo_header->ieee_802_11.fcs_len = -2;
+ pseudo_header->ieee_802_11.decrypted = FALSE;
break;
}
}