aboutsummaryrefslogtreecommitdiffstats
path: root/fix/FIX.xml
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05Fix regression from upgrade FIX 5.0 (Revision 46944)Alexis La Goutte1-1/+1
../../../epan/dissectors/packet-fix.h:1450:10: error: multi-character character constant [-Werror=multichar] ../../../epan/dissectors/packet-fix.h:1451:10: error: multi-character character constant [-Werror=multichar] [...] When FIX field type is MULTIPLESTRINGVALUE use string_string (not value_string) And regenerated packet-fix.h svn path=/trunk/; revision=46947
2013-01-05Upgrade to FIX 5.0 fieldsMichael Mann1-6715/+10538
Bug 7853 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7853) FIX.xml is now based on FIX50SP2.xml with some fill in from 4x xml files (as determined by diff between "old" and "new" packet-fix.h) Included all FIX 5.0 field files from http://sourceforge.net/projects/quickfix/files/ svn path=/trunk/; revision=46944
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-107/+107
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ svn path=/trunk/; revision=38561
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs1-0/+6784
Add: - FIX 4.0 to 4.4 fields, auto generated with XSLT stylesheets applied on http://www.quickfixengine.org/ xml files (not included quickfixengine code is BSD but xml files have no copyright). - value_string functions for string keys, added to value_string.c. - FIX desegmentation, it doesn't work well with malformed FIX PDU. svn path=/trunk/; revision=28478