How can I filter a column to show only one instance of each wep initialization vector found?

asked 2017-11-11 06:24:29 +0000

reedfrey gravatar image

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.

edit retag flag offensive close merge delete

Comments

I don't think that's possible in Wireshark apart from sorting by that column and physically counting the different values.

grahamb gravatar imagegrahamb ( 2017-11-12 16:25:13 +0000 )edit