Update encap_table_base.

As the comment after the WTAP_ENCAP_ list says, "After adding new item
here, please also add new item to encap_table_base array".

Change-Id: I918603fa271978b3a81525466c5f4067efc7a783
Reviewed-on: https://code.wireshark.org/review/897
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-03-31 19:48:21 -07:00 committed by Anders Broman
parent 249daa686f
commit dc4c26cbb8
1 changed files with 24 additions and 0 deletions

View File

@ -705,6 +705,30 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_NSTRACE_3_0 */
{ "NetScaler Encapsulation 3.0 of Ethernet", "nstrace30" },
/* WTAP_ENCAP_LOGCAT */
{ "logcat", "logcat" },
/* WTAP_ENCAP_LOGCAT_BRIEF */
{ "logcat_brief", "logcat_brief" },
/* WTAP_ENCAP_LOGCAT_PROCESS */
{ "logcat_process", "logcat_process" },
/* WTAP_ENCAP_LOGCAT_TAG */
{ "logcat_tag", "logcat_tag" },
/* WTAP_ENCAP_LOGCAT_THREAD */
{ "logcat_thread", "logcat_thread" },
/* WTAP_ENCAP_LOGCAT_TIME */
{ "logcat_time", "logcat_time" },
/* WTAP_ENCAP_LOGCAT_THREADTIME */
{ "logcat_threadtime", "logcat_threadtime" },
/* WTAP_ENCAP_LOGCAT_LONG */
{ "logcat_long", "logcat_long" },
};
WS_DLL_LOCAL