Wireshark will not load this filter
if (pcre_regex(DATA.data, "username = [a-zA-Z]*&", "username=admin&")){ msg("DATA modified\n"); } msg("Filter Ran.\n"); } } }
if (ip.proto == TCP){ if (tcp.src ==80 || tcp.dst ==80){ log(DATA.data, "./http-logfile.log"); exec("./program"); } }
Is this a question about Wireshark or ettercap?
https://manpages.debian.org/testing/e...
it was an error in the codes for the regex filter loader that I created. however it is now fixed. many thanks