Hi,
You forgot to configure first.
Thanx,
Jaap
Rekik Hanen wrote:
Hi,
I wanted to capture the wireless traffic in the XO.I used tcpdump and I
follow this link http://wiki.laptop.org/go/Wireless . Then, to interpret
mesh traffic correctly, I installed wireshark-0.99.5 with this patch:
http://dev.laptop.org/~javier/patches/wireshark-0.99.5-fw-5.220.11-support.patch
<http://dev.laptop.org/%7Ejavier/patches/wireshark-0.99.5-fw-5.220.11-support.patch>.
But when I run "make", I got these errors:
epan/.libs/libwireshark.so: undefined reference to `proto_register_mesh'
epan/.libs/libwireshark.so: undefined reference to `proto_reg_handoff_mesh'
collect2: ld returned 1 exit status
make[2]: *** [wireshark] Error 1
make[2]: Leaving directory `/home/pfe/wireshark-0.99.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pfe/wireshark-0.99.5'
make: *** [all] Error 2
Any ideas why there are those undefined references to
proto_register_mesh and proto_reg_handoff_mesh ?
thanks