[Wireshark-dev] can I generate windows-used plugin on Linux?

2011-08-23 Thread John x
Hi, folks, I developed wireshark plugin for Linux (which is .so). I am wondering whether I can generate plugin for windows(which is .dll) from Linux? If yes, how to do that? Thanks

Re: [Wireshark-dev] can I generate windows-used plugin on Linux?

2011-08-23 Thread Chris Maynard
John x xiachangqin66@... writes: Hi, folks,I developed wireshark plugin for Linux (which is .so). I am wondering whether I can generate plugin for windows(which is .dll) from Linux?If yes, how to do that?Thanks The only way I can think of is if you install Windows in a VM on your Linux box and

Re: [Wireshark-dev] can I generate windows-used plugin on Linux?

2011-08-23 Thread Tony Trinh
It should be possible to cross-compile a DLL from a Linux box, based on: http://ricardo.ecn.wfu.edu/~cottrell/cross-gtk/ 2011/8/23 John x xiachangqi...@hotmail.com Hi, folks, I developed wireshark plugin for Linux (which is .so). I am wondering whether I can generate plugin for