LGOSystems Logo
Home
Products
Cognatrix
FrameSeer
FrameSeer Online Help
tcpdumpd
Stripper
IPGadget
Purchase from Kagi
Support
About LGOSystems
FrameSeer Help
Defining advanced capture filters

The Expert area can contain any valid filter expression that tcpdump understands. Consult the tcpdump man pages for more information.


Expert Area

Expert mode disables the controls in the filter terms area but allows you to edit the filter expression.

FrameSeer does not check the validity of what you type in the expert area. When you use a new filter for the first time, you should check the log to see if tcpdump reports any syntax errors.

For example, to construct a filter that selects packets either destined for, or received from, the IP address 17.250.248.64, proceed as follows:

  1. Click New to create a new filter. Give it a name (eg Packets to/from mail.mac.com).
  2. In the Network tab, enter 17.250.248.64 in both the Source and Destination Address fields. The expression shown will be: ((src host 17.250.248.64) and (dst host 17.250.248.64)).
  3. Turn on Expert mode.
  4. Edit the expression to change the and to or.
  5. Click the Save button.

Turning Expert mode off after an expression has been edited returns the expression to its unedited state. All changes are lost.