Filter `arp' doesn't work

Issue #21 resolved
choll repo owner created an issue

i.e. "arp" is a valid pcap filter but for some reason PP doesn't accept it.

Also need to add some error handling, if a filter doesn't work the filter sheet shouldn't just disappear, it should show an error.

Comments (3)

  1. choll reporter

    Improved the filter panel a lot, it now checks the input as the user is typing (instead of only when they switch focus to another UI element), and the apply button is disabled if an invalid filter is entered

  2. choll reporter

    The arp filter not working was rather subtle, the filter was compiled with a null linktype, if ethernet is specified it accepts it

  3. Log in to comment