Packets: Stream of network packet traces.
Packets(srcIP /* source host IP address */,
srcPort /* port number on source host */,
destIP /* destination host IP address */,
destProt /* port number on destination host */,
len /* length of the packet */,
flags /* bitmap containing flags used by the TCP protocol */
id /* (almost) unique packet identifier. E.g., hash of fields that
* remain unchanged over the packet's route */,
colID /* unique ID of the packet trace collector that recorded
* this packet header */,
timestamp /* time when packet was collected */);