aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-25 19:04:52 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-25 19:04:52 +0000
commitdc8f6cd4656d0a563fbe243f492e498b897d71f7 (patch)
treee85ce4b2513ae49ac723e043c3fc99dbeb41b978 /capture-pcap-util.h
parentcf619d44af3a548bdf715fdf439f2766390cb90a (diff)
fix a wrong comment: AF_INET -> AT_IPv4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17729 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index 0b07e2b274..c52cddde06 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -67,7 +67,7 @@ typedef struct {
* An address in the "ip_addr" list.
*/
typedef struct {
- address_type type; /* AF_INET or AF_INET6 */
+ address_type type; /* AT_IPv4 or AT_IPv6 */
union {
guint32 ip4_addr; /* 4 byte IP V4 address, or */
guint8 ip6_addr[16];/* 16 byte IP V6 address */