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] RFC: packet dissection/summary display filters?

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Sun, 25 Apr 2004 23:55:02 +0200
Hi list,

Sometimes you have packet data which appears "as is" without the
possibility to filter on it (for example because of a
proto_tree_add_text() call).

I'd like to have the possibility to have the following tests work:
  a. dissection contains XYZZY
  b. dissection matches XYZZY
  c. summary contains XYZZY
  d. summary matches XYZZY

I however have no clue on how to implement this :/

Regards,

Olivier