Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-22 Thread wsgd
Manthos S. a écrit : > Thanks for your answers! > > >> in addition to the doc/README.Plugin file, you can also have a look at >> http://wiki.wireshark.org/Development. >> If you have never build anything on Linux, this could help a bit. >> > > I already checked the files you suggested but

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-22 Thread Jaap Keuter
On Fri, 22 Jan 2010 12:48:58 +0100, "Manthos S." wrote: > Thanks for your answers! > >> in addition to the doc/README.Plugin file, you can also have a look at >> http://wiki.wireshark.org/Development. >> If you have never build anything on Linux, this could help a bit. > > I already checked the

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-22 Thread Manthos S.
Thanks for your answers! > in addition to the doc/README.Plugin file, you can also have a look at > http://wiki.wireshark.org/Development. > If you have never build anything on Linux, this could help a bit. I already checked the files you suggested but i still want to clarify something. I have

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-11 Thread Jan Gerbecks
Hi there, in addition to the doc/README.Plugin file, you can also have a look at http://wiki.wireshark.org/Development. If you have never build anything on Linux, this could help a bit. If you already have the dissector code, than you basically have to alter the various makefiles which are lis

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-11 Thread Jaap Keuter
Hi, I would like to point you to doc/README.plugins. There it describes how to add a plugin dissector to a Windows *and* Unix/Linux build If you're looking for development information for Wireshark on Linux itself, the Wireshark Developer's Guide also includes sections for Unix/Linux along wi

[Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-11 Thread Manthos S.
Hello everybody, i have developed and build a dissector plugin in windows but i have to run it on a linux ubuntu machine. I haven't really developed in linux so far, thus i know only the basics. A dissector plugin tutorial for linux would help me a lot. I tried to find one but all i found are uns