Wireshark-bugs: [Wireshark-bugs] [Bug 9198] New: WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC

Date: Fri, 27 Sep 2013 10:44:52 +0000
Bug ID 9198
Summary WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC
Classification Unclassified
Product Wireshark
Version 1.10.2
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 11667 [details]
Sample trace containing EBCDIC TSHM

Build Information:
Version 1.10.2 (SVN Rev 51934 from /trunk-1.10) 
--
https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9979&action=""> has an
incorrect #define statements for the EBCDIC TSHM and TSHC headers
#define MQ_STRUCTID_TSHC_EBCDIC   0xE3E2C843
#define MQ_STRUCTID_TSHM_EBCDIC   0xE3E2C854
.
The correct ones would be 
#define MQ_STRUCTID_TSHM_EBCDIC   0xE3E2C84D
#define MQ_STRUCTID_TSHM_EBCDIC   0xE3E2C8C3

That results in a malformed MQ packet


You are receiving this mail because:
  • You are watching all bug changes.