summaryrefslogtreecommitdiff
path: root/tfshark.c
diff options
context:
space:
mode:
authorMartin Kacer <kacer.martin@gmail.com>2017-01-19 15:37:54 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2017-02-05 14:03:34 +0000
commitc9d8c1c8c518f5c5b9eebb6a922c0eb410356dad (patch)
tree243d047bbe9aae35373550ef8e2446b7a7fdc6fa /tfshark.c
parenta8ceeca444c97033e630d56d6a6fb096e696163b (diff)
downloadwireshark-c9d8c1c8c518f5c5b9eebb6a922c0eb410356dad.tar.gz
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 <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c2
1 files changed, 1 insertions, 1 deletions
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: