This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Difference in HTTP and HTTP/XML

0

Hello,

I am sending two XMLs with same HTTP headers. But for one, wireshark shows HTTP under Protocol column and for other it shows HTTP/XML. Why is it so? Is it dependent on the XML header or some other parameter defined by wireshark?

I just want to know when wireshark shows HTTP(and HTTP/XML) under Protocol column?

asked 16 Oct '15, 01:56

wsuser's gravatar image

wsuser
6112
accept rate: 0%


One Answer:

0

Whether '/XML' get's appended to the protocol column or not, depends on the media type your are using in the HTTP request, like "text/xml", "application/soap+xml" and some others. You'll find a list of them in packet-xml.c in the Wireshark source code.

You say, that you are using the "same" HTTP headers. If that's the case, both frames should have "HTTP/XML" in the protocol column. Please upload a sample capture file somewhere and post the link here, so we can check.

Regards
Kurt

answered 16 Oct '15, 03:22

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%