Bug ID |
12529
|
Summary |
Choosing custom fields for other output format than CSV (PDML, future JSON...)
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
Mac OS X 10.11
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
It would be nice to be able to choose the fields we want for output in pdml,
(future) json, not only for csv.
Parsing the whole full output is process intensive and if we need only 2 or 3
fields, like ip.src, ip.dst, http.host in pdml (or soon to come json), would be
nice to be able to use the same fields like -T fields -e ip.src -e ip.dst -e
http.host with the result in pdml or json.
Problem is that -T fields is for CSV only currently (if I'm not wrong).
You are receiving this mail because:
- You are watching all bug changes.