【问题标题】:ff9 in Wireshark CaptureWireshark 捕获中的 ff9
【发布时间】: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


    【解决方案1】:

    这是对电线上实际情况的反映。

    请注意,HTTP 标头包括“Transfer-Encoding: chunked”。这些项目是chunked transfer encoding 的一部分。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-04-04
      • 2017-08-08
      • 2012-05-03
      • 1970-01-01
      • 1970-01-01
      • 2018-07-06
      • 2013-10-22
      • 2011-08-16
      相关资源
      最近更新 更多