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 *);
static int dissect_cpn(tvbuff_t *,int ,proto_tree *);
static int dissect_gcr(tvbuff_t *,int ,proto_tree *);
.......................
..............
..............
Parameter definitions:
# define ECI 12
# define EIT 13
And so on ...
.............
.................
.................
case ECI :
dissect_eci( tvb, offset, tree);
break;
......................
.................
....................
dissect_eci(tvbuff_t *tvb,int offset,proto_tree *xyz_tree)
{
............
}
Your help would be appreciated .
Regards,
Tarani
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy all copies of this message and
any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted by this
email.
www.wipro.com
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev