Re: [Wireshark-dev] Using cf_callback_add from a plugin

2011-04-25 Thread Bruce, Joseph R (Joe)
On 4/25/11 11:17 AM, "Jeff Morriss" wrote: >Bruce, Joseph R (Joe) wrote: >>> Bruce, Joseph R (Joe) wrote: >>>> Hi, >>>> >>>> I'm writing a plugin that registers a capture file callback via >>>> cf_callback_add (./fi

Re: [Wireshark-dev] Using cf_callback_add from a plugin

2011-04-25 Thread Bruce, Joseph R (Joe)
>Bruce, Joseph R (Joe) wrote: >> Hi, >> >> I'm writing a plugin that registers a capture file callback via >> cf_callback_add (./file.c:173, ./file.h:83). The callback is invoked on >> read and other interesting cf events. This works fine on my *nix build

Re: [Wireshark-dev] Using cf_callback_add from a plugin

2011-04-25 Thread Bruce, Joseph R (Joe)
>>I'm writing a plugin that registers a capture file callback via >> cf_callback_add (./file.c:173, ./file.h:83). The callback is invoked on >> read and other interesting cf events. This works fine on my *nix build, >> but Windows is unhappy. The only other code that registers a cf >>callback >>

[Wireshark-dev] Using cf_callback_add from a plugin

2011-04-22 Thread Bruce, Joseph R (Joe)
Hi, I'm writing a plugin that registers a capture file callback via cf_callback_add (./file.c:173, ./file.h:83). The callback is invoked on read and other interesting cf events. This works fine on my *nix build, but Windows is unhappy. The only other code that registers a cf callback is ./gtk/m