r what I'm trying to achieve.
Best regards...Paul
From: Wireshark-dev [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of
Paul Offord
Sent: 28 July 2017 20:06
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] LNK2019: unresolved external symbol
proto_deregister_p
: [Wireshark-dev] LNK2019: unresolved external symbol
proto_deregister_protocol
See some discussion on the issue here: https://code.wireshark.org/review/21490/
-Original Message-
From: Pascal Quantin
To: Developer support list for Wireshark
Sent: Fri, Jul 28, 2017 1:41 pm
Subject: Re
Yes I am building a plugin.
Sent from Samsung Mobile on O2
Original message
From: Pascal Quantin
Date: 28/07/2017 18:41 (GMT+00:00)
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] LNK2019: unresolved external symbol
proto_deregister_protocol
Hi Paul
See some discussion on the issue here: https://code.wireshark.org/review/21490/
-Original Message-
From: Pascal Quantin
To: Developer support list for Wireshark
Sent: Fri, Jul 28, 2017 1:41 pm
Subject: Re: [Wireshark-dev] LNK2019: unresolved external symbol
Hi Paul,
2017-07-28 19:34 GMT+02:00 Paul Offord :
> Hi,
>
>
>
> I’d like to use the function proto_deregister_protocol in a dissector.
> The problem is that when I build the dissector I get:
>
>
>
> packet-bds.obj : error LNK2019: unresolved external symbol
> proto_deregister_protocol referenced
Hi,
I'd like to use the function proto_deregister_protocol in a dissector. The
problem is that when I build the dissector I get:
packet-bds.obj : error LNK2019: unresolved external symbol
proto_deregister_protocol referenced in function clean_up
I've included proto.h in the source code. Why