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