Wireshark mailing list archives

Re: filter for ONLY initial get request


From: "j.snelders" <j.snelders () telfort nl>
Date: Sun, 8 Aug 2010 09:04:17 +0200


On Sun, 08 Aug 2010 01:20:35 -0500 David Alanis wrote:
Quoting Jeffs <jeffs () speakeasy net>:

On 8/8/2010 12:02 AM, David Alanis wrote:
Quoting Jeffs<jeffs () speakeasy net>:



Not sure what your ultimate goal here is but give this filter a try as 

it only displays the initial GET / HTTP/1.1 request and nothing else...

http.request.uri == "/"

...also other http.request.methods, e.g. POST, will be displayed,

so use
(http.request.method == "GET") && (http.request.uri == "/")

Best regards
Joke

       


___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe


Current thread: