I am not able to find the correct/wrong "frame check sequence" in wireshark v3.0.2. All it show is [unverified]. How do i find the wlan.fcs.status==1 in this version?
I am using Wireshark v3.0.2 edition where i am not able to find the correct/incorrect FCS status under the Frame Control Field whereas it show [unverified]. Earlier edition of wireshark used to display the correct/incorrect sequence. Incorrect sequence relates to some kind of a checksum error. All i spot now is some malformed packets but incorrect frame sequence. Can someone help me to figure this out?
Can you check the display filter name you reference? I can't find fcs.status in the Field Reference Guide.
Thank you. I figure out the status from edit->preferences->Advanced->Search for wlan.check_checksum. Earlier it was in False, now i have changed it to TRUE by double-clicking on it. Now if search for wlan.fcs.status==1, it displays all the "Good" FCS.