mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-23 20:25:12 +01:00
Improving XSLT format for neural clusters
This commit is contained in:
parent
e2f5345c3b
commit
cddaa2b3a7
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
||||||
<xsl:value-of select="@dst_ip"/>
|
<xsl:value-of select="@dst_ip"/>
|
||||||
<xsl:text>:</xsl:text>
|
<xsl:text>:</xsl:text>
|
||||||
<xsl:value-of select="@dst_port"/></i>
|
<xsl:value-of select="@dst_port"/></i>
|
||||||
|
<xsl:text> at coordinates (</xsl:text>
|
||||||
|
<i><xsl:value-of select="@xcoord"/>
|
||||||
|
<xsl:text>, </xsl:text>
|
||||||
|
<xsl:value-of select="@ycoord"/></i>
|
||||||
|
<xsl:text>)</xsl:text>
|
||||||
</li>
|
</li>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
Loading…
Reference in a new issue