How To Search String In Wireshark?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. In the Filter field of the Wireshark window, type the following:
string == “<your_string_here>”
2. Click the Apply button on the toolbar or press the Enter or Return key on the keyboard.
3. Wireshark will then display all packets that contain your string.