Wireshark-bugs: [Wireshark-bugs] [Bug 7853] Wireshark FIX dissector wouldn't process FIX 5.0 fie
Michael Mann
changed
bug 7853
What |
Removed |
Added |
CC |
|
mmann78@netscape.net
|
Comment # 3
on bug 7853
from Michael Mann
(In reply to comment #0)
> Wireshark FIX dissector
> wouldn't process FIX protocol message fields defined in recent FIX versions
> (FIX5.0, FIX5.0SP1, FIX5.0SP2). Eg. in FIX5.0SP2 messages there are fields
> like QuoteMsgID(1166) or TradeID(1003), but Wireshark seems to understand
> FIX protocol only up to version 4.4.
> It seems to me that the FIX dissector
> uses an XSLT generated "packet-fix.h", so please add FIX50.xml, FIX50SP1.xml
> and FIX50SP2.xml to the source tree (/fix) from the latest version of
> QuickFIX (http://sourceforge.net/projects/quickfix/files/)
Are you just looking for the FIX5*.xml files to be added (for your own
generation of packet-fix.h) or do you expect FIX50SP2.xml to be the new
"standard". I generated a packet-fix.h from FIX50SP2.xml and it has both
additions and subtractions from the v4 stuff. Its the subtractions that worry
me more (and that they should be "manually" added). That looks to be why there
is a FIX.xml that Wireshark uses as a "collection" of data from various
versioned xml files.
You are receiving this mail because:
- You are watching all bug changes.