Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] make a extension for packet-sctp.c, meet a problem.

From: 黄登辉 <huangdenghui@xxxxxxxxx>
Date: Tue, 29 May 2012 10:05:25 +0800

Hi
    I meet a problem, i define a global variable e.g. g_sctp_packet_analyzing_debug in packet-sctp.c, then we want to access it in tshark.c.
even i  make a statement in tshark.c, i still meet link error undefined reference to `g_sctp_packet_analyzing_debug. i know it should be linked with
packet-sctp.o, but seems that wireshark compile system don't generate object file packet-sctp.o, i am not familiar with wireshark compile system.
Anyone can help me this out? thanks.

Br
steven