From b88aae492b41db6afad81fcb9ffd73d12048d8e5 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Thu, 9 Aug 2018 06:58:13 +0100 Subject: [PATCH 1/2] fix typo and format --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index e11ce4d..f46fb82 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,7 @@ ngrep Installation Guide 1. Install the latest Packet Capture Library -In orer to compile ngrep on any platform, the relevant packet capture +In order to compile ngrep on any platform, the relevant packet capture (PCAP) client support library must be installed. On UNIX, this is called ``libpcap'' and can be installed either from @@ -45,9 +45,9 @@ On UNIX, type the following from the root of the ngrep source tree: % ./configure && make On Windows, open the ``ngrep.sln'' file located in the ``win32'' -subdirectory of the ngrep source tree using Visual Studio.NET. From +subdirectory of the ngrep source tree using Visual Studio.NET. From there you should be able to Build the solution in either Debug or -Release mode. Once this is done, copy the resulting ``ngrep.exe'' +Release mode. Once this is done, copy the resulting ``ngrep.exe'' (located in either the ``Debug'' or ``Release'' subdirectory depending on compile configuration) into any directory in your path for easy usage (``c:\windows'', for instance). From 4ac072d26d2b1ea76811b65d4200561adc8cdcc7 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Thu, 9 Aug 2018 06:58:55 +0100 Subject: [PATCH 2/2] Rename INSTALL to INSTALL.md --- INSTALL => INSTALL.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename INSTALL => INSTALL.md (100%) diff --git a/INSTALL b/INSTALL.md similarity index 100% rename from INSTALL rename to INSTALL.md