From b3d0b97635c4bd1d7123985fbc2af950e0c01be1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 19 Jan 2006 23:01:24 +0000 Subject: Make sure we don't use the ADNS version of inet_aton; it's broken. This fixes bug 523, but exposes more of bug 658. The TACACS and SDP dissectors don't call inet_aton(), so don't include it. svn path=/trunk/; revision=17056 --- epan/dissectors/packet-tacacs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan/dissectors/packet-tacacs.c') diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c index 0c40722d3f..246ab8a7b8 100644 --- a/epan/dissectors/packet-tacacs.c +++ b/epan/dissectors/packet-tacacs.c @@ -50,9 +50,6 @@ #ifdef HAVE_ARPA_INET_H #include #endif -#ifdef NEED_INET_ATON_H -# include -#endif #ifdef HAVE_WINSOCK2_H #include /* needed to define AF_ values on Windows */ -- cgit v1.2.3