ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] make error

From: Rekik Hanen <hanenrekik@xxxxxxxx>
Date: Thu, 30 Apr 2009 10:44:10 +0000 (GMT)
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. 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