Changeset e093e5c
- Timestamp:
- 05/02/06 00:27:01 (15 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:
- ca2887e
- Parents:
- e6d963c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
r9d7d9e9 re093e5c 882 882 * @return a pointer to the source mac, (or NULL if there is no source MAC) 883 883 */ 884 SIMPLE_FUNCTION884 DLLEXPORT SIMPLE_FUNCTION 885 885 uint8_t *trace_get_source_mac(libtrace_packet_t *packet); 886 886 … … 1237 1237 * @return the format of the packet 1238 1238 */ 1239 DLLEXPORT 1239 1240 enum base_format_t trace_get_format(struct libtrace_packet_t *packet); 1240 1241
Note: See TracChangeset
for help on using the changeset viewer.