ongrep

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

commit 12660bd416246237aead446338d0d0514e0b52a6
parent 1e4e63ee193c25c1c24a91cd4d185d9f11147af0
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed, 27 Apr 2005 22:34:25 +0000

updaed to MSVC 7.1 (7.0 + service packs), from internal format 7.0 to 8.0.
renamed nettypes.h to types.h and added references to new inet_ntop()
impl

Diffstat:
Mwin32/ngrep.sln | 10+++++-----
Mwin32/ngrep.vcproj | 26+++++++++++++++++++++++---
2 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/win32/ngrep.sln b/win32/ngrep.sln @@ -1,12 +1,12 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 +Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ngrep", "ngrep.vcproj", "{CC0C01CE-0AC3-4F93-9DC8-792862344DBA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Release - EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution + Debug = Debug + Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {CC0C01CE-0AC3-4F93-9DC8-792862344DBA}.Debug.ActiveCfg = Debug|Win32 diff --git a/win32/ngrep.vcproj b/win32/ngrep.vcproj @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding = "Windows-1252"?> +<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.00" + Version="7.10" Name="ngrep" ProjectGUID="{CC0C01CE-0AC3-4F93-9DC8-792862344DBA}" Keyword="Win32Proj"> @@ -53,7 +53,13 @@ <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration Name="Release|Win32" @@ -101,9 +107,17 @@ <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Name="Source Files" @@ -112,6 +126,9 @@ RelativePath="support\getopt.c"> </File> <File + RelativePath=".\support\inet_ntop.c"> + </File> + <File RelativePath="..\ngrep.c"> </File> <File @@ -125,7 +142,7 @@ RelativePath="support\getopt.h"> </File> <File - RelativePath="support\nettypes.h"> + RelativePath=".\support\inet_ntop.h"> </File> <File RelativePath="..\ngrep.h"> @@ -136,6 +153,9 @@ <File RelativePath="..\regex-0.12\regex.h"> </File> + <File + RelativePath=".\support\types.h"> + </File> </Filter> <Filter Name="Resource Files"