I want to create my own filter in wireshark. I mean I want to have a function which will apply the filter automatically. How can I do it? asked 01 May '12, 23:52 vish edited 01 May '12, 23:56 |
One Answer:
Your best approach would be to use a display filter macro. It's fairly straightforward, and you can create fairly complex filters in this fashion. answered 04 May '12, 12:08 wesmorgan1 |