Wireshark-bugs: [Wireshark-bugs] [Bug 6434] data combined via ssl_desegment_app_data not visible

Date: Wed, 30 Jan 2013 00:23:06 +0000

Comment # 7 on bug 6434 from
Created attachment 9897 [details]
Screen shot for follow SSL with missing data

In this screen shot, the XML is malformed since parts of the XML are missing.

The header for the SOAP message is malformed.

<SOAP-ENV:Envelope
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    <SOAP-ENV:Header>


It should look like this ...

<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
    <SOAP-ENV:Header>


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