On Sat, Feb 02, 2008 at 02:20:04AM +0100, bijjou2000 wrote:
> i have tried to build wireshark under Ubuntu. the ./configure Process was successful but not
> the make Process .
> the packet name is lon.
> this is the failure:
>
> epan/.libs/libwireshark.so: undefined reference to `proto_reg_handoff_lon'
> epan/.libs/libwireshark.so: undefined reference to `proto_register_lon'
> collect2: ld returned 1 exit status
> make[2]: *** [wireshark] Fehler 1
> make[2]: Verlasse Verzeichnis '/home/khalid/wireshark-0.99.5'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlasse Verzeichnis '/home/khalid/wireshark-0.99.5'
> make: *** [all] Fehler 2
> root@asus:/home/bijjou/wireshark-0.99.5#
Are you trying to add your own dissector to Wireshark, one named lon?
If so, did you include packet-lon.c in the Makefile.common?
Steve