aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-09-22 19:40:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-09-22 19:40:02 +0000
commit20108d7950b18454feff829de5f7f9c6fcaefd26 (patch)
tree582620b3b75522faaa467f62f62ebd3b9fae79de /wiretap/wtap-int.h
parent9175c79ac1dbde4692b0992f36eb0b3f7cf2f227 (diff)
Get rid of struct addrinfo, use the hastables for name resolution instead.
svn path=/trunk/; revision=52176
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index fa22a8df65..056b0fe1e9 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -107,7 +107,7 @@ struct wtap_dumper {
int tsprecision; /**< timestamp precision of the lower 32bits
* e.g. WTAP_FILE_TSPREC_USEC
*/
- struct addrinfo *addrinfo_list;
+ addrinfo_lists_t *addrinfo_lists; /**< Struct containing lists of resolved addresses */
struct wtapng_section_s *shb_hdr;
guint number_of_interfaces; /**< The number of interfaces a capture was made on, number of IDB:s in a pcapng file or equivalent(?)*/
GArray *interface_data; /**< An array holding the interface data from pcapng IDB:s or equivalent(?) NULL if not present.*/