RECORD NF_PPMV8_RECORD USING 1 NF_PPMV8 . ! ProtocolPortMatrix v8 aggregation scheme 2 NF_PPM_L_FLOWS USAGE IS LONG. ! Number of flows 2 NF_PPM_L_DPKTS USAGE IS LONG. ! Packets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_PPM_L_DOCTETS USAGE IS LONG. ! Octets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_PPM_L_FIRST USAGE IS LONG. ! SysUptime at start of flow 2 NF_PPM_L_LAST USAGE IS LONG. ! and of last packet of the flow 2 NF_PPM_B_PROT USAGE IS BYTE. ! IP protocol, e.g., 6=TCP, 17=UDP, etc... 2 NF_PPM_B_PAD USAGE IS BYTE. ! pad to word boundary 2 NF_PPM_W_RESERVED USAGE IS WORD. 2 NF_PPM_W_SRCPORT USAGE IS WORD. ! TCP/UDP source port number (.e.g, FTP, Telnet, etc.,or equivalent) 2 NF_PPM_W_DSTPORT USAGE IS WORD. ;