-----Original Message-----
From: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Sat, Jul 1, 2017 2:31 pm
Subject: Re: [Wireshark-dev] Using col_set_str(pinfo->cinfo, COL_PROTOCOL, "some_string") but cannot filter on some_string
On Sat, Jul 1, 2017 at 10:20 AM, Darien Spencer <
cusneud@xxxxxxxx> wrote:
>
> The protocol filter isn't based on the value in the protocol column.
> Instead it's based on the value given to the protocol registration method 'proto_register_protocol'
> Look at the example here:
>
https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html
> the filter will be 'foo' since the 3rd argument to this method is 'foo'.
> Did you use 'some_string' there as well?
Yeah, I just went back and made sure that the third argument was the
same, including case, as what I used in col_set_str.
--
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-
dev@xxxxxxxxxxxxx>
Archives:
https://www.wireshark.org/lists/wireshark-dev
Unsubscribe:
https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe