[jboss-jira] [JBoss JIRA] Commented: (JGRP-324) Ethereal plugin for JGroups

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Thu Mar 6 11:41:58 EST 2008


    [ http://jira.jboss.com/jira/browse/JGRP-324?page=comments#action_12401620 ] 
            
Richard Achmatowicz commented on JGRP-324:
------------------------------------------

Some progress has been made on this issue to date:

(i) worked through a Wireshark tutorial on writing a dissector and produced a small working example. Based on looking at other examples, it appears that this will be an adequate template for the JGroups dissector.

(ii)  the first task is to write dissectors for the lowest level protocols, UDP and TCP. Once those are working, add in dissectors for higher level layers. The key difficulty in writing a dissector is discovering the precide format of messages (UDP, TCP, FC, FD,...) and their contents. This has been done for UDP, by looking through the UDP.java sources, and Bela has pointed me to documents in the distribution where others may be found. I have been asked to maintain a record of these formats as they will be useful for future reference.


> Ethereal plugin for JGroups
> ---------------------------
>
>                 Key: JGRP-324
>                 URL: http://jira.jboss.com/jira/browse/JGRP-324
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Bela Ban
>         Assigned To: Richard Achmatowicz
>            Priority: Minor
>             Fix For: 2.x
>
>
> Write a C implementation of an ethereal plugin which understands the JGroups wire format and displays information about the JGroups messages (e.g. sender, receiver, headers) in ethereal.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list