summaryrefslogtreecommitdiff
path: root/tfshark.c
diff options
context:
space:
mode:
authorMartin Kacer <kacer.martin@gmail.com>2016-06-28 13:01:25 +0200
committerGuy Harris <guy@alum.mit.edu>2016-06-29 08:29:16 +0000
commitceae9e4d1fff4500b285dba021c3f239ff87779e (patch)
treea9f61fe0b0a498030098f6f5aa62e15b08222e76 /tfshark.c
parent348e364551782237800896920f32b10cc18e9f36 (diff)
downloadwireshark-ceae9e4d1fff4500b285dba021c3f239ff87779e.tar.gz
tshark fields filter added for other outputs
-e fields filter addded to ek|json|pdml output. Bug: 12529 Change-Id: I1f0f8772eefceb5b71927925ce0c34af483571b9 Reviewed-on: https://code.wireshark.org/review/16193 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 b9d3ed5cf6..fe97057713 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -2072,7 +2072,7 @@ print_packet(capture_file *cf, epan_dissect_t *edt)
break;
case WRITE_XML:
- write_pdml_proto_tree(NULL, edt, stdout);
+ write_pdml_proto_tree(NULL, NULL, edt, stdout);
printf("\n");
return !ferror(stdout);
case WRITE_FIELDS: