]
Diego Lovison updated JGRP-2434:
--------------------------------
Summary: Parse epoch TShark field (was: Support multiple TShark fields parser)
Parse epoch TShark field
------------------------
Key: JGRP-2434
URL:
https://issues.redhat.com/browse/JGRP-2434
Project: JGroups
Issue Type: Enhancement
Affects Versions: 5.0.0.Alpha3
Reporter: Diego Lovison
Assignee: Diego Lovison
Priority: Major
In other to achieve what I was looking for that is: have the time in front of the line..
it required too many changes in {{Util::parse}}
Changes
* Need to be divide the {{short version=dis.readShort();}} into the {{dis.read()}} to
identify the {{\t}}
* {{Util::parse}} is used in GossipRouter
Why have a diff parser
* Prevent changing production code
* Easy to create/add more fields related only with TShark
* It reuse the {{Util::parse}}