aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-27 21:17:52 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-28 04:18:22 +0000
commit985c0594a57317dbc612228f423fd38967c677bf (patch)
tree85f195c412531a6ca1465cea945f592958d0ed5d /epan/packet.c
parenta1218446d9990fd2710c3f9fe565907c202393a9 (diff)
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>
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index e51fd4fdbe..21abf59016 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -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");
}