<?xml version="1.0" encoding="UTF-8"?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->
<component id="ethanal" name="RT Ethernet Analyzer" >
<!-- id = id of the component (candev,canmon,canvca,lincan,ethanal,ethdev,verbus or versched) -->
<!-- name = short title of the component -->
	<title>Real-Time Ethernet Analyzer</title>
	
	<info>
		<authorgroup>
			<author>
				<firstname>Lukas</firstname>
				<surname>Pokorny</surname>
				<affiliation>
					<orgname>CTU</orgname>
				</affiliation>
				<email>
					<!-- url = mailto:your_email -->
					<ulink url="mailto:maskis@seznam.cz">maskis@seznam.cz</ulink>
				</email>
			</author>
		</authorgroup>
		<copyright>
			<year>2003</year>
			<holder>OCERA Consortium</holder>
		</copyright>
		<!-- id = number of workpackage -->
		<deliverable file="ms4-month24/WP7/D7.4.pdf" />
    <workpackage id="WP7"></workpackage>
		<!-- release = release date -->
		<!-- start = 01/07/2002 -->
		<date release="21/03/2003" start="01/07/2002"></date>
		<!-- value = version number -->
		<version cvs="comm/eth/analyzer" value="0.2.2"></version>
		<license value="GPL"></license>
		<!-- value = status (Testing or Stable) -->
		<status value="Stable"></status>
		<home-page url="http://www.ocera.org"></home-page>
		<!-- processor = target procesor (i386, PowerPC, ARM or Independent) -->
		<!-- board = optional attribute - board model -->
		<hardware processor="Independent"></hardware>
		<!-- rtlinux = version of target OS -->
		<!-- linux = version of target OS -->
		<platform rtlinux="Independent"></platform>
		<!-- value = type of the component (LowLevel, HighLevel or Application) -->
		<componenttype value="Application"></componenttype>		
		<keywords>Ethereal, Ethernet, RTPS, NDDS</keywords>
		<!-- reviewer info -->
		<reviewergroup>
			<author>
				<firstname></firstname>
				<surname></surname>
				<affiliation>
					<orgname></orgname>
				</affiliation>
				<!-- url = mailto:his/her_email -->
				<email><ulink url="mailto:"><!-- his/her email --></ulink>
				</email>
			</author>
		</reviewergroup>
	</info>
	<!-- ================================================== Description -->
	<description> 
		Real Time Ethernet analyzer is a module which adds support for RTPS protocol 
		into Ethereal (http://www.ethereal.com) network analyzer.
	</description>
	<!-- ================================================== Readme -->
	<readme>
		<!-- Readme info if any -->
	</readme>
	<!-- ================================================== Readme -->
	<install>
	First download source code distribution of Ethereal network analyze 
	from http://www.ethereal.com and unpack it. Current implementation 
	has been successfully tested with Ethereal version 0.10.2. 
	Untar installation package into directory containg Ethereal's source. 
	Edit file Makefile.common. Find all occurrences of string packet-rtsp 
	(yes, rtsp, it is not a typo) and add similar entries with string packet-rtps. 
	Now compile Ethereal analyzer by following commands: 
	./autogen.sh; ./configure; make; make install
	</install>
</component>