-
I forgot to mention version - this is tcpdump 3.9.7.
2007-09-20 05:12:17 UTC in The tcpdump project
-
Comment: it seems that there is a known issue on base Solaris 10 related to the Trusted Solaris (tsol) headers not being installed unless you have a sufficiently recent Sun patch installed. If you Google 'site:sun.com tsol header patch', you arrive at patch 120050-06 as the first choice, but it then turns out that patch has been obsoleted by a more recent patch still (Obsoleted by: 120011-14...
2007-09-20 05:08:59 UTC in The tcpdump project
-
On Sun Solaris 10 (for SPARC):
The system header /usr/include/netinet/if_ether.h is included during the
build of TCPDUMP, and it in turns includes /usr/include/sys/ethernet.h,
which defines:
#define ETHERMTU (1500) /* max frame w/o header or fcs */
This conflicts with the definition in ether.h (because the parentheses mean it isn't textually the same as the definition...
2007-09-16 17:02:01 UTC in The tcpdump project
-
Dear TCPDUMP Team,
Taking a copy of tcpdump-3.9.7.tar.gz and libpcap-0.9.7.tar.gz, I had problems compiling the print-sunrpc.c file on a Solaris 10 machine (E450 - Sparc), using both GCC 4.2.1 and Sun C Compiler:
C compiler: /workshop/Studio11/SUNWspro/bin/cc
cc: Sun C 5.8 2005/10/13
acomp: Sun C 5.8 2005/10/13
iropt: Sun Compiler Common 11 2005/10/13
cg: Sun Compiler Common 11...
2007-09-16 03:09:22 UTC in The tcpdump project