our
> problem.
>
>
>
> - Chris
>
>
>
>
>
> *From:* wireshark-dev-boun...@wireshark.org [mailto:
> wireshark-dev-boun...@wireshark.org] *On Behalf Of *Floris van Nee
> *Sent:* Monday, July 26, 2010 9:03 PM
> *To:* Developer support list for Wireshark
>
>
e file also needs to be included
somewhere else?
-Floris
On Mon, Jul 26, 2010 at 5:35 PM, Maynard, Chris <
christopher.mayn...@gtech.com> wrote:
> Did you try adding register_dfilter_stat to epan/libwireshark.def?
>
> - Chris
>
>
>
>
>
> *From:* wireshark-dev-b
k_test
test.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
9.0\
VC\BIN\link.EXE"' : return code '0x460'
On Mon, Jul 26, 2010 at 10:32 AM, Floris van Nee wrote:
> Hi,
>
> I am try
Hi,
I am trying to make a plugin for Wireshark which makes some statistics about
captured packets. The basic things work: it can count packets, use the tap
to send information collected while dissecting to the stats plugin and do
some other stuff using the stats_tree functions.
Now I have the fol