How can i filter browsers for GET / HTTP/1.1? I want to get list of browsers that have been used in capture file. Thanks. asked 08 Jun '12, 03:51 besomuk |
One Answer:
Please try this:
and with a filter on HTTP/1.1
HINT: String quoting may be difficult in a Windows DOS box due to the slash ('/')! The DOS shell tries to interpret this as the start of a parameter. Regards answered 08 Jun '12, 03:58 Kurt Knochner ♦ edited 08 Jun '12, 04:34 |
Hmm...i get only empty list. Here is something else. When i select "GET / HTTP/1.1" within HTTP protocol, and apply filter, i get the list i want. Or at least i think it is complete list.
I'm sorry, there was a typo in my answer. user-agent (wrong) instead of user_agent (correct)! Please try again.
Oh yes, that's it. Thanks.
Fine.
BTW: I converted your answer to a comment, as that's how this Q&A site works.