diff options
author | Michael Mann <mmann78@netscape.net> | 2014-03-15 20:32:47 -0400 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-03-16 18:03:41 +0000 |
commit | d8265cd8c66297bb7bf8d2e05482dd196a8804e6 (patch) | |
tree | 8b86e8f2c3202a93aa0b6c025c34e04d8b37755f | |
parent | 51f26ab49a3fa6b0a238483e08548f21a07e048f (diff) | |
download | wireshark-d8265cd8c66297bb7bf8d2e05482dd196a8804e6.tar.gz wireshark-d8265cd8c66297bb7bf8d2e05482dd196a8804e6.tar.bz2 wireshark-d8265cd8c66297bb7bf8d2e05482dd196a8804e6.zip |
Remove Visual Studio solution and project files (and their existence from Makefiles)
There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git)
Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0
Reviewed-on: https://code.wireshark.org/review/681
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | all.vcproj | 74 | ||||
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/doc.vcproj | 189 | ||||
-rw-r--r-- | docbook/Makefile.am | 1 | ||||
-rw-r--r-- | docbook/docbook.vcproj | 310 | ||||
-rw-r--r-- | dumpcap.vcproj | 187 | ||||
-rw-r--r-- | epan/Makefile.am | 1 | ||||
-rw-r--r-- | epan/dissectors/Makefile.am | 1 | ||||
-rw-r--r-- | epan/dissectors/dissectors.vcproj | 115 | ||||
-rw-r--r-- | epan/libwireshark.vcproj | 80 | ||||
-rw-r--r-- | packaging.vcproj | 238 | ||||
-rw-r--r-- | plugins/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/plugins.vcproj | 193 | ||||
-rw-r--r-- | tshark.vcproj | 111 | ||||
-rw-r--r-- | ui/gtk/Makefile.am | 1 | ||||
-rw-r--r-- | ui/gtk/libgtkui.vcproj | 1091 | ||||
-rw-r--r-- | ui/qt/Makefile.am | 1 | ||||
-rw-r--r-- | wireshark.sln | 175 | ||||
-rw-r--r-- | wireshark.vcproj | 78 | ||||
-rw-r--r-- | wiretap/Makefile.am | 1 | ||||
-rw-r--r-- | wiretap/libwiretap.vcproj | 441 |
22 files changed, 1 insertions, 3296 deletions
diff --git a/Makefile.am b/Makefile.am index 1ec8134cdd..31ccca37c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1056,12 +1056,7 @@ EXTRA_DIST = \ ui/win32/print_win32.c \ ui/win32/print_win32.h \ ui/win32/settings.ini \ - CPackConfig.txt \ - all.vcproj \ - dumpcap.vcproj \ - packaging.vcproj \ - tshark.vcproj \ - wireshark.vcproj + CPackConfig.txt install-exec-hook: if HAVE_DUMPCAP_GROUP diff --git a/all.vcproj b/all.vcproj deleted file mode 100644 index 122035b8fb..0000000000 --- a/all.vcproj +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="ALL" - ProjectGUID="{6B137D16-7235-4BB7-9AE3-8842FB238DD1}" - RootNamespace="ALL" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake setup all" - ReBuildCommandLine="nmake -f Makefile.nmake setup distclean all" - CleanCommandLine="nmake -f Makefile.nmake clean_setup distclean" - Output="wireshark-gtk2\wireshark.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Header Files" - > - <File - RelativePath=".\config.h.win32" - > - </File> - </Filter> - <File - RelativePath=".\config.nmake" - > - </File> - <File - RelativePath=".\Makefile.am" - > - </File> - <File - RelativePath=".\Makefile.common" - > - </File> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\tools\win32-setup.sh" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/doc/Makefile.am b/doc/Makefile.am index 6ab7fd0538..7997fcaa92 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -264,7 +264,6 @@ EXTRA_DIST = \ capinfos.pod \ dfilter2pod.pl \ dftest.pod \ - doc.vcproj \ dumpcap.pod \ editcap.pod \ eproto2sgml \ diff --git a/doc/doc.vcproj b/doc/doc.vcproj deleted file mode 100644 index e4eba01c06..0000000000 --- a/doc/doc.vcproj +++ /dev/null @@ -1,189 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="doc" - ProjectGUID="{527CC23A-32CD-438C-AF42-DF1D9A96EE4D}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake doc" - ReBuildCommandLine="nmake -f Makefile.nmake clean doc" - CleanCommandLine="nmake -f Makefile.nmake clean" - Output="" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="doc.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="README" - > - <File - RelativePath=".\randpkt.txt" - > - </File> - <File - RelativePath=".\README.capture" - > - </File> - <File - RelativePath=".\README.design" - > - </File> - <File - RelativePath=".\README.developer" - > - </File> - <File - RelativePath=".\README.display_filter" - > - </File> - <File - RelativePath=".\README.idl2wrs" - > - </File> - <File - RelativePath=".\README.malloc" - > - </File> - <File - RelativePath=".\README.packaging" - > - </File> - <File - RelativePath=".\README.plugins" - > - </File> - <File - RelativePath=".\README.regression" - > - </File> - <File - RelativePath=".\README.request_response_tracking" - > - </File> - <File - RelativePath=".\README.stats_tree" - > - </File> - <File - RelativePath=".\README.tapping" - > - </File> - <File - RelativePath=".\README.wmem" - > - </File> - <File - RelativePath=".\README.xml-output" - > - </File> - </Filter> - <Filter - Name="pod" - > - <File - RelativePath=".\capinfos.pod" - > - </File> - <File - RelativePath=".\dumpcap.pod" - > - </File> - <File - RelativePath=".\editcap.pod" - > - </File> - <File - RelativePath=".\idl2wrs.pod" - > - </File> - <File - RelativePath=".\mergecap.pod" - > - </File> - <File - RelativePath=".\text2pcap.pod" - > - </File> - <File - RelativePath=".\tshark.pod" - > - </File> - <File - RelativePath=".\wireshark-filter.pod" - > - </File> - <File - RelativePath=".\wireshark.pod" - > - </File> - </Filter> - <File - RelativePath=".\dfilter2pod.pl" - > - </File> - <File - RelativePath=".\eproto2sgml" - > - </File> - <File - RelativePath=".\Makefile.am" - > - </File> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\sgml.doc.template" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/docbook/Makefile.am b/docbook/Makefile.am index 4be190cbe2..d961786361 100644 --- a/docbook/Makefile.am +++ b/docbook/Makefile.am @@ -285,7 +285,6 @@ EXTRA_DIST = \ $(WSDG_DIST) \ $(RELEASE_NOTES_SOURCE) \ check_git_version.sh \ - docbook.vcproj \ dfilter2xml.pl \ make-wsluarm.pl \ README.txt \ diff --git a/docbook/docbook.vcproj b/docbook/docbook.vcproj deleted file mode 100644 index 114a80ee4b..0000000000 --- a/docbook/docbook.vcproj +++ /dev/null @@ -1,310 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="docbook" - ProjectGUID="{36D0C052-05E5-4220-9451-5E907DFE7BC4}" - RootNamespace="docbook" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="all|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake all" - ReBuildCommandLine="" - CleanCommandLine="nmake -f Makefile.nmake clean" - Output="" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="wsug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake wsug" - ReBuildCommandLine="" - CleanCommandLine="nmake -f Makefile.nmake clean" - Output="" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="wsdg|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake wsdg" - ReBuildCommandLine="" - CleanCommandLine="nmake -f Makefile.nmake clean" - Output="" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="lua" - > - <File - RelativePath=".\make-wsluarm.pl" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_dumper.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_field.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_gui.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_listener.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_pinfo.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_proto.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_tree.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_tvb.xml" - > - </File> - <File - RelativePath=".\wsluarm_src\wslua_util.xml" - > - </File> - <File - RelativePath=".\wsluarm.xml" - > - </File> - </Filter> - <Filter - Name="user-guide" - > - <File - RelativePath=".\user-guide.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_app_files.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_app_howitworks.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_app_messages.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_app_protocols.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_app_tools.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_advanced.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_build_install.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_capture.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_customize.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_introduction.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_io.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_statistics.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_troubleshoot.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_use.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_chapter_work.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_meta_info.xml" - > - </File> - <File - RelativePath=".\wsug_src\WSUG_preface.xml" - > - </File> - </Filter> - <Filter - Name="developer-guide" - > - <File - RelativePath=".\developer-guide.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_build_intro.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_capture.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_dissection.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_env_intro.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_libraries.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_quick_setup.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_sources.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_tools.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_userinterface.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_chapter_works.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_meta_info.xml" - > - </File> - <File - RelativePath=".\wsdg_src\WSDG_preface.xml" - > - </File> - </Filter> - <Filter - Name="release-notes" - > - <File - RelativePath=".\release-notes.xml" - > - </File> - </Filter> - <File - RelativePath=".\check_git_version.sh" - > - </File> - <File - RelativePath=".\custom_layer_pdf.xsl" - > - </File> - <File - RelativePath=".\dfilter2xml.pl" - > - </File> - <File - RelativePath=".\GPL_appendix.xml" - > - </File> - <File - RelativePath=".\Makefile" - > - </File> - <File - RelativePath=".\Makefile.auto.am" - > - </File> - <File - RelativePath=".\Makefile.common" - > - </File> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\ws.css" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/dumpcap.vcproj b/dumpcap.vcproj deleted file mode 100644 index 1988686955..0000000000 --- a/dumpcap.vcproj +++ /dev/null @@ -1,187 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="dumpcap" - ProjectGUID="{D1417D47-E273-4A90-A49B-6BAF4485CA58}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake dumpcap.exe" - ReBuildCommandLine="" - CleanCommandLine="" - Output="wireshark-gtk2\dumpcap.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="dumpcap.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\capture-pcap-util.c" - > - </File> - <File - RelativePath=".\capture_loop.c" - > - </File> - <File - RelativePath=".\capture_opts.c" - > - </File> - <File - RelativePath=".\capture_stop_conditions.c" - > - </File> - <File - RelativePath=".\clopts_common.c" - > - </File> - <File - RelativePath=".\conditions.c" - > - </File> - <File - RelativePath=".\dumpcap.c" - > - </File> - <File - RelativePath=".\pcapio.c" - > - </File> - <File - RelativePath=".\ringbuffer.c" - > - </File> - <File - RelativePath=".\sync_pipe_write.c" - > - </File> - <File - RelativePath=".\epan\unicode-utils.c" - > - </File> - <File - RelativePath=".\version_info.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\capture-pcap-util-int.h" - > - </File> - <File - RelativePath=".\capture-pcap-util.h" - > - </File> - <File - RelativePath=".\capture.h" - > - </File> - <File - RelativePath=".\capture_loop.h" - > - </File> - <File - RelativePath=".\capture_opts.h" - > - </File> - <File - RelativePath=".\capture_stop_conditions.h" - > - </File> - <File - RelativePath=".\capture_sync.h" - > - </File> - <File - RelativePath=".\clopts_common.h" - > - </File> - <File - RelativePath=".\conditions.h" - > - </File> - <File - RelativePath=".\pcapio.h" - > - </File> - <File - RelativePath=".\ringbuffer.h" - > - </File> - <File - RelativePath=".\sync_pipe.h" - > - </File> - <File - RelativePath=".\epan\unicode-utils.h" - > - </File> - <File - RelativePath=".\version_info.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/epan/Makefile.am b/epan/Makefile.am index e14305abfc..518ada561e 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -101,7 +101,6 @@ EXTRA_DIST = \ dtd_parse.h \ dtd_preparse.l \ enterprise-numbers \ - libwireshark.vcproj \ Makefile.common \ Makefile.nmake \ radius_dict.l \ diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index 7b634523ff..6b6fa11659 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -55,7 +55,6 @@ EXTRA_DIST = \ Makefile.nmake \ packet-ncp2222.inc \ README.X11 \ - dissectors.vcproj \ x11-fields packet-ncp2222.c : $(top_srcdir)/tools/ncp2222.py diff --git a/epan/dissectors/dissectors.vcproj b/epan/dissectors/dissectors.vcproj deleted file mode 100644 index dec7d6bbf6..0000000000 --- a/epan/dissectors/dissectors.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="dissectors" - ProjectGUID="{7D31A4A1-6663-4935-B28D-E179D0D14023}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="dissectors.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="dissectors.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\packet-dcerpc.c" - > - </File> - <File - RelativePath=".\packet-dcp.c" - > - </File> - <File - RelativePath=".\packet-dmp.c" - > - </File> - <File - RelativePath=".\packet-tcp.c" - > - </File> - <File - RelativePath=".\packet-udp.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\packet-dcerpc.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\readme.txt" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/epan/libwireshark.vcproj b/epan/libwireshark.vcproj deleted file mode 100644 index 23cb5693f6..0000000000 --- a/epan/libwireshark.vcproj +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libwireshark" - ProjectGUID="{78DC3973-9100-4C4E-B135-822B623A2EAF}" - RootNamespace="libwireshark" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - </Filter> - <Filter - Name="NMake" - > - <File - RelativePath=".\Makefile.nmake" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/packaging.vcproj b/packaging.vcproj deleted file mode 100644 index 38131b2dbd..0000000000 --- a/packaging.vcproj +++ /dev/null @@ -1,238 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="packaging" - ProjectGUID="{F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}" - RootNamespace="packaging" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="NSIS|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake packaging" - ReBuildCommandLine="" - CleanCommandLine="" - Output="packaging\nsis\wireshark-setup-0.99.7.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="U3|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake packaging" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="zip_gtk1|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake packaging-zip1" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="zip_gtk2|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake packaging_zip2" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="PortableApps|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake packaging_papps" - ReBuildCommandLine="" - CleanCommandLine="" - Output="" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="u3.win32" - > - <File - RelativePath=".\packaging\u3\win32\makefile.nmake" - > - </File> - <File - RelativePath=".\packaging\u3\win32\manifest.tmpl" - > - </File> - <File - RelativePath=".\packaging\u3\win32\README.txt" - > - </File> - <File - RelativePath=".\packaging\u3\win32\u3util.c" - > - </File> - </Filter> - <Filter - Name="u3.tools" - > - <File - RelativePath=".\packaging\u3\tools\makefile.nmake" - > - </File> - <File - RelativePath=".\packaging\u3\tools\README.txt" - > - </File> - <File - RelativePath=".\packaging\u3\tools\sysdep.c" - > - </File> - <File - RelativePath=".\packaging\u3\tools\sysdep.h" - > - </File> - <File - RelativePath=".\packaging\u3\tools\utest.c" - > - </File> - <File - RelativePath=".\packaging\u3\tools\uuid.c" - > - </File> - <File - RelativePath=".\packaging\u3\tools\uuid.h" - > - </File> - </Filter> - <Filter - Name="nsis" - > - <File - RelativePath=".\packaging\nsis\AdditionalTasksPage.ini" - > - </File> - <File - RelativePath=".\packaging\nsis\GetWindowsVersion.nsh" - > - </File> - <File - RelativePath=".\packaging\nsis\Makefile.am" - > - </File> - <File - RelativePath=".\packaging\nsis\Makefile.nmake" - > - </File> - <File - RelativePath=".\packaging\nsis\servicelib.nsh" - > - </File> - <File - RelativePath=".\packaging\nsis\WinPcapPage.ini" - > - </File> - <File - RelativePath=".\packaging\nsis\wireshark.nsi" - > - </File> - </Filter> - <Filter - Name="PortableApps" - > - <File - RelativePath=".\packaging\portableapps\win32\appinfo.tmpl" - > - </File> - <File - RelativePath=".\packaging\portableapps\win32\Installer.nsi" - > - </File> - <File - RelativePath=".\packaging\portableapps\win32\makefile.nmake" - > - </File> - <File - RelativePath=".\packaging\portableapps\win32\readme.txt" - > - </File> - <File - RelativePath=".\packaging\portableapps\win32\WiresharkPortable.ini" - > - </File> - <File - RelativePath=".\packaging\portableapps\win32\WiresharkPortable.nsi" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/plugins/Makefile.am b/plugins/Makefile.am index f51ce173eb..fbabf1b26f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -42,7 +42,6 @@ plugindir = @plugindir@ EXTRA_DIST = \ $(_CUSTOM_EXTRA_DIST_) \ - plugins.vcproj \ Makefile.common.inc \ Makefile.nmake \ Custom.make.example \ diff --git a/plugins/plugins.vcproj b/plugins/plugins.vcproj deleted file mode 100644 index eb2e3784bb..0000000000 --- a/plugins/plugins.vcproj +++ /dev/null @@ -1,193 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="plugins" - ProjectGUID="{42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake all" - ReBuildCommandLine="" - CleanCommandLine="" - Output="plugins.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake all" - ReBuildCommandLine="" - CleanCommandLine="" - Output="plugins.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="profinet" - > - <File - RelativePath=".\profinet\AUTHORS" - > - </File> - <File - RelativePath=".\profinet\ChangeLog" - > - </File> - <File - RelativePath=".\profinet\COPYING" - > - </File> - <File - RelativePath=".\profinet\INSTALL" - > - </File> - <File - RelativePath=".\profinet\Makefile.am" - > - </File> - <File - RelativePath=".\profinet\Makefile.common" - > - </File> - <File - RelativePath=".\profinet\Makefile.nmake" - > - </File> - <File - RelativePath=".\profinet\moduleinfo.h" - > - </File> - <File - RelativePath=".\profinet\moduleinfo.nmake" - > - </File> - <File - RelativePath=".\profinet\NEWS" - > - </File> - <File - RelativePath=".\profinet\packet-dcerpc-pn-io.c" - > - </File> - <File - RelativePath=".\profinet\packet-dcom-cba-acco.c" - > - </File> - <File - RelativePath=".\profinet\packet-dcom-cba-acco.h" - > - </File> - <File - RelativePath=".\profinet\packet-dcom-cba.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn-dcp.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn-mrp.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn-mrrt.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn-ptcp.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn-rt.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn.c" - > - </File> - <File - RelativePath=".\profinet\packet-pn.h" - > - </File> - <File - RelativePath=".\profinet\plugin.rc.in" - > - </File> - </Filter> - <Filter - Name="agentx" - > - <File - RelativePath=".\agentx\AUTHORS" - > - </File> - <File - RelativePath=".\agentx\Makefile.am" - > - </File> - <File - RelativePath=".\agentx\Makefile.common" - > - </File> - <File - RelativePath=".\agentx\Makefile.nmake" - > - </File> - <File - RelativePath=".\agentx\moduleinfo.h" - > - </File> - <File - RelativePath=".\agentx\moduleinfo.nmake" - > - </File> - <File - RelativePath=".\agentx\packet-agentx.c" - > - </File> - <File - RelativePath=".\agentx\plugin.rc.in" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/tshark.vcproj b/tshark.vcproj deleted file mode 100644 index 2c77751161..0000000000 --- a/tshark.vcproj +++ /dev/null @@ -1,111 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="tshark" - ProjectGUID="{96D3AB33-BFA5-4161-B936-8C40D62A44F8}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake debug-tshark" - ReBuildCommandLine="" - CleanCommandLine="" - Output="wireshark-gtk2\tshark.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="tshark.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\capture_opts.c" - > - </File> - <File - RelativePath=".\capture_sync.c" - > - </File> - <File - RelativePath=".\tshark.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\capture-pcap-util.h" - > - </File> - <File - RelativePath=".\capture_sync.h" - > - </File> - <File - RelativePath=".\capture_ui_utils.h" - > - </File> - <File - RelativePath=".\pcapio.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am index 1138244fc5..d280ff9127 100644 --- a/ui/gtk/Makefile.am +++ b/ui/gtk/Makefile.am @@ -189,7 +189,6 @@ EXTRA_DIST = \ capture_if_details_dlg_win32.h \ CMakeLists.txt \ doxygen.cfg.in \ - libgtkui.vcproj \ main_airpcap_toolbar.c \ Makefile.common \ Makefile.nmake \ diff --git a/ui/gtk/libgtkui.vcproj b/ui/gtk/libgtkui.vcproj deleted file mode 100644 index a9f9e1ace4..0000000000 --- a/ui/gtk/libgtkui.vcproj +++ /dev/null @@ -1,1091 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libgtkui" - ProjectGUID="{57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="libgtkui.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="libgtkui.exe" - PreprocessorDefinitions="WIN32;NDEBUG;HAVE_LIBPCAP;HAVE_LIBPORTAUDIO" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\about_dlg.c" - > - </File> - <File - RelativePath=".\airpcap_dlg.c" - > - </File> - <File - RelativePath=".\airpcap_gui_utils.c" - > - </File> - <File - RelativePath=".\capture_dlg.c" - > - </File> - <File - RelativePath=".\capture_file_dlg.c" - > - </File> - <File - RelativePath=".\capture_if_details_dlg_win32.c" - > - </File> - <File - RelativePath=".\capture_if_dlg.c" - > - </File> - <File - RelativePath=".\capture_info_dlg.c" - > - </File> - <File - RelativePath=".\cfilter_combo_utils.c" - > - </File> - <File - RelativePath=".\color_dlg.c" - > - </File> - <File - RelativePath=".\color_edit_dlg.c" - > - </File> - <File - RelativePath=".\color_utils.c" - > - </File> - <File - RelativePath=".\conversations_table.c" - > - </File> - <File - RelativePath=".\decode_as_ber.c" - > - </File> - <File - RelativePath=".\decode_as_dcerpc.c" - > - </File> - <File - RelativePath=".\decode_as_dlg.c" - > - </File> - <File - RelativePath=".\dfilter_expr_dlg.c" - > - </File> - <File - RelativePath=".\dlg_utils.c" - > - </File> - <File - RelativePath=".\drag_and_drop.c" - > - </File> - <File - RelativePath=".\expert_comp_table.c" - > - </File> - <File - RelativePath=".\export_object_dlg.c" - > - </File> - <File - RelativePath=".\file_dlg.c" - > - </File> - <File - RelativePath=".\file_dlg_win32.c" - > - </File> - <File - RelativePath=".\fileset_dlg.c" - > - </File> - <File - RelativePath=".\filter_dlg.c" - > - </File> - <File - RelativePath=".\find_dlg.c" - > - </File> - <File - RelativePath=".\firewall_dlg.c" - > - </File> - <File - RelativePath=".\follow_ssl.c" - > - </File> - <File - RelativePath=".\follow_stream.c" - > - </File> - <File - RelativePath=".\follow_tcp.c" - > - </File> - <File - RelativePath=".\follow_udp.c" - > - </File> - <File - RelativePath=".\font_utils.c" - > - </File> - <File - RelativePath=".\goto_dlg.c" - > - </File> - <File - RelativePath=".\graph_analysis.c" - > - </File> - <File - RelativePath=".\gui_stat_util.c" - > - </File> - <File - RelativePath=".\gui_utils.c" - > - </File> - <File - RelativePath=".\help_dlg.c" - > - </File> - <File - RelativePath=".\hostlist_table.c" - > - </File> - <File - RelativePath=".\macros_dlg.c" - > - </File> - <File - RelativePath=".\main.c" - > - </File> - <File - RelativePath=".\main_airpcap_toolbar.c" - > - </File> - <File - RelativePath=".\main_filter_toolbar.c" - > - </File> - <File - RelativePath=".\main_proto_draw.c" - > - </File> - <File - RelativePath=".\main_statusbar.c" - > - </File> - <File - RelativePath=".\main_toolbar.c" - > - </File> - <File - RelativePath=".\main_welcome.c" - > - </File> - <File - RelativePath=".\mcast_stream.c" - > - </File> - <File - RelativePath=".\packet_history.c" - > - </File> - <File - RelativePath=".\packet_win.c" - > - </File> - <File - RelativePath=".\pixmap_save.c" - > - </File> - <File - RelativePath=".\plugins_dlg.c" - > - </File> - <File - RelativePath=".\prefs_capture.c" - > - </File> - <File - RelativePath=".\prefs_column.c" - > - </File> - <File - RelativePath=".\prefs_dlg.c" - > - </File> - <File - RelativePath=".\prefs_gui.c" - > - </File> - <File - RelativePath=".\prefs_layout.c" - > - </File> - <File - RelativePath=".\prefs_nameres.c" - > - </File> - <File - RelativePath=".\prefs_print.c" - > - </File> - <File - RelativePath=".\prefs_rtp_player.c" - > - </File> - <File - RelativePath=".\prefs_stream.c" - > - </File> - <File - RelativePath=".\print_dlg.c" - > - </File> - <File - RelativePath=".\print_win32.c" - > - </File> - <File - RelativePath=".\profile_dlg.c" - > - </File> - <File - RelativePath=".\progress_dlg.c" - > - </File> - <File - RelativePath=".\proto_dlg.c" - > - </File> - <File - RelativePath=".\proto_hier_stats_dlg.c" - > - </File> - <File - RelativePath=".\range_utils.c" - > - </File> - <File - RelativePath=".\recent.c" - > - </File> - <File - RelativePath=".\rtp_player.c" - > - </File> - <File - RelativePath=".\rtp_stream.c" - > - </File> - <File - RelativePath=".\sctp_byte_graph_dlg.c" - > - </File> - <File - RelativePath=".\sctp_error_dlg.c" - > - </File> - <File - RelativePath=".\sctp_graph_dlg.c" - > - </File> - <File - RelativePath=".\sctp_stat.c" - > - </File> - <File - RelativePath=".\service_response_time_table.c" - > - </File> - <File - RelativePath=".\simple_dialog.c" - > - </File> - <File - RelativePath=".\stock_icons.c" - > - </File> - <File - RelativePath=".\summary_dlg.c" - > - </File> - <File - RelativePath=".\supported_protos_dlg.c" - > - </File> - <File - RelativePath=".\tap_dfilter_dlg.c" - > - </File> - <File - RelativePath=".\text_page_utils.c" - > - </File> - <File - RelativePath=".\u3.c" - > - </File> - <File - RelativePath=".\uat_gui.c" - > - </File> - <File - RelativePath=".\voip_calls.c" - > - </File> - <File - RelativePath=".\webbrowser.c" - > - </File> - <File - RelativePath=".\wireshark-tap-register.c" - > - </File> - <Filter - Name="Taps" - > - <File - RelativePath=".\afp_stat.c" - > - </File> - <File - RelativePath=".\ansi_a_stat.c" - > - </File> - <File - RelativePath=".\ansi_map_stat.c" - > - </File> - <File - RelativePath=".\bootp_stat.c" - > - </File> - <File - RelativePath=".\camel_counter.c" - > - </File> - <File - RelativePath=".\camel_srt.c" - > - </File> - <File - RelativePath=".\conversations_eth.c" - > - </File> - <File - RelativePath=".\conversations_fc.c" - > - </File> - <File - RelativePath=".\conversations_fddi.c" - > - </File> - <File - RelativePath=".\conversations_ip.c" - > - </File> - <File - RelativePath=".\conversations_ipx.c" - > - </File> - <File - RelativePath=".\conversations_jxta.c" - > - </File> - <File - RelativePath=".\conversations_ncp.c" - > - </File> - <File - RelativePath=".\conversations_rsvp.c" - > - </File> - <File - RelativePath=".\conversations_sctp.c" - > - </File> - <File - RelativePath=".\conversations_tcpip.c" - > - </File> - <File - RelativePath=".\conversations_tr.c" - > - </File> - <File - RelativePath=".\conversations_udpip.c" - > - </File> - <File - RelativePath=".\conversations_usb.c" - > - </File> - <File - RelativePath=".\conversations_wlan.c" - > - </File> - <File - RelativePath=".\dcerpc_stat.c" - > - </File> - <File - RelativePath=".\expert_comp_dlg.c" - > - </File> - <File - RelativePath=".\expert_dlg.c" - > - </File> - <File - RelativePath=".\fc_stat.c" - > - </File> - <File - RelativePath=".\flow_graph.c" - > - </File> - <File - RelativePath=".\funnel_stat.c" - > - </File> - <File - RelativePath=".\gsm_a_stat.c" - > - </File> - <File - RelativePath=".\gsm_map_stat.c" - > - </File> - <File - RelativePath=".\gsm_map_summary.c" - > - </File> - <File - RelativePath=".\h225_counter.c" - > - </File> - <File - RelativePath=".\h225_ras_srt.c" - > - </File> - <File - RelativePath=".\hostlist_eth.c" - > - </File> - <File - RelativePath=".\hostlist_fc.c" - > - </File> - <File - RelativePath=".\hostlist_fddi.c" - > - </File> - <File - RelativePath=".\hostlist_ip.c" - > - </File> - <File - RelativePath=".\hostlist_ipx.c" - > - </File> - <File - RelativePath=".\hostlist_jxta.c" - > - </File> - <File - RelativePath=".\hostlist_ncp.c" - > - </File> - <File - RelativePath=".\hostlist_rsvp.c" - > - </File> - <File - RelativePath=".\hostlist_sctp.c" - > - </File> - <File - RelativePath=".\hostlist_tcpip.c" - > - </File> - <File - RelativePath=".\hostlist_tr.c" - > - </File> - <File - RelativePath=".\hostlist_udpip.c" - > - </File> - <File - RelativePath=".\hostlist_usb.c" - > - </File> - <File - RelativePath=".\hostlist_wlan.c" - > - </File> - <File - RelativePath=".\io_stat.c" - > - </File> - <File - RelativePath=".\ldap_stat.c" - > - </File> - <File - RelativePath=".\mcast_stream_dlg.c" - > - </File> - <File - RelativePath=".\mgcp_stat.c" - > - </File> - <File - RelativePath=".\mtp3_stat.c" - > - </File> - <File - RelativePath=".\mtp3_summary.c" - > - </File> - <File - RelativePath=".\ncp_stat.c" - > - </File> - <File - RelativePath=".\radius_stat.c" - > - </File> - <File - RelativePath=".\rpc_progs.c" - > - </File> - <File - RelativePath=".\rpc_stat.c" - > - </File> - <File - RelativePath=".\rtp_analysis.c" - > - </File> - <File - RelativePath=".\rtp_stream_dlg.c" - > - </File> - <File - RelativePath=".\scsi_stat.c" - > - </File> - <File - RelativePath=".\sctp_assoc_analyse.c" - > - </File> - <File - RelativePath=".\sctp_chunk_stat.c" - > - </File> - <File - RelativePath=".\sctp_chunk_stat_dlg.c" - > - </File> - <File - RelativePath=".\sctp_stat_dlg.c" - > - </File> - <File - RelativePath=".\sip_stat.c" - > - </File> - <File - RelativePath=".\smb2_stat.c" - > - </File> - <File - RelativePath=".\smb_stat.c" - > - </File> - <File - RelativePath=".\stats_tree_stat.c" - > - </File> - <File - RelativePath=".\t38_analysis.c" - > - </File> - <File - RelativePath=".\tcp_graph.c" - > - </File> - <File - RelativePath=".\voip_calls_dlg.c" - > - </File> - <File - RelativePath=".\wlan_stat_dlg.c" - > - </File> - <File - RelativePath=".\wsp_stat.c" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\about_dlg.h" - > - </File> - <File - RelativePath=".\airpcap_dlg.h" - > - </File> - <File - RelativePath=".\airpcap_gui_utils.h" - > - </File> - <File - RelativePath=".\capture_dlg.h" - > - </File> - <File - RelativePath=".\capture_file_dlg.h" - > - </File> - <File - RelativePath=".\capture_if_details_dlg_win32.h" - > - </File> - <File - RelativePath=".\cfilter_combo_utils.h" - > - </File> - <File - RelativePath=".\color_dlg.h" - > - </File> - <File - RelativePath=".\color_edit_dlg.h" - > - </File> - <File - RelativePath=".\color_utils.h" - > - </File> - <File - RelativePath=".\conversations_table.h" - > - </File> - <File - RelativePath=".\decode_as_ber.h" - > - </File> - <File - RelativePath=".\decode_as_dcerpc.h" - > - </File> - <File - RelativePath=".\decode_as_dlg.h" - > - </File> - <File - RelativePath=".\dfilter_expr_dlg.h" - > - </File> - <File - RelativePath=".\dlg_utils.h" - > - </File> - <File - RelativePath=".\drag_and_drop.h" - > - </File> - <File - RelativePath=".\expert_comp_dlg.h" - > - </File> - <File - RelativePath=".\expert_comp_table.h" - > - </File> - <File - RelativePath=".\export_object_dlg.h" - > - </File> - <File - RelativePath=".\file_dlg.h" - > - </File> - <File - RelativePath=".\file_dlg_win32.h" - > - </File> - <File - RelativePath=".\fileset_dlg.h" - > - </File> - <File - RelativePath=".\filter_dlg.h" - > - </File> - <File - RelativePath=".\find_dlg.h" - > - </File> - <File - RelativePath=".\firewall_dlg.h" - > - </File> - <File - RelativePath=".\follow_ssl.h" - > - </File> - <File - RelativePath=".\follow_stream.h" - > - </File> - <File - RelativePath=".\follow_tcp.h" - > - </File> - <File - RelativePath=".\follow_udp.h" - > - </File> - <File - RelativePath=".\font_utils.h" - > - </File> - <File - RelativePath=".\goto_dlg.h" - > - </File> - <File - RelativePath=".\graph_analysis.h" - > - </File> - <File - RelativePath=".\gsm_map_stat.h" - > - </File> - <File - RelativePath=".\gtkglobals.h" - > - </File> - <File - RelativePath=".\gui_stat_menu.h" - > - </File> - <File - RelativePath=".\gui_stat_util.h" - > - </File> - <File - RelativePath=".\gui_utils.h" - > - </File> - <File - RelativePath=".\help_dlg.h" - > - </File> - <File - RelativePath=".\hostlist_table.h" - > - </File> - <File - RelativePath=".\keys.h" - > - </File> - <File - RelativePath=".\macros_dlg.h" - > - </File> - <File - RelativePath=".\main.h" - > - </File> - <File - RelativePath=".\main_airpcap_toolbar.h" - > - </File> - <File - RelativePath=".\main_filter_toolbar.h" - > - </File> - <File - RelativePath=".\main_proto_draw.h" - > - </File> - <File - RelativePath=".\main_statusbar.h" - > - </File> - <File - RelativePath=".\main_toolbar.h" - > - </File> - <File - RelativePath=".\main_welcome.h" - > - </File> - <File - RelativePath=".\mcast_stream.h" - > - </File> - <File - RelativePath=".\mcast_stream_dlg.h" - > - </File> - <File - RelativePath=".\menus.h" - > - </File> - <File - RelativePath=".\mtp3_stat.h" - > - </File> - <File - RelativePath=".\packet_history.h" - > - </File> - <File - RelativePath=".\packet_win.h" - > - </File> - <File - RelativePath=".\pixmap_save.h" - > - </File> - <File - RelativePath=".\plugins_dlg.h" - > - </File> - <File - RelativePath=".\prefs_capture.h" - > - </File> - <File - RelativePath=".\prefs_column.h" - > - </File> - <File - RelativePath=".\prefs_dlg.h" - > - </File> - <File - RelativePath=".\prefs_gui.h" - > - </File> - <File - RelativePath=".\prefs_layout.h" - > - </File> - <File - RelativePath=".\prefs_nameres.h" - > - </File> - <File - RelativePath=".\prefs_print.h" - > - </File> - <File - RelativePath=".\prefs_rtp_player.h" - > - </File> - <File - RelativePath=".\prefs_stream.h" - > - </File> - <File - RelativePath=".\print_win32.h" - > - </File> - <File - RelativePath=".\profile_dlg.h" - > - </File> - <File - RelativePath=".\proto_dlg.h" - > - </File> - <File - RelativePath=".\proto_hier_stats_dlg.h" - > - </File> - <File - RelativePath=".\range_utils.h" - > - </File> - <File - RelativePath=".\recent.h" - > - </File> - <File - RelativePath="..\rtp_analysis.h" - > - </File> - <File - RelativePath=".\rtp_player.h" - > - </File> - <File - RelativePath="..\rtp_stream.h" - > - </File> - <File - RelativePath=".\rtp_stream_dlg.h" - > - </File> - <File - RelativePath=".\sat.h" - > - </File> - <File - RelativePath=".\sctp_stat.h" - > - </File> - <File - RelativePath=".\service_response_time_table.h" - > - </File> - <File - RelativePath=".\stock_icons.h" - > - </File> - <File - RelativePath=".\summary_dlg.h" - > - </File> - <File - RelativePath=".\supported_protos_dlg.h" - > - </File> - <File - RelativePath=".\tap_dfilter_dlg.h" - > - </File> - <File - RelativePath=".\text_page_utils.h" - > - </File> - <File - RelativePath=".\u3.h" - > - </File> - <File - RelativePath=".\uat_gui.h" - > - </File> - <File - RelativePath=".\voip_calls.h" - > - </File> - <File - RelativePath=".\voip_calls_dlg.h" - > - </File> - <File - RelativePath=".\webbrowser.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - <File - RelativePath=".\doxygen.cfg.in" - > - </File> - <File - RelativePath=".\Makefile.am" - > - </File> - <File - RelativePath=".\Makefile.common" - > - </File> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\STATUS.gtk2" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am index f005f1a703..2c8820af97 100644 --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -242,7 +242,6 @@ remote_icons.h: done # XXX to be created -# libqtui.vcproj # Makefile.nmake EXTRA_DIST = \ $(GENERATOR_FILES) \ diff --git a/wireshark.sln b/wireshark.sln deleted file mode 100644 index 479ceae27a..0000000000 --- a/wireshark.sln +++ /dev/null @@ -1,175 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL", "all.vcproj", "{6B137D16-7235-4BB7-9AE3-8842FB238DD1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libwireshark", "epan\libwireshark.vcproj", "{78DC3973-9100-4C4E-B135-822B623A2EAF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "docbook", "docbook\docbook.vcproj", "{36D0C052-05E5-4220-9451-5E907DFE7BC4}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "packaging", "packaging.vcproj", "{F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wireshark", "wireshark.vcproj", "{684AC70D-E5DC-4E42-B70A-DF512A43335C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libwiretap", "wiretap\libwiretap.vcproj", "{CD04EABB-BA03-446F-9A63-A00C08138E91}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgtkui", "ui\gtk\libgtkui.vcproj", "{57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dumpcap", "dumpcap.vcproj", "{D1417D47-E273-4A90-A49B-6BAF4485CA58}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tshark", "tshark.vcproj", "{96D3AB33-BFA5-4161-B936-8C40D62A44F8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc", "doc\doc.vcproj", "{527CC23A-32CD-438C-AF42-DF1D9A96EE4D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugins", "plugins\plugins.vcproj", "{42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dissectors", "epan\dissectors\dissectors.vcproj", "{7D31A4A1-6663-4935-B28D-E179D0D14023}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - PortableApps|Win32 = PortableApps|Win32 - Release|Win32 = Release|Win32 - wsdg|Win32 = wsdg|Win32 - zip_gtk1|Win32 = zip_gtk1|Win32 - zip_gtk2|Win32 = zip_gtk2|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.PortableApps|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.PortableApps|Win32.Build.0 = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.Release|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.Release|Win32.Build.0 = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.wsdg|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.wsdg|Win32.Build.0 = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.zip_gtk1|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.zip_gtk1|Win32.Build.0 = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.zip_gtk2|Win32.ActiveCfg = Debug|Win32 - {6B137D16-7235-4BB7-9AE3-8842FB238DD1}.zip_gtk2|Win32.Build.0 = Debug|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.Debug|Win32.ActiveCfg = Debug|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.PortableApps|Win32.ActiveCfg = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.PortableApps|Win32.Build.0 = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.Release|Win32.ActiveCfg = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.Release|Win32.Build.0 = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.wsdg|Win32.ActiveCfg = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.wsdg|Win32.Build.0 = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.zip_gtk1|Win32.Build.0 = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {78DC3973-9100-4C4E-B135-822B623A2EAF}.zip_gtk2|Win32.Build.0 = Release|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.Debug|Win32.ActiveCfg = wsug|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.PortableApps|Win32.ActiveCfg = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.PortableApps|Win32.Build.0 = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.Release|Win32.ActiveCfg = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.Release|Win32.Build.0 = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.wsdg|Win32.ActiveCfg = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.wsdg|Win32.Build.0 = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.zip_gtk1|Win32.ActiveCfg = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.zip_gtk1|Win32.Build.0 = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.zip_gtk2|Win32.ActiveCfg = wsdg|Win32 - {36D0C052-05E5-4220-9451-5E907DFE7BC4}.zip_gtk2|Win32.Build.0 = wsdg|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.Debug|Win32.ActiveCfg = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.Debug|Win32.Build.0 = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.PortableApps|Win32.ActiveCfg = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.PortableApps|Win32.Build.0 = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.Release|Win32.ActiveCfg = zip_gtk2|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.Release|Win32.Build.0 = zip_gtk2|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.wsdg|Win32.ActiveCfg = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.wsdg|Win32.Build.0 = PortableApps|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.zip_gtk1|Win32.ActiveCfg = zip_gtk1|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.zip_gtk1|Win32.Build.0 = zip_gtk1|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.zip_gtk2|Win32.ActiveCfg = zip_gtk2|Win32 - {F23ECB11-E88E-4BAC-986D-E82A0DE3A2B4}.zip_gtk2|Win32.Build.0 = zip_gtk2|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.Debug|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.PortableApps|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.PortableApps|Win32.Build.0 = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.Release|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.Release|Win32.Build.0 = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.wsdg|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.wsdg|Win32.Build.0 = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.zip_gtk1|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.zip_gtk1|Win32.Build.0 = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.zip_gtk2|Win32.ActiveCfg = Debug|Win32 - {684AC70D-E5DC-4E42-B70A-DF512A43335C}.zip_gtk2|Win32.Build.0 = Debug|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.Debug|Win32.ActiveCfg = Debug|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.PortableApps|Win32.ActiveCfg = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.PortableApps|Win32.Build.0 = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.Release|Win32.ActiveCfg = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.Release|Win32.Build.0 = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.wsdg|Win32.ActiveCfg = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.wsdg|Win32.Build.0 = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.zip_gtk1|Win32.Build.0 = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {CD04EABB-BA03-446F-9A63-A00C08138E91}.zip_gtk2|Win32.Build.0 = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.Debug|Win32.ActiveCfg = Debug|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.PortableApps|Win32.ActiveCfg = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.PortableApps|Win32.Build.0 = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.Release|Win32.ActiveCfg = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.Release|Win32.Build.0 = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.wsdg|Win32.ActiveCfg = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.wsdg|Win32.Build.0 = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.zip_gtk1|Win32.Build.0 = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {57231C4A-CF70-4CC6-8AED-4C1D6ABC3E94}.zip_gtk2|Win32.Build.0 = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.Debug|Win32.ActiveCfg = Debug|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.PortableApps|Win32.ActiveCfg = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.PortableApps|Win32.Build.0 = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.Release|Win32.ActiveCfg = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.Release|Win32.Build.0 = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.wsdg|Win32.ActiveCfg = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.wsdg|Win32.Build.0 = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.zip_gtk1|Win32.Build.0 = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {D1417D47-E273-4A90-A49B-6BAF4485CA58}.zip_gtk2|Win32.Build.0 = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.Debug|Win32.ActiveCfg = Debug|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.PortableApps|Win32.ActiveCfg = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.PortableApps|Win32.Build.0 = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.Release|Win32.ActiveCfg = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.Release|Win32.Build.0 = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.wsdg|Win32.ActiveCfg = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.wsdg|Win32.Build.0 = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.zip_gtk1|Win32.Build.0 = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {96D3AB33-BFA5-4161-B936-8C40D62A44F8}.zip_gtk2|Win32.Build.0 = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.Debug|Win32.ActiveCfg = Debug|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.PortableApps|Win32.ActiveCfg = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.PortableApps|Win32.Build.0 = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.Release|Win32.ActiveCfg = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.Release|Win32.Build.0 = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.wsdg|Win32.ActiveCfg = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.wsdg|Win32.Build.0 = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.zip_gtk1|Win32.Build.0 = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {527CC23A-32CD-438C-AF42-DF1D9A96EE4D}.zip_gtk2|Win32.Build.0 = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.Debug|Win32.ActiveCfg = Debug|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.PortableApps|Win32.ActiveCfg = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.PortableApps|Win32.Build.0 = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.Release|Win32.ActiveCfg = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.Release|Win32.Build.0 = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.wsdg|Win32.ActiveCfg = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.wsdg|Win32.Build.0 = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.zip_gtk1|Win32.Build.0 = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}.zip_gtk2|Win32.Build.0 = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.Debug|Win32.ActiveCfg = Debug|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.PortableApps|Win32.ActiveCfg = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.PortableApps|Win32.Build.0 = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.Release|Win32.ActiveCfg = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.Release|Win32.Build.0 = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.wsdg|Win32.ActiveCfg = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.wsdg|Win32.Build.0 = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.zip_gtk1|Win32.ActiveCfg = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.zip_gtk1|Win32.Build.0 = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.zip_gtk2|Win32.ActiveCfg = Release|Win32 - {7D31A4A1-6663-4935-B28D-E179D0D14023}.zip_gtk2|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/wireshark.vcproj b/wireshark.vcproj deleted file mode 100644 index bc8f70626a..0000000000 --- a/wireshark.vcproj +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="wireshark" - ProjectGUID="{684AC70D-E5DC-4E42-B70A-DF512A43335C}" - RootNamespace="wireshark" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f Makefile.nmake debug" - ReBuildCommandLine="" - CleanCommandLine="nmake -f Makefile.nmake distclean" - Output="wireshark-gtk2\wireshark.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\capture.c" - > - </File> - <File - RelativePath=".\capture_info.c" - > - </File> - <File - RelativePath=".\cfile.c" - > - </File> - <File - RelativePath=".\file.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\simple_dialog.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 3e657565b8..6319316148 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -68,7 +68,6 @@ EXTRA_DIST = \ README.developer \ Makefile.common \ Makefile.nmake \ - libwiretap.vcproj \ $(GENERATOR_FILES) \ $(GENERATED_FILES) diff --git a/wiretap/libwiretap.vcproj b/wiretap/libwiretap.vcproj deleted file mode 100644 index f533b116e5..0000000000 --- a/wiretap/libwiretap.vcproj +++ /dev/null @@ -1,441 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="libwiretap" - ProjectGUID="{CD04EABB-BA03-446F-9A63-A00C08138E91}" - Keyword="MakeFileProj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="libwiretap.exe" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="" - ReBuildCommandLine="" - CleanCommandLine="" - Output="libwiretap.exe" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\5views.c" - > - </File> - <File - RelativePath=".\airopeek9.c" - > - </File> - <File - RelativePath=".\ascendtext.c" - > - </File> - <File - RelativePath=".\atm.c" - > - </File> - <File - RelativePath=".\ber.c" - > - </File> - <File - RelativePath=".\buffer.c" - > - </File> - <File - RelativePath=".\catapult_dct2000.c" - > - </File> - <File - RelativePath=".\cosine.c" - > - </File> - <File - RelativePath=".\csids.c" - > - </File> - <File - RelativePath=".\dbs-etherwatch.c" - > - </File> - <File - RelativePath=".\erf.c" - > - </File> - <File - RelativePath=".\etherpeek.c" - > - </File> - <File - RelativePath=".\eyesdn.c" - > - </File> - <File - RelativePath=".\file_access.c" - > - </File> - <File - RelativePath=".\file_wrappers.c" - > - </File> - <File - RelativePath=".\hcidump.c" - > - </File> - <File - RelativePath=".\i4btrace.c" - > - </File> - <File - RelativePath=".\iptrace.c" - > - </File> - <File - RelativePath=".\iseries.c" - > - </File> - <File - RelativePath=".\k12.c" - > - </File> - <File - RelativePath=".\lanalyzer.c" - > - </File> - <File - RelativePath=".\libpcap.c" - > - </File> - <File - RelativePath=".\mpeg.c" - > - </File> - <File - RelativePath=".\netmon.c" - > - </File> - <File - RelativePath=".\netscreen.c" - > - </File> - <File - RelativePath=".\nettl.c" - > - </File> - <File - RelativePath=".\network_instruments.c" - > - </File> - <File - RelativePath=".\netxray.c" - > - </File> - <File - RelativePath=".\ngsniffer.c" - > - </File> - <File - RelativePath=".\pcapng.c" - > - </File> - <File - RelativePath=".\pppdump.c" - > - </File> - <File - RelativePath=".\radcom.c" - > - </File> - <File - RelativePath=".\snoop.c" - > - </File> - <File - RelativePath=".\toshiba.c" - > - </File> - <File - RelativePath=".\visual.c" - > - </File> - <File - RelativePath=".\vms.c" - > - </File> - <File - RelativePath=".\wtap.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\5views.h" - > - </File> - <File - RelativePath=".\airopeek9.h" - > - </File> - <File - RelativePath=".\ascend-int.h" - > - </File> - <File - RelativePath=".\ascendtext.h" - > - </File> - <File - RelativePath=".\atm.h" - > - </File> - <File - RelativePath=".\ber.h" - > - </File> - <File - RelativePath=".\buffer.h" - > - </File> - <File - RelativePath=".\catapult_dct2000.h" - > - </File> - <File - RelativePath=".\cosine.h" - > - </File> - <File - RelativePath=".\csids.h" - > - </File> - <File - RelativePath=".\dbs-etherwatch.h" - > - </File> - <File - RelativePath=".\erf.h" - > - </File> - <File - RelativePath=".\etherpeek.h" - > - </File> - <File - RelativePath=".\eyesdn.h" - > - </File> - <File - RelativePath=".\file_wrappers.h" - > - </File> - <File - RelativePath=".\hcidump.h" - > - </File> - <File - RelativePath=".\i4b_trace.h" - > - </File> - <File - RelativePath=".\i4btrace.h" - > - </File> - <File - RelativePath=".\iptrace.h" - > - </File> - <File - RelativePath=".\iseries.h" - > - </File> - <File - RelativePath=".\k12.h" - > - </File> - <File - RelativePath=".\lanalyzer.h" - > - </File> - <File - RelativePath=".\libpcap.h" - > - </File> - <File - RelativePath=".\mpeg.h" - > - </File> - <File - RelativePath=".\netmon.h" - > - </File> - <File - RelativePath=".\netscreen.h" - > - </File> - <File - RelativePath=".\nettl.h" - > - </File> - <File - RelativePath=".\network_instruments.h" - > - </File> - <File - RelativePath=".\netxray.h" - > - </File> - <File - RelativePath=".\ngsniffer.h" - > - </File> - <File - RelativePath=".\pcapng.h" - > - </File> - <File - RelativePath=".\pppdump.h" - > - </File> - <File - RelativePath=".\radcom.h" - > - </File> - <File - RelativePath=".\snoop.h" - > - </File> - <File - RelativePath=".\toshiba.h" - > - </File> - <File - RelativePath=".\visual.h" - > - </File> - <File - RelativePath=".\vms.h" - > - </File> - <File - RelativePath=".\wtap-int.h" - > - </File> - <File - RelativePath=".\wtap.h" - > - </File> - </Filter> - <File - RelativePath=".\acinclude.m4" - > - </File> - <File - RelativePath=".\ascend.y" - > - </File> - <File - RelativePath=".\ascend_scanner.l" - > - </File> - <File - RelativePath=".\AUTHORS" - > - </File> - <File - RelativePath=".\ChangeLog" - > - </File> - <File - RelativePath=".\COPYING" - > - </File> - <File - RelativePath=".\INSTALL" - > - </File> - <File - RelativePath=".\Makefile.am" - > - </File> - <File - RelativePath=".\Makefile.common" - > - </File> - <File - RelativePath=".\Makefile.nmake" - > - </File> - <File - RelativePath=".\NEWS" - > - </File> - <File - RelativePath=".\README" - > - </File> - <File - RelativePath=".\README.airmagnet" - > - </File> - <File - RelativePath=".\README.developer" - > - </File> - <File - RelativePath=".\runlex.sh" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |