fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet)
diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
index 9a30f3a..d6c6885 100644
--- a/extensions/ebt_among.c
+++ b/extensions/ebt_among.c
@@ -365,7 +365,7 @@
 		       ebt_mac_wormhash_size(wh));
 		h->match_size = EBT_ALIGN(new_size);
 		info = (struct ebt_among_info *) h->data;
-		if (c == AMONG_DST) {
+		if (c == AMONG_DST || c == AMONG_DST_F) {
 			info->wh_dst_ofs = old_size;
 		} else {
 			info->wh_src_ofs = old_size;