Re: [Wireshark-dev] Migrating dissector to WS 1.12

2015-05-20 Thread Pascal Quantin
2015-05-20 20:15 GMT+02:00 Helge Kruse : > Hi Pascal, > > > > at first I’ve spotted two additional functions that are missing or have > changed the semantic. > > > > In old dissector I have a construct > >if (check_col(m_pinfo->cinfo, COL_PROTOCOL)) > >{ // column is displayed

Re: [Wireshark-dev] Migrating dissector to WS 1.12

2015-05-20 Thread Helge Kruse
Hi Pascal, at first I’ve spotted two additional functions that are missing or have changed the semantic. In old dissector I have a construct if (check_col(m_pinfo->cinfo, COL_PROTOCOL)) { // column is displayed col_set_str(m_pinfo->cinfo, COL_PROTOCOL, "m

Re: [Wireshark-dev] Migrating dissector to WS 1.12

2015-05-20 Thread Pascal Quantin
Hi Helge, 2015-05-20 18:46 GMT+02:00 Helge Kruse : > Hi, > > I am migrating from WS 1.6 to WS 1.12 skipping all version between. > I have some code that uses functions that are not available in the > current version. How can I find how this functions are replaced by newer > functions? > > Example

[Wireshark-dev] Migrating dissector to WS 1.12

2015-05-20 Thread Helge Kruse
Hi, I am migrating from WS 1.6 to WS 1.12 skipping all version between. I have some code that uses functions that are not available in the current version. How can I find how this functions are replaced by newer functions? Example: tvb_get_ephemeral_string() Regards Helge -- PGP Fingerprint: E

Re: [Wireshark-dev] Error: implicit declaration of function ‘gdk_pixbuf_new_from_inline’

2015-05-20 Thread Bálint Réczey
2015-05-20 13:43 GMT+02:00 Pascal Quantin : > 2015-05-20 13:34 GMT+02:00 Andrei Emeltchenko > : >> >> Hi, >> >> recently I hit following error when building wireshark on Ubuntu 15.04: >> >> ... >> AR libqtui.a >> make[2]: Leaving directory '/usr/local/wireshark/ui/qt' >> Making all in ui/gt

Re: [Wireshark-dev] Error: implicit declaration of function ‘gdk_pixbuf_new_from_inline’

2015-05-20 Thread Pascal Quantin
2015-05-20 13:34 GMT+02:00 Andrei Emeltchenko < andrei.emeltchenko.n...@gmail.com>: > Hi, > > recently I hit following error when building wireshark on Ubuntu 15.04: > > ... > AR libqtui.a > make[2]: Leaving directory '/usr/local/wireshark/ui/qt' > Making all in ui/gtk > make[2]: Entering

[Wireshark-dev] Error: implicit declaration of function ‘gdk_pixbuf_new_from_inline’

2015-05-20 Thread Andrei Emeltchenko
Hi, recently I hit following error when building wireshark on Ubuntu 15.04: ... AR libqtui.a make[2]: Leaving directory '/usr/local/wireshark/ui/qt' Making all in ui/gtk make[2]: Entering directory '/usr/local/wireshark/ui/gtk' CC libgtkui_a-gui_utils.o gui_utils.c: In function ‘w