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.
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.