Changeset 52c7cda for lib/libtrace_int.h
- Timestamp:
- 09/21/06 21:10:43 (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:
- 01818c6
- Parents:
- 8889370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r1c1e4a2 r52c7cda 363 363 libtrace_linktype_t erf_type_to_libtrace(char erf); 364 364 char libtrace_to_erf_type(libtrace_linktype_t linktype); 365 libtrace_linktype_t arphrd_type_to_libtrace(unsigned int); 366 unsigned int libtrace_to_arphrd_type(libtrace_linktype_t); 365 367 366 368 void promote_packet(libtrace_packet_t *packet); 367 369 bool demote_packet(libtrace_packet_t *packet); 368 370 371 void *trace_get_payload_from_linux_sll(void *, uint16_t *, uint32_t *); 369 372 370 373 uint64_t byteswap64(uint64_t num);
Note: See TracChangeset
for help on using the changeset viewer.