I'm dealing with IP packets which might contain UDP or TCP payloads.
If we only consider IP-level and transport-level headers, what could be a set of representative fields for one packet? That is, which header fields, considered as a whole, would make that packet unique? (in absence of duplicates, of course)
If we didn't consider the IP and TCP or UDP chksum
fields, would a subset of the other fields be enough?