dect
/
libpcap
Archived
13
0
Fork 0

From Yvan Vanhullebus: add missing mapping for DLT_ENC <-> LINKTYPE_ENC.

This commit is contained in:
Guy Harris 2009-04-18 13:14:27 -07:00
parent 75734791c5
commit d643b6a0fa
2 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,7 @@ Additional people who have contributed patches:
Uwe Girlich <Uwe dot Girlich at philosys dot de>
Xianjie Zhang <xzhang at cup dot hp dot com>
Yen Yen Lim
Yvan Vanhullebus <vanhu at sourceforge dot net>
Yoann Vandoorselaere <yoann at prelude-ids dot org>
The original LBL crew:

View File

@ -742,6 +742,9 @@ static struct linktype_map {
/* OpenBSD loopback */
{ DLT_LOOP, LINKTYPE_LOOP },
/* OpenBSD IPSEC enc */
{ DLT_ENC, LINKTYPE_ENC },
/* Linux cooked socket capture */
{ DLT_LINUX_SLL, LINKTYPE_LINUX_SLL },