Hi, If I am sending some payload both using v4 and v6 then how it'll differ exactly? I observed the payload difference in both v4 and v6 traffic. Please clarify on this. asked 17 Dec '13, 01:23 sspallai |
One Answer:
The payload should be identical if you choose a different protocol, if the code is really the same. So, what are those differences exactly? Can you post a sample capture somewhere (Google drive, dropbox, clodshark.org or mega.co.nz)? Regards answered 17 Dec '13, 01:39 Kurt Knochner ♦ |
It might not be identical if the packets are full because the IPv6 header "steals" potentially 20 bytes more from the segment size than the IPv4 header. So you'll see some re-segmentation for IPv6.
Hi Kurt, Please find here the difference. I have used same http traffic. Please check the payload size and all.
Regards, Suchi
Well, one is IPv4, one is IPv6. It makes not much sense to compare them, unless you want to know which fields the different headers have. For that you could just read the RFCs or any IPv4/IPv6 documentation.
I’m sorry, that’s only the headers (which are obviously different, as it’s a different protocol). You said, the payload is different (the bytes that your application wants to transmit). I can’t check that, as you did not post the payload .
@Jasper: I believe the OP does not mean the real payload although he used that term. I guess he just wonders why IPv4 looks different than IPv6 in Wireshark.
@sspallai: If that is the case. Don’t wonder any longer. It looks different, because some aspects of IPv6 are totally different than in IPv4.