I have a xyz.pcap file generated by tcpdump utility in which I have captured packets from my Linksys WRT54G router. While capturing, the router was in monitor mode that means a prism header was appended to it.
Now when I open this .pcap file on my wireshark 1.8.2. Under the prism capture header it shows me Message Code:65 Message Length:144 Device Name: eth1 DID Unknown 1041 DID Unknown 2041 DID Unknown 3041 DID Unknown 4041 DID Unknown 5041 DID Unknown 6041 DID Unknown 7041 DID Unknown 8041 DID Unknown 9041 DID Unknown a041
I want to see the RSSI from this data. I have a wage idea that it could be in 4041 but i am not sure. Once I'll get the RSSI I have my C program ready to use it using prism_header structure.
So where is this RSSI value in this packet data.