- uint32_t pth_length; /* length of this header */
- uint32_t pth_type_next; /* type of data following */
- uint32_t pth_dlt; /* DLT of packet */
- char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */
- uint32_t pth_flags; /* flags */
- uint32_t pth_protocol_family;
- uint32_t pth_frame_pre_length;
- uint32_t pth_frame_post_length;
- pid_t pth_pid; /* process ID */
- char pth_comm[MAXCOMLEN+1]; /* process command name */
- uint32_t pth_svc; /* service class */
- uint16_t pth_iftype;
- uint16_t pth_ifunit;
- pid_t pth_epid; /* effective process ID */
- char pth_ecomm[MAXCOMLEN+1]; /* effective command name */
+ uint32_t pth_length; /* length of this header */
+ uint32_t pth_type_next; /* type of data following */
+ uint32_t pth_dlt; /* DLT of packet */
+ char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */
+ uint32_t pth_flags; /* flags */
+ uint32_t pth_protocol_family;
+ uint32_t pth_frame_pre_length;
+ uint32_t pth_frame_post_length;
+ pid_t pth_pid; /* process ID */
+ char pth_comm[MAXCOMLEN+1]; /* process name */
+ uint32_t pth_svc; /* service class */
+ uint16_t pth_iftype;
+ uint16_t pth_ifunit;
+ pid_t pth_epid; /* effective process ID */
+ char pth_ecomm[MAXCOMLEN+1]; /* effective command name */
+ uint32_t pth_flowid;
+ uint32_t pth_ipproto;
+ struct timeval32 pth_tstamp;
+ uuid_t pth_uuid;
+ uuid_t pth_euuid;