I think It would be very useful if you could use the name of the filter to create another filters. I'm not sure if you can do that. For instance you create the following filters: arp || smb <-- under the name of LAN rip || eigrp <--- under the name of WAN so you could search for: LAN OR WAN is there anything similar to this? thank you asked 24 Nov '11, 09:21 BorjaMerino |
2 Answers:
It's not the exact way you want to do it, but you might want to take a look at display filter macros in the Analyze -> Display Filter Macro menu option. You could add two new macros:
After that you can call the macros in the filter bar like this: ${wan} or ${lan}. I agree that it is a bit awkward to enter the additional dollar signs and the curly brakets, but it might be faster than typing the long filters if they're really complex. answered 24 Nov '11, 15:34 Jasper ♦♦ |
You can also save your Display Filters. answered 25 Nov '11, 13:56 joke |