【发布时间】:2014-11-24 02:06:38
【问题描述】:
我正在尝试保存 Wireshark 捕获以供以后分析和重播,我注意到重组后的流中有一系列 ff9/n 散布在其中,这破坏了消息。是什么导致这个序列嵌入到流中?我在其他请求中没有看到这个工件,所以这只是对网络上实际内容的反映还是只是与 wireshark 的特质?
例如
POST /gatewayvnext/xdr.svc HTTP/1.1
Content-Type: multipart/related; type="application/xop+xml"; boundary="uuid:b08aed3e-8972-4f75-a5f1-74ee6f0f9a4e"; start="<root.message@cxf.apache.org>"; start-info="application/soap+xml"; action="urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b"
Accept: */*
User-Agent: Apache CXF 2.2.9
Cache-Control: no-cache
Pragma: no-cache
Host: directuat
Connection: keep-alive
Transfer-Encoding: chunked
ff9
--uuid:b08aed3e-8972-4f75-a5f1-74ee6f0f9a4e
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml"; action="urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b";
Content-Transfer-Encoding: binary
Content-ID: <root.message@cxf.apache.org>
【问题讨论】:
标签: wireshark