How to identify an IPV6 packet
I have captured the packets from the Switch's inbound interface and the outbound interface, how can I identify an ipv6 packet is the same packet from those 2 captures.
For IPv4, we could use ip.id, for ipv6 I still not able to find a good way to do that. Is that possible to use checksum to identify the same packet?