diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
commit | c4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch) | |
tree | 93d5c6aa93d9987680dd1adad5685e2ad698f223 /fix/hfField.xsl | |
parent | Adding upstream version 4.2.6. (diff) | |
download | wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.tar.xz wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.zip |
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fix/hfField.xsl')
-rw-r--r-- | fix/hfField.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix/hfField.xsl b/fix/hfField.xsl index 15e1817c..a1edce22 100644 --- a/fix/hfField.xsl +++ b/fix/hfField.xsl @@ -29,7 +29,7 @@ static hf_register_info hf_FIX[] = { <xsl:template match="fields"> <xsl:for-each select="field"> <xsl:sort select="@number" data-type="number"/> - { &fix_fields[<xsl:value-of select="position( ) -1" />].hf_id, + { &fix_hf[<xsl:value-of select="position( ) -1" />], { "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", "fix.<xsl:value-of select="@name"/>", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } |