Hi Iwan,
flow-send utility from flow-tools package included in Etch release, and also from latest (0.68-11) version rebuilt on Etch, fails completely. To reproduce the problem: It prints many errors like flow-send: send(): Message too long
Please try this patch and let me know if it works: Cheers, Radu diff -Naur flow-tools.old/src/flow-send.c flow-tools/src/flow-send.c --- flow-tools.old/src/flow-send.c 2007-05-27 17:04:37.687107392 +0300 +++ flow-tools/src/flow-send.c 2007-05-27 17:04:51.943998396 +0300 @@ -76,7 +76,7 @@ u_int32 privacy_mask; unsigned int v1, v2, one; int i, n, ret, tx_delay, udp_sock; - int src_ip_spoof, hdr_len; + int src_ip_spoof, hdr_len = 0; void *rec; /* init fterr */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

