ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8912] IxVeriWave 11ac patch

Date: Tue, 09 Jul 2013 13:53:30 +0000

changed bug 8912

What Removed Added
Status UNCONFIRMED INCOMPLETE
CC   [email protected]
Ever confirmed   1

Comment # 4 on bug 8912 from
Hi Tom,

The code don't compile under my Ubuntu box :
vwr.c: In function 'parse_s2_W_stats':
vwr.c:1219:21: error: variable 'rate' set but not used
[-Werror=unused-but-set-variable]
vwr.c:1218:21: error: variable 'frame_type' set but not used
[-Werror=unused-but-set-variable]
vwr.c:1214:27: error: variable 'validityBits' set but not used
[-Werror=unused-but-set-variable]
vwr.c: In function 'vwr_process_rec_data':
vwr.c:2148:42: error: unused parameter 'phdr' [-Werror=unused-parameter]

packet-ixveriwave.c: In function 'dissect_ixveriwave':
packet-ixveriwave.c:443:29: error: variable 'duration_ti' set but not used
[-Werror=unused-but-set-variable]
packet-ixveriwave.c: In function 'wlantap_dissect':
packet-ixveriwave.c:686:39: error: variable 'nss' set but not used
[-Werror=unused-but-set-variable]
packet-ixveriwave.c:686:17: error: variable 'plcp_type' set but not used
[-Werror=unused-but-set-variable]

have also a warning with clang analyser :
vwr.c:744:12: warning: Function call argument is an uninitialized value
    return vwr_process_rec_data(wth, wth->random_fh, rec_size, phdr, buf,
           ^
I have also a warning about hf_radiotap_fcs_bad (with checkhf)
ERROR: NO ARRAY: epan/dissectors/packet-ixveriwave.c, hf_radiotap_fcs_bad


You are receiving this mail because:
  • You are watching all bug changes.