547
edits
No edit summary |
|||
Line 185: | Line 185: | ||
* '''multicastGroup''': A multicast IP address or any. The filter will match all IGMP or MLD negotiation packets related to that multicast IP address. | * '''multicastGroup''': A multicast IP address or any. The filter will match all IGMP or MLD negotiation packets related to that multicast IP address. | ||
* '''rtpPayloadType''': The RTP payload type such as PCMU or MP2T. This filter will match all RTP packets with the given payload type. | * '''rtpPayloadType''': The RTP payload type such as PCMU or MP2T. This filter will match all RTP packets with the given payload type. | ||
* '''interface''': The physical interface. This can be | * '''interface.name''' or '''namedInterface''': The physical interface. This can be the name or interface number (as printed on the device). For interface ids please consult the Interface stats page. | ||
:Example: | :Example: | ||
:{| class="wikitable sortable" | :{| class="wikitable sortable" | ||
|- | |- | ||
| interface == | | <nowiki>interface.name == uplink || interface.name == 3</nowiki> | ||
|- | |- | ||
|} | |} | ||
* '''interface.rawid''': This is the raw internal ID of interfaces. It starts from 0. The interface stats page also shows the raw ID. | |||
* '''link''': The link pair of two interfaces as stated in Interface stats. A single link number can be given. | * '''link''': The link pair of two interfaces as stated in Interface stats. A single link number can be given. | ||
* '''pppoeProtocol''': A specific PPPoE protocol (by name or by ID), or "none"/"any" | * '''pppoeProtocol''': A specific PPPoE protocol (by name or by ID), or "none"/"any" |
edits