@@ -18,7 +18,7 @@ The tool takes two traces (in csv or txt format) as input and then performs the
- wlan.frag: Fragment_number
You can use the following tshark command to extract the above mentioned fields from a pcap file. It is advisable to use tshark version 3.2.3 or lower. Version 4.2.5, for example, processes the pcap files differently and creates hex and Boolean values for frame subtype and retransmission bit respectively. Whereas, the tool expects these values to be integers.
You can use the following tshark command to extract the above mentioned fields from a pcap file. It is recommended to use tshark version 3.2.3 or lower. Version 4.2.5, for example, processes the pcap files differently and creates hex and Boolean values for frame subtype and retransmission bit respectively. Whereas, the tool expects these values to be integers.