tcpdump/win32/Include
guy af0a039080 Have our own headers to declare the format of ONC (Sun) RPC messages on
the wire; the definitions in many systems use u_long, which is 64 bits
long on many platforms - that's OK for in-memory structures, but it
doesn't match what's on the wire.  Use headers based on the Sun ones,
but use u_int32_t for fields, and otherwise make the structures match
what's on the wire, and change some names to avoid collision with
<rpc/rpc.h>, which print-sunrpc.c includes to declare "getrpcbynumber()"
and the structure it returns.

Record whether "getrpcbynumber()" is found, and use it only if it's
found, rather than basing the decisison on whether we're building for
Win32 or not.
2004-12-27 00:41:29 +00:00
..
Arpa Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
Netinet Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
errno.h Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
getopt.h Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
inetprivate.h Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
telnet.h Added support for Win32, based on WinPcap. 2002-08-01 08:52:55 +00:00
w32_fzs.h Modified the license at the beginning of the files created by the Politecno di Torino developers from the 4-clause BSD code to the modified BSD license 2003-05-15 14:37:25 +00:00