mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 01:29:22 +00:00
About to release 4.20SOC-ALPHA1
This commit is contained in:
@@ -605,6 +605,16 @@
|
||||
</xsl:template>
|
||||
<!-- ............................................................ -->
|
||||
|
||||
<!-- distance -->
|
||||
<!-- ............................................................ -->
|
||||
<xsl:template match="distance">
|
||||
<xsl:if test="@value != ''"><h3>network distance</h3></xsl:if>
|
||||
<ul>
|
||||
<li>distance: <xsl:value-of select="@value" /> hops</li>
|
||||
</ul>
|
||||
</xsl:template>
|
||||
<!-- ............................................................ -->
|
||||
|
||||
<!-- smurf -->
|
||||
<!-- ............................................................ -->
|
||||
<xsl:template match="smurf">
|
||||
|
||||
Reference in New Issue
Block a user