https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6709
Summary: Fix typo of 'unknown' in FIX protocol dissector
Product: Wireshark
Version: SVN
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: jeekay@xxxxxxxxx
Created attachment 7643
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7643
Change typo 'unknow' to 'unknown' in FIX dissector
Build Information:
Not built - just a typo fix.
--
The FIX protocol dissector currently shows unknown tag values as '(unknow x)'.
This should read '(unknown x)'.
The trivial attached patch fixes the display strings; I have not changed the
names of the variables (which are also called unknow instead of unknown) to
avoid impacting anything else.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.