diff options
| author | VANHULLEBUS Yvan <vanhu@FreeBSD.org> | 2009-03-25 14:11:29 +0000 |
|---|---|---|
| committer | VANHULLEBUS Yvan <vanhu@FreeBSD.org> | 2009-03-25 14:11:29 +0000 |
| commit | d3524dbac49542a1b893edbf53256a69fd978c0a (patch) | |
| tree | a2ca0657ddc359894fc8409440044062cf8ad21a /contrib | |
| parent | 5da9fe5b5d84c14339b36ecf7f6f52b5b95076cd (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/libpcap/savefile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libpcap/savefile.c b/contrib/libpcap/savefile.c index e5a540315f98..511747968fc9 100644 --- a/contrib/libpcap/savefile.c +++ b/contrib/libpcap/savefile.c @@ -811,6 +811,9 @@ static struct linktype_map { /* IPMB */ { DLT_IPMB, LINKTYPE_IPMB }, + /* enc0 device */ + { DLT_ENC, LINKTYPE_ENC }, + { -1, -1 } }; |
