aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-03-14 21:36:01 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-03-14 21:36:01 +0000
commit74178fafda524972bb99e5a9f32a0262a4530f52 (patch)
tree26772b0da1bc3e03efc4dee9f4e7ac8d761f47b1 /epan/Makefile.am
parent5d9ca601d8cabc2298d18e88a2988622bc79de8d (diff)
From Dustin D. Trammell:
The FIX protocol dissector uses the 6 byte string "8=FIX." at the beginning of the data to match the beginning of a FIX version string of the format "8=FIX.x.x" in order to determine if the data is the FIX protocol or not. With FIX 5.x and beyond, the beginning of the data will have a version string of the format "8=FIXT.x.x" to indicate the FIX Transport (FIXT) version. A simple solution is to update the current FIX dissector to only match the first 5 bytes of the version string (see attached patch). This will cause a match for FIX version 4.x and prior (8=FIX.x.x) as well as 5.x and beyond (8=FIXT.x.x). svn path=/trunk/; revision=24633
Diffstat (limited to 'epan/Makefile.am')
0 files changed, 0 insertions, 0 deletions