svn commit: r189877 - head/contrib/libpcap
VANHULLEBUS Yvan
vanhu at FreeBSD.org
Mon Mar 16 08:09:50 PDT 2009
Author: vanhu
Date: Mon Mar 16 15:09:47 2009
New Revision: 189877
URL: http://svn.freebsd.org/changeset/base/189877
Log:
Added DLT_ENC to map list, so it is now possible
to save dumps on enc0
Reviewed by: gnn(mentor)
Obtained from: NETASQ
MFC after: 1 week
Modified:
head/contrib/libpcap/savefile.c
Modified: head/contrib/libpcap/savefile.c
==============================================================================
--- head/contrib/libpcap/savefile.c Mon Mar 16 12:42:23 2009 (r189876)
+++ head/contrib/libpcap/savefile.c Mon Mar 16 15:09:47 2009 (r189877)
@@ -811,6 +811,9 @@ static struct linktype_map {
/* IPMB */
{ DLT_IPMB, LINKTYPE_IPMB },
+ /* enc0 device */
+ { DLT_ENC, LINKTYPE_ENC },
+
{ -1, -1 }
};
More information about the svn-src-head
mailing list