wireshark/fix
Darius Davis 0cbdec7f71 fix: Migrate packet-fix.h changes back to source files.
Changes were made to the generated packet-fix.h without making corresponding
changes to the underlying source material and scripts.

e0300eae: Changed "SYTLE" -> "STYLE", "CORRESPONDANT" -> "CORRESPONDENT"
5cd53414: Change the list terminator to "{ 0, NULL }"

Note that we have already made some modifications to the source .xml files
(in, for example, 23eac7dc and 78c05162), so I don't feel any qualms about
modifying them further here.

With these changes, the generated packet-fix.h is once again byte-for-byte
identical to the one in the repository.
2024-04-05 11:04:42 +00:00
..
FIX.xml fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
FIX40.xml
FIX41.xml
FIX42.xml
FIX43.xml fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
FIX44.xml
FIX50.xml fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
FIX50SP1.xml fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
FIX50SP2.xml fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
README
Values.xsl fix: Migrate packet-fix.h changes back to source files. 2024-04-05 11:04:42 +00:00
hfDecl.xsl
hfField.xsl
hfList.xsl

README

FIX4x.xml from quickfixengine.org 
FIX5x.xml from http://sourceforge.net/projects/quickfix/files/

FIX.xml is a modified FIX50SP2.xml with fields from previous versions.
cf new field attributes 'since' and 'until'.

hfField.xsl: generate hf_register_info list.
hfDecl.xsl : generate fix_field list.
Values.xsl : generate value_string and string_string tables.
hfList.xsl : find the last tag number.

packet-fix.h: Values.xsl hfDecl.xsl hfField.xsl output on FIX.xml follow
by output of hfList.xsl on FIX40.xml to FIX44.xml
example
(xsltproc Values.xsl FIX.xml ; xsltproc hfDecl.xsl FIX.xml; xsltproc hfField.xsl FIX.xml;\
xsltproc hfList.xsl FIX40.xml; xsltproc hfList.xsl FIX41.xml; xsltproc hfList.xsl FIX42.xml;\
xsltproc hfList.xsl FIX43.xml; xsltproc hfList.xsl FIX44.xml) > packet-fix.h

NOTES:
- fix_field structure should use 'since' and 'until' attributes for removed
tags.

TODO:
 - make packet-fix.h autogenerated