How can I filter a column to show only one instance of each wep initialization vector found?
For an assignment, I have to decipher how many unique wep initialization vectors there are. I have added the column to the packet list viewer, and have sorted from least to greatest, but now I need a count of how many "unique" IV's there are. I know tshark can be used, but I want to do this directly inside WireShark.
Thank you.
I don't think that's possible in Wireshark apart from sorting by that column and physically counting the different values.
HI reedfrey,
Do you happen to know how to enable Initialization vector via cli with TSHARK? Can you help with this?