Added missing entry for WTAP_ENCAP_SDH.

svn path=/trunk/; revision=44138
This commit is contained in:
Stig Bjørlykke 2012-07-30 13:54:28 +00:00
parent 29cdc9a4cf
commit 5affa94d1e
1 changed files with 3 additions and 0 deletions

View File

@ -587,6 +587,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_IEEE_802_11_AIROPEEK */
{ "IEEE 802.11 plus AiroPeek radio header", "ieee-802-11-airopeek" },
/* WTAP_ENCAP_SDH */
{ "SDH", "sdh" },
/* WTAP_ENCAP_DBUS */
{ "D-Bus", "dbus" }
};