[
https://issues.jboss.org/browse/JGRP-2311?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-2311:
--------------------------------
The attached tshark-convert.py file converts PCAP files into files readable by
ParseMessages. It would be desirable to get rid of this intermediate step and make
ParseMessages read from PCAP / stdin directly.
tshark/wireshark support
------------------------
Key: JGRP-2311
URL:
https://issues.jboss.org/browse/JGRP-2311
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Major
Fix For: 4.0.16
Attachments: tshark-convert.py
1. Dump contents of wireshark/tahsrk/tcpdump-generated (PCAP) files (using
{{ParseMessages}}
2. Do this dynamically, e.g. `tshark -Tfields -e data` | java ParseMessages
In the second instantiation, ParseMessages would read packets from stdin.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)