AMOS-ss16-proj3 / amos-ss16-proj3

Repository for the wireshark plugin development project of the AMOS 16 course
GNU Affero General Public License v3.0
10 stars 12 forks source link

Windows VS linking error for payload type 0x8001 #7

Closed darki2002 closed 8 years ago

darki2002 commented 8 years ago

When building under Windows, the following errors occure: doip-payload-handler.obj : error LNK2019: unresolved external symbol register_proto_doip_payload_8001 referenced in function register_proto_doip_payload

doip-payload-handler.obj : error LNK2019: unresolved external symbol dissect_payload_8001 referenced in function find_matching_payload_handler

The building runs fine when the 8001 is uncommented. It seems to work under Linux so far.

darki2002 commented 8 years ago

Seems to be ok now with just adding the payload 8001 to the CMakeLists.txt with the commit 62a8f69f7eff50d79dbc11be787386e5f4458974