Diego Lovison created JGRP-2434:
-----------------------------------
Summary: Support multiple TShark fields parser
Key: JGRP-2434
URL:
https://issues.redhat.com/browse/JGRP-2434
Project: JGroups
Issue Type: Enhancement
Affects Versions: 5.0
Reporter: Diego Lovison
Assignee: Bela Ban
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}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)