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

2011-04-28 Thread Jeff Morriss
Bruce, Joseph R (Joe) wrote: 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 (./file.c:173, ./file.h:83). The callback is invoked on read and other inte

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

2011-04-25 Thread Guy Harris
On Apr 25, 2011, at 11:43 AM, Bruce, Joseph R (Joe) wrote: > I still don't understand why this code works on the *nix side, but not > Windows. Any ideas there? The dynamically-linked library systems used by most if not all UN*X systems and and the dynamically-linked library system used by Wind

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 (./file.c:173, ./file.h:83). The callback is invoked on read and other inter

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

2011-04-25 Thread Jeff Morriss
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 (./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.

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

2011-04-25 Thread Guy Harris
On Apr 25, 2011, at 10:25 AM, Jeff Morriss wrote: > libui is a static library (archive). Building one of those does not require > that all the symbols be resolved (which is a good thing: you can't link an > archive against another archive or shared libraries anyway). It just means > that whe

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, >> but Windows is unhappy. The only ot

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

2011-04-25 Thread Jeff Morriss
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, but Windows is unhappy. The only other code that reg

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 >>

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

2011-04-25 Thread Chris Maynard
Bruce, Joseph R (Joe writes: > 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

[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