wireshark/fix
Alexis La Goutte 296591399f Remove all $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d')

Fix manually some typo (in export_object_dicom.c and crc16-plain.c)

Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
Reviewed-on: https://code.wireshark.org/review/497
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04 14:27:33 +00:00
..
FIX.xml Fix regression from upgrade FIX 5.0 (Revision 46944) 2013-01-05 10:12:44 +00:00
FIX40.xml
FIX41.xml
FIX42.xml
FIX43.xml
FIX44.xml
FIX50.xml Upgrade to FIX 5.0 fields 2013-01-05 04:06:31 +00:00
FIX50SP1.xml Upgrade to FIX 5.0 fields 2013-01-05 04:06:31 +00:00
FIX50SP2.xml Upgrade to FIX 5.0 fields 2013-01-05 04:06:31 +00:00
README Upgrade to FIX 5.0 fields 2013-01-05 04:06:31 +00:00
Values.xsl Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hfDecl.xsl Enhance FIX generator 2013-01-20 18:32:23 +00:00
hfField.xsl Enhance FIX generator 2013-01-20 18:32:23 +00:00
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