aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-01-19 23:01:24 +0000
committerGerald Combs <gerald@wireshark.org>2006-01-19 23:01:24 +0000
commitb3d0b97635c4bd1d7123985fbc2af950e0c01be1 (patch)
tree48ec11c59d51fcbb9318127d9f3e809a0bd89c38 /epan/dissectors/packet-tacacs.c
parent9d6de675a4a29a829caa0e4482e60544bf18445b (diff)
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
Diffstat (limited to 'epan/dissectors/packet-tacacs.c')
-rw-r--r--epan/dissectors/packet-tacacs.c3
1 files changed, 0 insertions, 3 deletions
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 <arpa/inet.h>
#endif
-#ifdef NEED_INET_ATON_H
-# include <epan/inet_aton.h>
-#endif
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h> /* needed to define AF_ values on Windows */