vote up 0 vote down star

Does anyone know how to clear the filter drop down (combo) contents in Wireshark? Are the contents stored in a file somewhere?

For the life of me, I can't figure this out. And, the Wireshark help file only tells me "The entries in the pull down list will remain available even after a program restart."

flag

2 Answers

vote up 1 vote down

They're in ~/.wireshark/recent and named "recent.display_filter".

link|flag
Thanks! I found this not long after I posted the question. – Anonymous Dec 16 '08 at 16:35
vote up 0 vote down

Sigh...

Answered my own question.

The filter history is stored in c:\documents and settings\foo\Application Data\Wireshark\recent, where "foo" is your windows user name.

I don't use Wireshark in Linux, so I don't know where this file lives there. I would imagine in your home directory.

In that file, there's a section labeled "######## Recent display filters (latest last), cannot be altered through command line ########". Each recent.display_filter line is an entry in the filter drop down. Just remove the filters you don't want in the drop down, or remove them all to clear the filter history entirely.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.