diff options
-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 e5a5403..09396f7 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 } }; |