Comment # 3
on bug 11333
from Alexis La Goutte
(In reply to azrdev from comment #2)
> Adding a coloring rule based on tcp.stream catches *all* tcp packets and
> assigns them the one color from that rule.
you can add rule with for example tcp.stream eq X
where X is the stream number
>
> However, I imagined a rule that would assign a different color to every
> different stream id. Since the number of streams in a trace might be quite
> high and is theoretically unbounded, it is not feasible to assign individual
> rules to each stream id. That's why I proposed a different mode, calculating
> color := function(tcp.stream).
You are receiving this mail because:
- You are watching all bug changes.