Re: [Wireshark-dev] Compilation problems in the dissector

2007-02-22 Thread Jeff Morriss
[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

[Wireshark-dev] Compilation problems in the dissector

2007-02-22 Thread taraniteja.vishwanatha
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 *);