From c9d8c1c8c518f5c5b9eebb6a922c0eb410356dad Mon Sep 17 00:00:00 2001 From: Martin Kacer Date: Thu, 19 Jan 2017 15:37:54 +0100 Subject: PDML: protocol filter incorrectly filters desired subfields Bug: 12847 Change-Id: I8a560dc44dceb06123d8bcecd512d132ee4ebb0d Reviewed-on: https://code.wireshark.org/review/19671 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- tfshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tfshark.c') diff --git a/tfshark.c b/tfshark.c index a255f78ff6..3e736700f7 100644 --- a/tfshark.c +++ b/tfshark.c @@ -2045,7 +2045,7 @@ print_packet(capture_file *cf, epan_dissect_t *edt) break; case WRITE_XML: - write_pdml_proto_tree(NULL, NULL, edt, stdout); + write_pdml_proto_tree(NULL, NULL, PF_NONE, edt, stdout); printf("\n"); return !ferror(stdout); case WRITE_FIELDS: -- cgit v1.2.1