Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] dfilter extension

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

From: Haavard H Garnes <hhg@xxxxxxxxxx>
Date: Tue, 28 Jun 2005 16:31:58 +0200
Hello.

I am looking into making an adition to the dfilter-language to
facilitate returning of packet-info if the filter matches a packet, in
stead of only returning matched/unmatched.

I was thinking of enabling something like this:

http.request return http.request.method

or

http.request.method=="post" return ip.src

in order to extract information of any kind from a netflow matching the
given criteria.

Is this at all thinkable or doable?

Håvard.