Changeset cc6fcee for lib/libtrace.h.in
- Timestamp:
- 01/06/12 11:25:39 (10 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:
- e224862
- Parents:
- 29532e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r29532e3 rcc6fcee 2009 2009 * 2010 2010 * @note This function only works for OSPF version 2 packets. 2011 * @note Use trace_get_first_ospf_lsa () and trace_get_next_ospf_lsa() to read the LSAs from Link State Request2012 * and Updatepackets.2011 * @note Use trace_get_first_ospf_lsa_v2_from_X() and trace_get_next_ospf_lsa_v2() to read the LSAs from Link State Update packets. 2012 * @note Use trace_get_first_ospf_lsa_v2_from_X() and trace_get_next_ospf_lsa_header_v2() to read the LSA headers from Link State Ack packets. 2013 2013 * 2014 2014 */ … … 2045 2045 uint8_t *lsa_type, 2046 2046 uint16_t *lsa_length); 2047 2048 DLLEXPORT SIMPLE_FUNCTION 2049 int trace_get_next_ospf_lsa_header_v2(unsigned char **current, 2050 libtrace_ospf_lsa_v2_t **lsa_hdr, 2051 uint32_t *remaining, 2052 uint8_t *lsa_type, 2053 uint16_t *lsa_length); 2054 2047 2055 2048 2056 DLLEXPORT SIMPLE_FUNCTION
Note: See TracChangeset
for help on using the changeset viewer.