From dc4c26cbb8fee6a1c4397e6e9152ea218db130e0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 31 Mar 2014 19:48:21 -0700 Subject: 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 --- wiretap/wtap.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'wiretap') diff --git a/wiretap/wtap.c b/wiretap/wtap.c index 8774f35e1f..17a85b2313 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -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 -- cgit v1.2.3