Handle LINKTYPE_SDLC.

Change-Id: I16a67f2d459cd6ebdbc7bdefd481fd95607af22a
Reviewed-on: https://code.wireshark.org/review/20662
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-03-21 19:10:40 -07:00
parent eda05b5cd2
commit cfab7d55fd
1 changed files with 4 additions and 1 deletions

View File

@ -434,9 +434,12 @@ static const struct {
/* IPMI Trace Data Collection */
{ 260, WTAP_ENCAP_IPMI_TRACE },
/* ISO14443 contactless smartcard standards */
/* ISO 14443 contactless smartcard standards */
{ 264, WTAP_ENCAP_ISO14443 },
/* IBM SDLC frames containing SNA PDUs */
{ 268, WTAP_ENCAP_SDLC },
/*
* To repeat:
*