aboutsummaryrefslogtreecommitdiffstats
path: root/fix/Values.xsl
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(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>
2013-01-20Enhance FIX generatorAlexis La Goutte1-22/+23
* Remove whitespace and tab * Add information how to generate packet-fix.h (in top of packet-fix.h) Regenerate packet-fix.h svn path=/trunk/; revision=47178
2013-01-05Fix regression from upgrade FIX 5.0 (Revision 46944)Alexis La Goutte1-0/+3
../../../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
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+7
svn path=/trunk/; revision=40595
2010-06-17Include $Id$ when generating packet-fix.h;Bill Meier1-0/+3
Commit re-generated packet-fix.h. svn path=/trunk/; revision=33244
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs1-0/+54
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