Example 1: Supposing a user has the following requirements:
- Receive WLAN data broadcast frames only from two specific MAC addresses.
- Rreceive all WLAN unicast frames, except for frames with a certain SRC_IP address range.
- If a unicast frame is received from MAC address AA.AA.AA, increase counter_1.
- If a unicast frame is received from MAC address BB.BB.BB, increase counter_2.
- If a unicast UDP frame is received from MAC address AA.AA.AA or BB.BB.BB, pass only packets from port 5001.
The following trees should be created: (see Figure 14-1).
Example 2: Supposing a user has the following requirement:
- Receive only WLAN management beacon frames from all MAC addresses.
The following trees should be created: (see Figure 14-2).