Changeset 1665 for trunk/lib/libtrace.h.in
- Timestamp:
- 11/24/10 10:34:17 (2 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace.h.in
r1661 r1665 501 501 } PACKED libtrace_ip6_ext_t; 502 502 503 typedef struct libtrace_ip6_frag 504 { 505 uint8_t nxt; /**< Next header */ 506 uint8_t res; /**< Reserved */ 507 uint16_t frag_off; /**< Fragment Offset (includes M flag) */ 508 uint32_t ident; /** Fragment identification */ 509 } PACKED libtrace_ip6_frag_t; 510 503 511 /** Generic IPv6 header structure 504 512 *
Note: See TracChangeset
for help on using the changeset viewer.
