1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Merge r16779:16804 from /nmap-exp/david/nmap-nping. This adds Nping

into the standard distribution.
This commit is contained in:
david
2010-02-17 01:46:34 +00:00
parent fca2f90143
commit a669c3a39f
11 changed files with 149 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
<pkg-contents spec="1.12">
<f n="Nping" pt="Nping" m="false" t="file"/>
</pkg-contents>

View File

@@ -0,0 +1,25 @@
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
<config>
<identifier>org.insecure.nping.nping.pkg</identifier>
<version>1</version>
<description />
<post-install type="none" />
<requireAuthorization />
<installFrom relative="true" includeRoot="false">Nping</installFrom>
<installTo>/</installTo>
<flags>
<followSymbolicLinks />
</flags>
<packageStore type="internal" />
<mod>parent</mod>
<mod>installFrom.isRelativeType</mod>
</config>
<contents>
<file-list>01nping-contents.xml</file-list>
<filter>/CVS$</filter>
<filter>/\.svn$</filter>
<filter>/\.cvsignore$</filter>
<filter>/\.cvspass$</filter>
<filter>/\.DS_Store$</filter>
</contents>
</pkgref>

View File

@@ -31,6 +31,11 @@
starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.ndiff.pkg" />
</choice>
<choice title="Nping" id="choice96" starts_selected="true"
description="Nping packet generator."
starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.nping.pkg" />
</choice>
</contents>
<resources bg-scale="none" bg-align="topleft">
<locale lang="en">
@@ -43,6 +48,7 @@
<item type="file">02zenmap.xml</item>
<item type="file">03ncat.xml</item>
<item type="file">04ndiff.xml</item>
<item type="file">05nping.xml</item>
<mod>properties.customizeOption</mod>
<mod>properties.title</mod>
<mod>properties.anywhereDomain</mod>