Filter out tcp.analysis.keep_alive_ack
Trying to filter out packets with the tcp.analysis.keepaliveack flag.
Using tcp.analysis.keep_alive_ack
as my filter gives me just the packets with that flag. I'd like to exclude all of those packets, and !(tcp.analysis.keep_alive_ack)
isn't working to exclude them.