Hi Jo,

The better is push a patch on code review for add ipproto_val_ext on
libwireshark.def

Regards,

On Wed, Nov 11, 2015 at 11:11 AM, Jo <[email protected]> wrote:

> Hello Bill,
>
> thank you for your quick answer.
>
> I am developing a plugin. Am I on my windows development machine
> limited to the Wireshark API exposed to plugins (aka
> libwireshark.def)?
>
> Can I somewhere request that ipproto_val_ext is exported for plugins?
>
> Bye,
> Jo
>
>
>
> 2015-11-09 17:59 GMT+01:00 Bill Meier <[email protected]>:
> > On 11/9/2015 10:49 AM, Jo wrote:
> >>
> >> Hello,
> >>
> >> In my protocol, one TLV is called "proto" and contains the IANA number
> >> of a well-known protocol. How can I display the value together with the
> >> string and using the available data from <epan/ipproto.h>, for example?
> >>
> >> I know how to do it via val_to_str() but I am failing on importing the
> >> existing definitions.
> >>
> >
> > See epan/dissectors/packet-rohc for 2 examples of how to access
> > ipproto_val_ext from your dissector. ( from an hf[] array entry or using
> > val_to_str_ext()).
> >
> >
> >
> >
> ___________________________________________________________________________
> > Sent via:    Wireshark-dev mailing list <[email protected]>
> > Archives:    https://www.wireshark.org/lists/wireshark-dev
> > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
> >             mailto:[email protected]
> ?subject=unsubscribe
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <[email protected]>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>              mailto:[email protected]
> ?subject=unsubscribe
>
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to