]
Bela Ban updated JGRP-2311:
---------------------------
Fix Version/s: 4.0.20
(was: 4.0.19)
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.20
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.