mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
merge Kris's traceroute fix (r4596)
This commit is contained in:
parent
fdde853f08
commit
6160feae55
2 changed files with 8 additions and 2 deletions
|
|
@ -696,7 +696,11 @@
|
|||
<xsl:template match="trace">
|
||||
<h3>traceroute</h3>
|
||||
<ul>
|
||||
<li>port: <xsl:value-of select="@port" /></li>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@port">
|
||||
<li>port: <xsl:value-of select="@port" /></li>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<li>proto: <xsl:value-of select="@proto" /></li>
|
||||
<xsl:for-each select="error">
|
||||
<li>error: <xsl:value-of select="@errorstr"/></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue