From 4909b3f98b88cb140701367c3d5a6635673fb123 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 3 Oct 2015 09:48:00 -0700 Subject: 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 --- epan/dissectors/packet-ixveriwave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ixveriwave.c') 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; -- cgit v1.2.1