]
Bela Ban resolved JGRP-2311.
----------------------------
Resolution: Done
Documentation is at
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.1.0
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.