Changeset af0918a
- Timestamp:
- 04/03/09 11:19:23 (12 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:
- 1aa4bf7
- Parents:
- 5745e78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r5745e78 raf0918a 1027 1027 * any other metadata that is part of the capture format. 1028 1028 * 1029 * @li Metadata header (optional) -- A header that was captured, but was not transmitted over 1030 * the wire. Some examples include RadioTap and Linux_sll headers. This can be retrieved by 1029 * @li Metadata header (optional) -- A header containing metadata about a packet that was captured, 1030 * but the metadata was not transmitted over the wire. Some examples include 1031 * RadioTap and Linux_sll headers. This can be retrieved by 1031 1032 * trace_get_packet_meta(), or skipped using trace_get_payload_from_meta(). 1033 * There may be multiple "metadata" headers on a packet. 1032 1034 * 1033 1035 * @li Layer 2/Link layer/Datalink header -- This can be retrieved by trace_get_layer2(), or
Note: See TracChangeset
for help on using the changeset viewer.