Bug ID |
11754
|
Summary |
Add JSON as an output format
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
JSON a well accepted format on security projects like IDS/IPS (Suricata, Snort
...) as well as for logs manipulation and aggregation (Logstash)
Currently the XML output via PDML needs to be refactored to JSON for some
projects which accepts only JSON, and doing it natively in Wireshark would be a
great enhancement, on both wireshark and tshark (new option "-T json")
Ex:
xml = '<pdml><packet><proto name="geninfo" pos="1" showname="General
information" size="74">...'
json output:
{"packet":{"proto":[{"@name":"geninfo","@pos":"1","@showname":"General
information","@size":"74",...
You are receiving this mail because:
- You are watching all bug changes.