[Wireshark-dev] Determine address type of string

2015-11-09 Thread Jo
("." -> IPv4, ":" -> IPv6) iand if there dots, to check whether the parts between the dots are numerical. Bye, Jo ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists

[Wireshark-dev] Dissect using val_to_str from external file

2015-11-09 Thread Jo
e existing definitions. Bye, Jo ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshar

Re: [Wireshark-dev] Determine address type of string

2015-11-11 Thread Jo
these entries are missing from a libwireshark.def file I found on the internet). Do you have any idea where I can request these two functions to be added to plugin API? Bye, Jo 2015-11-09 15:12 GMT+01:00 Maynard, Chris : > You could first call str_to_ip() and if it fails, call str_to_ip6(), and

Re: [Wireshark-dev] Dissect using val_to_str from external file

2015-11-11 Thread Jo
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

Re: [Wireshark-dev] Dissect using val_to_str from external file

2015-11-11 Thread Jo
Hello Graham, Thank you. Is this set of exported symbols meant to be extended on user request? Or what is the correct way to gain access to symbols that are not yet marked for export? Bye, jo 2015-11-11 11:25 GMT+01:00 Graham Bloice : > See ws_symbol_export.h for the deta

Re: [Wireshark-dev] Dissect using val_to_str from external file

2015-11-11 Thread Jo
symbols (LNK2001). Can someone please help me on how to access ipproto_val_ext from a plugin? No plugin from the Wireshark sources seem to use external val_to_str() calls as of now. Bye, Jo 2015-11-11 12:20 GMT+01:00 Graham Bloice : > > > On 11 November 2015 at 10:33, Jo wrote: >>

Re: [Wireshark-dev] Determine address type of string

2015-11-27 Thread Jo
Hello Alexis, Thank you, this is what I actually did! Bye, jo 2015-11-27 22:48 GMT+01:00 Alexis La Goutte : > > > On Wed, Nov 11, 2015 at 9:49 AM, Jo wrote: >> >> Hello Chris, >> >> I really like this idea but IIRC not the complete API is exposed to >>

[Wireshark-dev] Wireshark 1.11.3 on FreeBSD: no plugins are loaded

2014-04-01 Thread Jo
folder (the dissector table does not list any of the plugins). Is there anything I can do to debug this issue and see why wireshark is not loading the plugins? Any help is appreciated. Thanks, jo ___ Sent via:Wireshark-dev

[Wireshark-dev] Fwd: Wireshark 1.11.3 on FreeBSD: no plugins are loaded

2014-04-07 Thread Jo
sing truss and the info dialog, I found out about the folders Wireshark is looking into for plugins. Now it is working as expected! Bye, Jo ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists