Indicate Decode As support in the -G dissector-tables output.

Change-Id: I95535ba11fdcac37057d1441e850ddf5455d32cf
Reviewed-on: https://code.wireshark.org/review/24141
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-10-27 21:17:52 -07:00
parent a1218446d9
commit 985c0594a5
1 changed files with 2 additions and 0 deletions

View File

@ -3319,6 +3319,8 @@ dissector_dump_dissector_tables_display (gpointer key, gpointer user_data _U_)
default:
break;
}
ws_debug_printf("\tDecode As %ssupported",
table->supports_decode_as ? "" : "not ");
ws_debug_printf("\n");
}