CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/05/12 06:58:16
Modified files: sys/net : if_gif.c sys/netinet : ip_ether.h Log message: Fix tcpdump for etherip packets. bpf_mtap() needs to be called without the etherip_header. Idea to use a forward declaration for struct tdb by claudio. OK claudio@