$OpenBSD: patch-argus_ArgusModeler_c,v 1.1 2015/11/05 12:25:49 jca Exp $
--- argus/ArgusModeler.c.orig	Wed Nov  4 19:15:34 2015
+++ argus/ArgusModeler.c	Wed Nov  4 19:15:55 2015
@@ -2281,7 +2281,7 @@ ArgusUpdateBasicFlow (struct ArgusModelerStruct *model
                bcopy ((char *)&model->ArgusThisEpHdr->ether_dhost, 
                       (char *)&mac->mac.mac_union.ether.ehdr.ether_shost, sizeof(struct ether_addr));
                bcopy ((char *)&model->ArgusThisEpHdr->ether_shost, 
-                      (char *)&mac->mac.mac_union.ether.ehdr.ether_dhost, sizeof(struct ether_header));
+                      (char *)&mac->mac.mac_union.ether.ehdr.ether_dhost, sizeof(struct ether_addr));
             }
             mac->mac.mac_union.ether.ehdr.ether_type = ntohs(model->ArgusThisEpHdr->ether_type); 
 
