Changeset 7e9d51c for lib/libtrace.h
- Timestamp:
- 06/17/05 15:38:20 (16 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:
- a9329cc
- Parents:
- b5236ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
ra6badc2 r7e9d51c 494 494 * @author Perry Lorier 495 495 */ 496 uint16_t trace_get_source_port(const struct libtrace_packet_t * );496 uint16_t trace_get_source_port(const struct libtrace_packet_t *packet); 497 497 498 498 /** Get the destination port … … 502 502 * @author Perry Lorier 503 503 */ 504 uint16_t trace_get_destination_port(const struct libtrace_packet_t * );504 uint16_t trace_get_destination_port(const struct libtrace_packet_t *packet); 505 505 506 506 /** hint at the server port in specified protocol
Note: See TracChangeset
for help on using the changeset viewer.