Ethereal-users: Re: [Ethereal-users] Support for Http WebDav extensions

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 29 Mar 2002 14:01:32 -0800
On Fri, Mar 29, 2002 at 12:19:32PM -0800, Blair Cooper wrote:
> Can Ethereal support displaying Http methods like PropFind and PropPatch 
> the same way it displays GET and PUT?

Yes.

> If so, how can I make this happen?

Modify "packet-http.c" to handle those methods the same way that it
handles the other methods, in the big "if" chain in the
"is_http_request_or_reply()" routine.