Add support for a link-layer type value of 143 as DOCSIS in libpcap

captures.

svn path=/trunk/; revision=9350
This commit is contained in:
Guy Harris 2003-12-18 23:50:44 +00:00
parent e65abd0ef4
commit 95e6fb64c0
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* libpcap.c
*
* $Id: libpcap.c,v 1.102 2003/12/18 19:07:13 guy Exp $
* $Id: libpcap.c,v 1.103 2003/12/18 23:50:44 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -281,6 +281,8 @@ static const struct {
{ 140, WTAP_ENCAP_MTP2 },
{ 141, WTAP_ENCAP_MTP3 },
{ 143, WTAP_ENCAP_DOCSIS },
/*
* To repeat:
*