diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-03-28 18:32:03 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-03-28 18:32:03 +0000 |
commit | 2b86d46d706b3f60e3804b6ee9348752aa601b9a (patch) | |
tree | 73171006c6a2e830fe9b6742f081ab1e0b24131c /packet-atalk.c | |
parent | 4932ef3dcc5b76692e982fbb4d17153e998f69ba (diff) | |
download | wireshark-2b86d46d706b3f60e3804b6ee9348752aa601b9a.tar.gz wireshark-2b86d46d706b3f60e3804b6ee9348752aa601b9a.tar.bz2 wireshark-2b86d46d706b3f60e3804b6ee9348752aa601b9a.zip |
Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the new
proto*() functions. The configure script tries to use ipv6 name resolution if
it knows the type of ipv6 stack the user has (this can be avoided with the
--disable-ipv6 switch) Additionally, the configure script now deals with wiretap
better. If the user doesn't want to compile wiretap, the wiretap is never
visited. A few unnecessary #includes were removed from some wiretap files, and
a CPP macro was moved from bpf.c to wtap.h.
svn path=/trunk/; revision=229
Diffstat (limited to 'packet-atalk.c')
-rw-r--r-- | packet-atalk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packet-atalk.c b/packet-atalk.c index 7a70f23905..fbc4527d81 100644 --- a/packet-atalk.c +++ b/packet-atalk.c @@ -29,11 +29,9 @@ #include <glib.h> #include "packet.h" -#if BYTE_ORDER == LITTLE_ENDIAN #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif -#endif extern packet_info pi; |