Yes, it's a plugin and a dissector, so I put it under dissectors. But that 
isn't the problem, it was under dissectors since Wireshark 1.4 and it always 
worked.
It seems not to find some basic Wireshark libraries like glib and packet, which 
should be accessible from anywhere.

Any other suggestions?


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Maynard, Chris
Sent: Monday, September 03, 2012 1:48 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] compiling plugin for wireshark 1.8.2

All plugins are located under the plugins/ sub-directory.  Yours appears to be 
under epan/dissectors/.
- Chris
________________________________________
From: [email protected] [[email protected]] 
On Behalf Of Maayan Zadik [[email protected]]
Sent: Sunday, September 02, 2012 1:02 PM
To: Developer support list for Wireshark
Subject: [Wireshark-dev]  compiling plugin for wireshark 1.8.2

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

--
CONFIDENTIALITY NOTICE: The information contained in this email message is 
intended only for use of the intended recipient. If the reader of this message 
is not the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately delete it from 
your system and notify the sender by replying to this email.  Thank you.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to