Add an entry in encap_table_base for SocketCAN.

svn path=/trunk/; revision=33578
This commit is contained in:
Guy Harris 2010-07-18 22:14:56 +00:00
parent 9903a7853c
commit 8c19a3441f
1 changed files with 3 additions and 1 deletions

View File

@ -467,8 +467,10 @@ static struct encap_type_info encap_table_base[] = {
{ "JPEG/JFIF", "jfif" },
/* WTAP_ENCAP_IPNET */
{ "Solaris IPNET", "ipnet" }
{ "Solaris IPNET", "ipnet" },
/* WTAP_ENCAP_SOCKETCAN */
{ "SocketCAN", "socketcan" }
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);