On Windows, how can I get a list of source IP addresses in network traffic with duplicates removed?
i want to get unique ip in interface ethernet using tshark.i try using cmd in window:
C:\Users\long>wireshark\tshark -i ethernet -T fields -e ip.src sort | uniq
But its not work.Its notice: 'uniq' is not recognized as an internal or external command, operable program or batch file. Help me pls.Thank in advance