ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 92e5d14aa0e79a594eff1a47a1c031209dddf2da
parent e6ac6e5a67db817e3a87f86ef27877214313e131
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 16 Nov 2006 05:47:55 +0000

updated by removing preprocessor defs and adding config.h file to list.

Diffstat:
Mwin32/ngrep.vcproj | 327++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 165 insertions(+), 162 deletions(-)

diff --git a/win32/ngrep.vcproj b/win32/ngrep.vcproj @@ -1,165 +1,168 @@ <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject - ProjectType="Visual C++" - Version="7.00" - Name="ngrep" - ProjectGUID="{CC0C01CE-0AC3-4F93-9DC8-792862344DBA}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="support;..\..\WpdPack\include" - PreprocessorDefinitions="STDC_HEADERS;WPCAP;USE_IPv6=1" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="5" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="wsock32.lib wpcap.lib" - OutputFile="$(OutDir)/ngrep.exe" - LinkIncremental="2" - AdditionalLibraryDirectories="..\..\WpdPack\Lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/ngrep.pdb" - SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="1" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - OmitFramePointers="TRUE" - AdditionalIncludeDirectories="support;..\..\WpdPack\include" - PreprocessorDefinitions="STDC_HEADERS;WPCAP;USE_IPv6=1" - StringPooling="TRUE" - RuntimeLibrary="4" - EnableFunctionLevelLinking="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="wsock32.lib wpcap.lib" - OutputFile="$(OutDir)/ngrep.exe" - LinkIncremental="1" - AdditionalLibraryDirectories="..\..\WpdPack\Lib" - GenerateDebugInformation="TRUE" - SubSystem="1" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - </Configuration> - </Configurations> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> - <File - RelativePath="support\getopt.c"> - </File> - <File - RelativePath="support\inet_ntop.c"> - </File> - <File - RelativePath="..\ngrep.c"> - </File> - <File - RelativePath="..\regex-0.12\regex.c"> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="REGEX_MALLOC"/> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="REGEX_MALLOC"/> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc"> - <File - RelativePath="support\getopt.h"> - </File> - <File - RelativePath="support\inet_ntop.h"> - </File> - <File - RelativePath="..\ngrep.h"> - </File> - <File - RelativePath="..\..\WpdPack\Include\pcap.h"> - </File> - <File - RelativePath="..\regex-0.12\regex.h"> - </File> - <File - RelativePath="support\types.h"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> + ProjectType="Visual C++" + Version="7.00" + Name="ngrep" + ProjectGUID="{CC0C01CE-0AC3-4F93-9DC8-792862344DBA}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="support;..\..\WpdPack\include" + PreprocessorDefinitions="STDC_HEADERS;WPCAP" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="wsock32.lib wpcap.lib" + OutputFile="$(OutDir)/ngrep.exe" + LinkIncremental="2" + AdditionalLibraryDirectories="..\..\WpdPack\Lib" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/ngrep.pdb" + SubSystem="1" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + InlineFunctionExpansion="1" + OmitFramePointers="TRUE" + AdditionalIncludeDirectories="support;..\..\WpdPack\include" + PreprocessorDefinitions="STDC_HEADERS;WPCAP" + StringPooling="TRUE" + RuntimeLibrary="4" + EnableFunctionLevelLinking="TRUE" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="wsock32.lib wpcap.lib" + OutputFile="$(OutDir)/ngrep.exe" + LinkIncremental="1" + AdditionalLibraryDirectories="..\..\WpdPack\Lib" + GenerateDebugInformation="TRUE" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + </Configurations> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> + <File + RelativePath="support\getopt.c"> + </File> + <File + RelativePath="support\inet_ntop.c"> + </File> + <File + RelativePath="..\ngrep.c"> + </File> + <File + RelativePath="..\regex-0.12\regex.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="REGEX_MALLOC"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="REGEX_MALLOC"/> + </FileConfiguration> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc"> + <File + RelativePath="support\config.h"> + </File> + <File + RelativePath="support\getopt.h"> + </File> + <File + RelativePath="support\inet_ntop.h"> + </File> + <File + RelativePath="..\ngrep.h"> + </File> + <File + RelativePath="..\..\WpdPack\Include\pcap.h"> + </File> + <File + RelativePath="..\regex-0.12\regex.h"> + </File> + <File + RelativePath="support\types.h"> + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> + </Filter> + </Files> + <Globals> + </Globals> </VisualStudioProject>