| Class Methods | |
| new | Filter.new(filterString) -> aFilter |
| Creates a BPF filter that wil select packets using the tcpdump-style filter experssion given in filterString. For example, 'udp port 53' selects DNS packets. See the tcpdump man page for the filter expression syntax. | |