Re: [Wireshark-dev] Compiling a plugin in Windows

2016-04-05 Thread Juan Jose Martin Carrascosa
OK. Thanks for the information Graham. If I manage somehow to create a build infrastructure for plugins, I will share it. Thanks, Juanjo Martin On Tue, Apr 5, 2016 at 4:26 PM, Graham Bloice wrote: > > > On 5 April 2016 at 15:03, Juan Jose Martin Carrascosa

Re: [Wireshark-dev] Compiling a plugin in Windows

2016-04-05 Thread Graham Bloice
On 5 April 2016 at 15:03, Juan Jose Martin Carrascosa wrote: > Hi everybody, > > I want to compile a plugin (C file) in Windows, to generate a .dll and > provide it to Wireshark. I don't want to compile the whole tree of > Wireshark. I just want to compile this C file. > > Does

[Wireshark-dev] Compiling a plugin in Windows

2016-04-05 Thread Juan Jose Martin Carrascosa
Hi everybody, I want to compile a plugin (C file) in Windows, to generate a .dll and provide it to Wireshark. I don't want to compile the whole tree of Wireshark. I just want to compile this C file. Does anybody have any resource/idea/instructions that can help me? Thanks, Juanjo Martin

Re: [Wireshark-dev] Compiling a plugin

2015-09-23 Thread Juan Jose Martin Carrascosa
Graham and Dario, Many thanks for the info. The option Dario suggests seems good enough for this. I will try to use that approach. Analyzing the CMakeLists.txt file it seems it won't require a lot of changes. Thanks again. This definitively helps. Juanjo Martin On Wed, Sep 23, 2015 at 4:50 PM,

[Wireshark-dev] Compiling a plugin

2015-09-23 Thread Juan Jose Martin Carrascosa
Hi all, I am looking for documentation regarding how to compile a plugin without the build directory. For instance, imagine I develop a plugin and I want to share it with a colleague. He modifies something and wants to compile it. Does he need the full build directory? If any documentation

Re: [Wireshark-dev] Compiling a plugin

2015-09-23 Thread Dario Lombardo
Hi Martin Did you take a look at this ? https://ask.wireshark.org/questions/42914/build-a-plugin-on-linux It should answer to your question. Dario. On Wed, Sep 23, 2015 at 3:52 PM, Juan Jose Martin Carrascosa wrote: > Hi all, > > I am looking for documentation regarding how

Re: [Wireshark-dev] Compiling a plugin

2015-09-23 Thread Graham Bloice
Hi Juan, I vaguely recall some discussion on this, either in the dev,user mail lists or on Gerrit for change to make it easier to just compile a plugin. Unfortunately a quick search of the archives didn't find it. Probably in the last 12 months or so. There's nothing specific in the Developers

Re: [Wireshark-dev] compiling dissector plugin

2010-11-08 Thread Christopher Maynard
Lange Jan-Erik jan-erik.la...@... writes: Ok, before I go further I have to clarify some things. I want to implement a protocol, that is not Ethernet compliant. As I see it, you can tell wireshark to use a certain dissector for a certain protocoll and port by the function

Re: [Wireshark-dev] compiling dissector plugin

2010-11-06 Thread Lange Jan-Erik
...@gtech.com] Gesendet: Freitag, 5. November 2010 15:47 An: wireshark-dev@wireshark.org Betreff: Re: [Wireshark-dev] compiling dissector plugin Lange Jan-Erik jan-erik.la...@... writes: now I'm using linux for creating a wireshark dissector. Compiling Wireshark on Windows 7 64-bit is too strange

[Wireshark-dev] compiling dissector plugin

2010-11-05 Thread Lange Jan-Erik
Hello, now I'm using linux for creating a wireshark dissector. Compiling Wireshark on Windows 7 64-bit is too strange for me. Compiling wireshark finished with no errors. Now I created a dissector as decribed on http://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html I put the files

Re: [Wireshark-dev] compiling dissector plugin

2010-11-05 Thread Christopher Maynard
Lange Jan-Erik jan-erik.la...@... writes: now I'm using linux for creating a wireshark dissector. Compiling Wireshark on Windows 7 64-bit is too strange for me. Well, maybe you can revisit Windows later on if you're able to overcome the SDK installation problems. Compiling wireshark finished