Ethereal-dev: RE: [Ethereal-dev] Review of change to filter on HTTP method

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Tue, 10 Jun 2003 22:09:14 -0000
On Tue, 2003-06-10 at 03:26, Biot Olivier wrote:

> 
> I'm in favor of a subtree. The interested parties can inspect
> the "summary line" by expanding the subtree. Something like:
> 
> [-] GET http://www.ethereal.com/index.html HTTP/1.0
> 	Request method: GET
> 	Request URI: http://www.ethereal.com/index.html
> 	Request version: 1.0
> 
> [-] HTTP/1.1 200 Yeah right
> 	Response version: 1.1
> 	Response code: 200 (OK)
> 	Response text: Yeah right
> 

Done. I've only added the subtree for the HTTP Request, and only the
method field is parsed.

--gilbert