RECORD NF_HDRV8_RECORD USING 1 NF_HDRV8 . 2 NF_HDR_W_VERSION USAGE IS WORD. ! Current version=8 2 NF_HDR_W_COUNT USAGE IS WORD. ! The number of records in PDU. 2 NF_HDR_L_UPTIME USAGE IS LONG. ! Current time in msecs since router booted. 2 NF_HDR_L_SECS USAGE IS LONG. ! Current seconds since 0000 UTC 1970 2 NF_HDR_L_NSECS USAGE IS LONG. ! Residual nanoseconds since 0000 UTC 1970 2 NF_HDR_L_SEQ USAGE IS LONG. ! Sequence number of total flows seen 2 NF_HDR_B_ETYPE USAGE IS BYTE. ! Type of flow switching engine (RP,VIP,etc.) 2 NF_HDR_B_EID USAGE IS BYTE. ! Slot number of the flow switching engine 2 NF_HDR_B_AGG USAGE IS BYTE. ! Aggregation method being used 2 NF_HDR_B_AGGVER USAGE IS BYTE. ;