Ethereal-dev: Re: [ethereal-dev] [LEEDSNET] Error output & logginf whilst developing ethereal

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, 24 Mar 2000 12:18:14 -0800 (PST)
> Just for the whishlist - A generic "Find answer ..." and/or "Find request ..."
> to find DNS Requests/DNS Responses, Radius, ICMP Echo etc for all the protocols
> consisting of Request/Response mechanisms.

Snoop (and maybe some other sniffers) tag replies with "This is a
response to frame XXX".

"This is a response to frame XXX" could probably be added to the
protocol tree at the appropriate point (in the subtree for the protocol
that recognizes it as such); with some additional work, we could
probably add "The response to this is in frame XXX" as well.

We could also then reserve a value for this property meaning "this is a
{request,response} but we don't know {which frame is the response,which
frame it's a response to}".

Then finding all requests and replies would involve searching for frames
with one of those properties; we could also then provide a menu item to
find the request for/reply to a given packet.