Changeset 4a207b8 for lib/libtrace.h.in
- Timestamp:
- 03/23/07 16:41:03 (14 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:
- dbdc23f
- Parents:
- 83f2cbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r2fbcb26 r4a207b8 210 210 TRACE_DLT_NULL = 0, 211 211 TRACE_DLT_EN10MB = 1, 212 TRACE_DLT_PPP = 9, 212 213 TRACE_DLT_ATM_RFC1483 = 11, 213 214 TRACE_DLT_RAW = 101, … … 236 237 TRACE_TYPE_DUCK = 14, /**< Pseudo link layer for DUCK packets */ 237 238 TRACE_TYPE_80211_RADIO = 15, /**< Radiotap + 802.11 */ 238 TRACE_TYPE_LLCSNAP = 16 /**< Raw LLC/SNAP */ 239 TRACE_TYPE_LLCSNAP = 16, /**< Raw LLC/SNAP */ 240 TRACE_TYPE_PPP = 17 /**< PPP frames */ 239 241 240 242 } libtrace_linktype_t; … … 562 564 } PACKED libtrace_atm_nni_capture_cell_t; 563 565 564 /** P OSheader */565 typedef struct libtrace_p os566 /** PPP header */ 567 typedef struct libtrace_pps 566 568 { 567 uint16_t header; 568 uint16_t ether_type; /**< Ether Type */ 569 } PACKED libtrace_pos_t; 569 uint8_t addres; /**< PPP Address (0xFF - All stations) */ 570 uint8_t header; /**< PPP Control (0x03 - Unnumbered info) */ 571 uint16_t protocol; /**< PPP Protocol (htons(0x0021) - IPv4 */ 572 } PACKED libtrace_ppp_t; 570 573 571 574 /** 802.11 header */
Note: See TracChangeset
for help on using the changeset viewer.