- Timestamp:
- 05/26/06 10:30:39 (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:
- 6fb4dbf
- Parents:
- 701e164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r02b7297 r01459e4 894 894 libtrace_icmp_t *trace_get_icmp_from_ip(libtrace_ip_t *ip,uint32_t *remaining); 895 895 896 /** Get the destination MAC addres 896 /** Get the destination MAC address 897 897 * @param packet the packet opaque pointer 898 898 * @return a pointer to the destination mac, (or NULL if there is no … … 902 902 uint8_t *trace_get_destination_mac(libtrace_packet_t *packet); 903 903 904 /** Get the source MAC addres 904 /** Get the source MAC address 905 905 * @param packet the packet opaque pointer 906 906 * @return a pointer to the source mac, (or NULL if there is no source MAC) … … 909 909 uint8_t *trace_get_source_mac(libtrace_packet_t *packet); 910 910 911 /** Get the source addres911 /** Get the source IP address 912 912 * @param packet the packet opaque pointer 913 913 * @param addr a pointer to a sockaddr to store the address in, or NULL to use … … 919 919 struct sockaddr *addr); 920 920 921 /** Get the source addres921 /** Get the destination IP address 922 922 * @param packet the packet opaque pointer 923 923 * @param addr a pointer to a sockaddr to store the address in, or NULL to use 924 924 * static storage. 925 * @return NULL if there is no sourceaddress, or a sockaddr holding a v4 or v6 address925 * @return NULL if there is no destination address, or a sockaddr holding a v4 or v6 address 926 926 */ 927 927 DLLEXPORT SIMPLE_FUNCTION
Note: See TracChangeset
for help on using the changeset viewer.