A TCP Header?

2002-10-10 Thread Potkay, Peter M (PLC, IT)
Here is an MQ Message "on the wire". I see the transmit header starting 6 lines down, followed by MQMD, followed by our XML stream. What are the first 5 or 6 lines? Is that some sort of TCP thing? Or is it special MQ stuff used by the MCAs? Just curious. ADDR HEX

Re: A TCP Header?

2002-10-10 Thread Shinichi 1 Takahashi
Peter, The first four lines up to '00 00' just before 'TSH' in ASCII starts, is a TCP header. >From what I know, the MQ channel rotocol header begins with 'TSH'. Shinichi Takahashi - - - - - - - - - - - - - - - - Internet Systems, IBM Japan Systems Engine

Re: A TCP Header?

2002-10-11 Thread David C. Partridge
What I can tell you is that the MQ stuff starts at location x'36' with the characters TSH. The stuff before that is the TCP headers AFAIK. Dave Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: ht

Re: A TCP Header?

2002-10-11 Thread Potkay, Peter M (PLC, IT)
To: [EMAIL PROTECTED] Subject: Re: A TCP Header? Peter, The first four lines up to '00 00' just before 'TSH' in ASCII starts, is a TCP header. >From what I know, the MQ channel rotocol header begins with 'TSH'. Shinichi Takahashi - - - - - - - - - - - - - - - - Inte

Re: A TCP Header?

2002-10-11 Thread David C. Partridge
The TSH is documented in the IBM Confidential MQ Formats and Protocols document :-( Dave Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive