This seems to be caused by code enclosed in #ifdef FORCE_ALIGN which,
according to configure.in is defined on ia64. Though this code doesn't
seem to be maintained. Upstream's lack of the architectures in question
maybe?

FORCE_ALIGN is also defined on alpha, arm*, hp*, mips* and sparc*. Does
the error also show up on these architectures?

I'm trying to investigate this further, but the lack of an ia64 machine makes
it a bit hard. :-/

Oh, one of these errors seems to be an easy one to fix:

--- tcpreplay-2.99+3.0.beta11/src/tcpedit/tcpedit.h.orig        2006-08-19 
15:40:15.000000000 +0200
+++ tcpreplay-2.99+3.0.beta11/src/tcpedit/tcpedit.h     2006-08-19 
15:40:36.000000000 +0200
@@ -72,7 +72,7 @@ struct tcpedit_runtime_s {
     pcap_t *pcap2;
     char errstr[TCPEDIT_ERRSTR_LEN];
 #ifdef FORCE_ALIGN
-    u_char *ipbuff = NULL;            /* IP header and above buffer */
+    u_char *ipbuff;            /* IP header and above buffer */
 #endif
 };

Cheers, Tobias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to