Anyone have any ideas on analyzing a purely IP based transfer? I'm analyzing a trace file supposedly of a low throughput for replication over the WAN. The trace only show IP with no TCP so I'm not sure what flags to look for. I believe the customer is using a Brocade storage router. Screenshot asked 18 Nov '12, 09:52 ws2006 edited 18 Nov '12, 14:14 Kurt Knochner ♦ |
One Answer:
As the Protocol: field says, Wireshark interprets the IP protocol number 61 as SHIM6 header, that used to be the "old IP number" for SHIM6. After checking the code... The code for Wireshark 1.8.0 contains a definition for IP protocol 61:
This leads to the following conclusion:
So, what can you do:
Regards answered 18 Nov '12, 14:20 Kurt Knochner ♦ edited 18 Nov '12, 14:31 Thanks Kurt. (18 Nov '12, 19:38) ws2006 |
The field Protocol in the IP header indicates the next protocol what does it say in your case?
see screenshots
I added your screenshot to the question, as it's easier to read that way