aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-19 23:01:24 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-19 23:01:24 +0000
commitfdb05ec3257e698b099a15241f946f8e32597b75 (patch)
tree48ec11c59d51fcbb9318127d9f3e809a0bd89c38 /epan/dissectors/packet-tacacs.c
parentf590a2cd26e7ee91febea57e7cb1f79ced7c7f88 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17056 f5534014-38df-0310-8fa8-9805f1628bb7
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 */