Changeset 4af54d1 for lib/libtrace_int.h
- Timestamp:
- 03/26/06 17:15:32 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c2f71ad
- Parents:
- c219603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r7ac9705 r4af54d1 119 119 void trace_set_err_out(libtrace_out_t *trace, int errcode, const char *msg,...); 120 120 121 struct trace_sll_header_t {121 typedef struct trace_sll_header_t { 122 122 uint16_t pkttype; /* packet type */ 123 123 uint16_t hatype; /* link-layer address type */ … … 125 125 char addr[8]; /* link-layer address */ 126 126 uint16_t protocol; /* protocol */ 127 } ;127 } trace_sll_header_t; 128 128 129 129 #ifndef PF_RULESET_NAME_SIZE
Note: See TracChangeset
for help on using the changeset viewer.