Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / fix / README
blob7c2b0f851bb45550cc44a50867d49051bba69d3a
1 FIX4x.xml from quickfixengine.org 
2 FIX5x.xml from http://sourceforge.net/projects/quickfix/files/
4 FIX.xml is a modified FIX50SP2.xml with fields from previous versions.
5 cf new field attributes 'since' and 'until'.
7 hfField.xsl: generate hf_register_info list.
8 hfDecl.xsl : generate fix_field list.
9 Values.xsl : generate value_string and string_string tables.
10 hfList.xsl : find the last tag number.
12 packet-fix.h: Values.xsl hfDecl.xsl hfField.xsl output on FIX.xml follow
13 by output of hfList.xsl on FIX40.xml to FIX44.xml
14 example
15 (xsltproc Values.xsl FIX.xml ; xsltproc hfDecl.xsl FIX.xml; xsltproc hfField.xsl FIX.xml;\
16 xsltproc hfList.xsl FIX40.xml; xsltproc hfList.xsl FIX41.xml; xsltproc hfList.xsl FIX42.xml;\
17 xsltproc hfList.xsl FIX43.xml; xsltproc hfList.xsl FIX44.xml) > packet-fix.h
19 NOTES:
20 - fix_field structure should use 'since' and 'until' attributes for removed
21 tags.
23 TODO:
24  - make packet-fix.h autogenerated