[EMAIL PROTECTED] wrote:
> Hi,
>
> After successfully executing make and make install, when we tried to run
> the wireshark (using ./ wireshark)
>
> We are getting the following error:
>
> undefined symbol: dissect_eci
>
> The code is as follows:
>
> Forward declarations
> static int dissec
Hi,
After successfully executing make and make install, when we tried to run
the wireshark (using ./ wireshark)
We are getting the following error:
undefined symbol: dissect_eci
The code is as follows:
Forward declarations
static int dissect_eci(tvbuff_t *,int ,proto_tree *);