I have written a new dissector for wireshark. I have made changes to Makefile.common and CMakelist.txt. Now when I try to compile the Wireshark source, I get this error. epan/.libs/libwireshark.so: undefined reference to Any suggestions?? Thanks, Sidharth asked 31 Jan '11, 04:53 sid |
One Answer:
answered 31 Jan '11, 12:46 Jaap ♦ |
thanks jaap,
i have done the same thing..after the make i get this error..any help??
Is the symbol 'proto_reg_handoff_PROTOABBREV' literally present in your dissector code?