Hello!
I'm currently trying to compare the value of a field with a csv table.
I want to compare the destination port (dst_port) with the values of pwhitelist.csv and display the ports that are not included in the csv data.
For example: the csv file consists of the ports 80, 8080, 443 and 8000 want to display all dst_ports that are not 80, 8080, 443 or 8000.
Thanks
↧