Hi,
I have a plugin that worked in Wireshark 1.7.0 and I tried recompiling
it with Wireshark 1.8.2
Every time I get the following errors, even though I changed nothing.
Wireshark compiled fine )using Visual Studio 2010) and when I looked in
the Help - it had the ID I gave it.
Any advice on what I'm missing?
1>------ Rebuild All started: Project: VC_DAN_LTE, Configuration: Debug
Win32 ------
1> plugin.c
1>c:\wireshark_1.8\epan\dissectors\dan_lte_sdk\plugin.c(11): fatal error
C1083: Cannot open include file: 'gmodule.h': No such file or directory
1> packetDanLteSdk.c
1>c:\wireshark_1.8\epan\dissectors\dan_lte_sdk\packetdanltesdk.c(22):
fatal error C1083: Cannot open include file: 'glib.h': No such file or
directory
1> packet-rlc-lte-dan.c
1>c:\wireshark_1.8\epan\dissectors\dan_lte_sdk\packet-rlc-lte-dan.c(32):
fatal error C1083: Cannot open include file: 'epan/packet.h': No such
file or directory
1> packet-pdcp-lte-dan.c
1>c:\wireshark_1.8\epan\dissectors\dan_lte_sdk\packet-pdcp-lte-dan.c(32)
: fatal error C1083: Cannot open include file: 'epan/packet.h': No such
file or directory
1> packet-mac-lte-dan.c
1>c:\wireshark_1.8\epan\dissectors\dan_lte_sdk\packet-mac-lte-dan.c(28):
fatal error C1083: Cannot open include file: 'epan/packet.h': No such
file or directory
Regards,
Maayan