Remove incorrect comment.

(-1 means "we don't know whether there's an FCS", not "there's no FCS".)

Change-Id: I8e422e0351fddb12d6593f08da35288160ede616
Reviewed-on: https://code.wireshark.org/review/10768
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-10-03 09:48:00 -07:00
parent e1669c417f
commit 4909b3f98b
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ wlantap_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree
struct ieee_802_11_phdr phdr;
/* We don't have any 802.11 metadata yet. */
phdr.fcs_len = -1; /* no FCS */
phdr.fcs_len = -1;
phdr.decrypted = FALSE;
phdr.datapad = FALSE;
phdr.phy = PHDR_802_11_PHY_UNKNOWN;