aboutsummaryrefslogtreecommitdiffstats
path: root/fix/hfField.xsl
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-07 12:14:47 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-07 12:14:47 +0000
commitda9b5ca84754ba220abacb4e6735f81ce8a66d77 (patch)
tree25c0dadb99414cd0d95c867e6da76c34c44de50c /fix/hfField.xsl
parente5becb357780f358519cced41c15a6a76043a56c (diff)
From Kovarththanan Rajaratnam:
Duplicate name/blurb removal from packet-fix.h (and template) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28982 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'fix/hfField.xsl')
-rw-r--r--fix/hfField.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix/hfField.xsl b/fix/hfField.xsl
index af059e691e..3a01365ef1 100644
--- a/fix/hfField.xsl
+++ b/fix/hfField.xsl
@@ -20,6 +20,6 @@ static hf_register_info hf_FIX[] = {
{ &amp;fix_fields[<xsl:value-of select="position( ) -1" />].hf_id,
{ "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", "fix.<xsl:value-of select="@name"/>",
FT_STRING, BASE_NONE, NULL, 0x00,
- "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", HFILL }
+ NULL, HFILL }
},</xsl:for-each></xsl:template>
</xsl:stylesheet>