Re: [Wireshark-dev] Developing Wireshark under Visual Studio 2003/2005

2007-02-13 Thread Graham Bloice
Still Life wrote:
 Hi to all,
 H've already worked on a plugin dissector
 for Wireshark and I was able to develop it using
 a visual studio 2003 project.
 Now I need to add some feature to the Statistics
 menu and I'm thinking to create a visual studio project
 to work on the whole Wireshark source code.
 I read the following page but is explained
 only how to build wireshark with the nmake system:
 http://wiki.wireshark.org/Development/MSVC7
 
 Is there someone who have already set up a Visual
 Studio 2003/2005 project I can start with?


Some folks have created their own, but there is no official one, I did
this some time ago for VC6, but abandoned it as unnecessary and
unmaintainable.

With the current build it is likely to be very difficult to integrate
the external tools required.

 Is there some giude/wiki to set up a Visual Studio
 2003/2005 project for the whole Wireshark source?
  

Not that I know of.  Why do you feel that you need to use a project?


-- 
Regards,

Graham Bloice
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Developing Wireshark under Visual Studio 2003/2005

2007-02-13 Thread Still Life

Thank you for the anwers, I asked this question
to be sure there is not some official VS project.
I'll use this solution, feel that will be quite confortable. :-)
TNX,
 Fabio

 You can also create a makefile project to build with the custom wirshark
 makefile.
 Then drop in the sources you want to modify so that you can easily acces
 them via the file view.
 This way you can build and debug as usual.
 Only when adding new files you have to edit the wireshark makefiles.
 But this you have to do anyway.
 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Crea il tuo sito web dinamico con PHP e MySQL - VideoCorso professionale 
direttamente nel tuo computer. Trucchi e segreti
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5142d=13-2
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev