https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16778

--- Comment #2 from Guy Harris <ghar...@sonic.net> ---
(In reply to allenmenor16 from comment #0)
> Steps to Reproduce:
> 1. In Analyze > Display Filter Macros, create a complex macro with macros 
>     separated by '&&' or '||'
> 
> For example, complex macro 'R4' has the following text ${R:$1} && ${4RS}0

Presumably you've already defined the macros "R" and "4RS"; how are they
defined?

> 2. Apply the macro in 'Apply a display filter' bar typing in the complex
> macro 
>     'R4'

That's not how you apply a macro. "R4", as a packet-matching expression, means
"does the packet have a field named 'R4' in it?"  To apply the macro, you'd
type in something such as "${R4:fff}", where "fff" is what should get passed to
the macro "R".

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to