Changeset 1076 for trunk/lib/libtrace.h.in
- Timestamp:
- 11/03/06 13:28:12 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace.h.in (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace.h.in
r1073 r1076 569 569 * and then prints out the help() function registered with each input module 570 570 */ 571 DLLEXPORT void trace_help( );571 DLLEXPORT void trace_help(void); 572 572 573 573 /** @name Trace management … … 938 938 * 939 939 */ 940 DLLEXPORT void *trace_get_payload_from_link(void *link ,940 DLLEXPORT void *trace_get_payload_from_link(void *linkptr, 941 941 libtrace_linktype_t linktype, 942 942 uint16_t *type, uint32_t *remaining); … … 1464 1464 * @return true if the field was available, false if not. 1465 1465 */ 1466 DLLEXPORT bool trace_get_wireless_tsft(void *link ,1466 DLLEXPORT bool trace_get_wireless_tsft(void *linkptr, 1467 1467 libtrace_linktype_t linktype, uint64_t *tsft); 1468 1468 … … 1473 1473 * @return true if the field was available, false if not. 1474 1474 */ 1475 DLLEXPORT bool trace_get_wireless_rate(void *link ,1475 DLLEXPORT bool trace_get_wireless_rate(void *linkptr, 1476 1476 libtrace_linktype_t linktype, uint8_t *rate); 1477 1477 … … 1483 1483 * @return true if the field was available, false if not. 1484 1484 */ 1485 DLLEXPORT bool trace_get_wireless_freq(void *link ,1485 DLLEXPORT bool trace_get_wireless_freq(void *linkptr, 1486 1486 libtrace_linktype_t linktype, uint16_t *freq); 1487 1487 … … 1493 1493 * @return true if the field was available, false if not. 1494 1494 */ 1495 DLLEXPORT bool trace_get_wireless_signal_strength_dbm(void *link ,1495 DLLEXPORT bool trace_get_wireless_signal_strength_dbm(void *linkptr, 1496 1496 libtrace_linktype_t linktype, int8_t *strength); 1497 1497 … … 1503 1503 * @return true if the field was available, false if not. 1504 1504 */ 1505 DLLEXPORT bool trace_get_wireless_noise_strength_dbm(void *link ,1505 DLLEXPORT bool trace_get_wireless_noise_strength_dbm(void *linkptr, 1506 1506 libtrace_linktype_t linktype, int8_t *strength); 1507 1507 … … 1513 1513 * @return true if the field was available, false if not. 1514 1514 */ 1515 DLLEXPORT bool trace_get_wireless_signal_strength_db(void *link ,1515 DLLEXPORT bool trace_get_wireless_signal_strength_db(void *linkptr, 1516 1516 libtrace_linktype_t linktype, uint8_t *strength); 1517 1517 … … 1523 1523 * @return true if the field was available, false if not. 1524 1524 */ 1525 DLLEXPORT bool trace_get_wireless_noise_strength_db(void *link ,1525 DLLEXPORT bool trace_get_wireless_noise_strength_db(void *linkptr, 1526 1526 libtrace_linktype_t linktype, uint8_t *strength); 1527 1527 … … 1533 1533 * @return true if the field was available, false if not. 1534 1534 */ 1535 DLLEXPORT bool trace_get_wireless_tx_attenuation(void *link ,1535 DLLEXPORT bool trace_get_wireless_tx_attenuation(void *linkptr, 1536 1536 libtrace_linktype_t linktype, uint16_t *attenuation); 1537 1537 … … 1543 1543 * @return true if the field was available, false if not. 1544 1544 */ 1545 DLLEXPORT bool trace_get_wireless_tx_attenuation_db(void *link ,1545 DLLEXPORT bool trace_get_wireless_tx_attenuation_db(void *linkptr, 1546 1546 libtrace_linktype_t linktype, uint16_t *attenuation); 1547 1547 … … 1551 1551 * @return true if the field was available, false if not. 1552 1552 */ 1553 DLLEXPORT bool trace_get_wireless_tx_power_dbm(void *link , libtrace_linktype_t1553 DLLEXPORT bool trace_get_wireless_tx_power_dbm(void *linkptr, libtrace_linktype_t 1554 1554 linktype, int8_t *txpower); 1555 1555 … … 1560 1560 * @return true if the field was available, false if not. 1561 1561 */ 1562 DLLEXPORT bool trace_get_wireless_antenna(void *link ,1562 DLLEXPORT bool trace_get_wireless_antenna(void *linkptr, 1563 1563 libtrace_linktype_t linktype, uint8_t *antenna); 1564 1564 … … 1569 1569 * @return true if the field was available, false if not. 1570 1570 */ 1571 DLLEXPORT bool trace_get_wireless_fcs(void *link ,1571 DLLEXPORT bool trace_get_wireless_fcs(void *linkptr, 1572 1572 libtrace_linktype_t linktype, uint32_t *fcs); 1573 1573
Note: See TracChangeset
for help on using the changeset viewer.
