Wireshark-bugs: [Wireshark-bugs] [Bug 8178] Multiple requests or responses in a single frame ca

Date: Thu, 13 Jun 2013 03:56:07 +0000

changed bug 8178

What Removed Added
CC   [email protected]

Comment # 10 on bug 8178 from
It seems to me that there are two separate issues here:

1. How to usefully filter multiple protocol occurrences in a single frame.

What about a function limit_distance(n, filter) where an n of 0 requires the
filter be satisfied in a single subtree, n of 1 allows the engine to travel one
level to satisfy the filter, etc.

2. How to usefully calculate statistics in the same case.

Solving 1 solves some of the simpler stats cases automatically. The more
complicated stats cases might be solvable by introducing a similar function
into the stats DSL, or it might be even more complicated than that. It would be
useful to have a precisely enumerated set of behaviours we want to enable,
since the stats engine is already complicated.


You are receiving this mail because:
  • You are watching all bug changes.