Filters and Hashing

net.capture(PortFilter.ethernet().up())
   .filter("tcp.port == 443")
   .pipe(streams)
   .priority(0)
   .apply();

Last updated