summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ixveriwave.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-10-03 09:48:00 -0700
committerGuy Harris <guy@alum.mit.edu>2015-10-03 16:49:04 +0000
commit4909b3f98b88cb140701367c3d5a6635673fb123 (patch)
tree5bed4de419e2cca273062ac87edbbb82683094cc /epan/dissectors/packet-ixveriwave.c
parente1669c417feae191c8048155ddb0e5a7dee74950 (diff)
downloadwireshark-4909b3f98b88cb140701367c3d5a6635673fb123.tar.gz
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>
Diffstat (limited to 'epan/dissectors/packet-ixveriwave.c')
-rw-r--r--epan/dissectors/packet-ixveriwave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c
index 1200096615..99d09bf9b3 100644
--- a/epan/dissectors/packet-ixveriwave.c
+++ b/epan/dissectors/packet-ixveriwave.c
@@ -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;