aboutsummaryrefslogtreecommitdiffstats
path: root/fix
AgeCommit message (Collapse)AuthorFilesLines
2016-11-02FIX: fix spelling typo found by lintianAlexis La Goutte4-5/+5
Change-Id: I3616de3ecd7ca52f2da4af13f35967eeed61414e Reviewed-on: https://code.wireshark.org/review/18613 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-28FIX: fix fix spelling typo found by lintianAlexis La Goutte3-7/+7
Change-Id: I090457663759a5ee012402ef746d358aacfbe08c Reviewed-on: https://code.wireshark.org/review/18537 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 Goutte3-46/+59
* 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 Goutte2-1/+4
../../../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 Mann5-6716/+38982
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
2012-01-19fix compile errors found by dumpabi targetBalint Reczey2-0/+10
svn path=/trunk/; revision=40595
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss4-221/+221
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ svn path=/trunk/; revision=38561
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-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
Duplicate name/blurb removal from packet-fix.h (and template) svn path=/trunk/; revision=28982
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs11-0/+22317
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