aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tfshark.c b/tfshark.c
index 9d6197118b..e62350400f 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -574,6 +574,8 @@ add_decode_as(const gchar *cl_param)
case FT_STRING:
case FT_STRINGZ:
+ case FT_UINT_STRING:
+ case FT_STRINGZPAD:
/* The selector for this table is a string. */
break;
@@ -680,6 +682,8 @@ add_decode_as(const gchar *cl_param)
case FT_STRING:
case FT_STRINGZ:
+ case FT_UINT_STRING:
+ case FT_STRINGZPAD:
/* The selector for this table is a string. */
dissector_change_string(table_name, selector_str, dissector_matching);
break;