Ethereal-users: Re: [Ethereal-users] MATE & Ethereal V0.10.12

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 3 Aug 2005 00:02:57 +0200
Yes,
I happened to completely rewrite the mate's configuration parser but I
haven't yet rewriting the docs and examples :(.

the manual is almost complete (It is still missing Transforms), I'll
go back to it soon.

BTW in the new grammar tcp.mate looks like this

======== BEGIN =======
Pdu tcp_pdu Proto tcp Transport ip {
        Extract addr From ip.addr;
        Extract port From tcp.port;
		Extract tcp_start From tcp.flags.syn;
		Extract tcp_stop From tcp.flags.reset;
		Extract tcp_stop From tcp.flags.fin;
};

Gop tcp_ses On tcp_pdu Match (addr, addr, port, port) {
    Start (tcp_start=1);
	Stop (tcp_stop=1);
};

Done;
======== END =======


On 8/2/05, Keith French <keithfrench@xxxxxxxxxxxxx> wrote:
>  
> I installed V0.10.12 with Mate and have tried to get it working with the
> documentation on the wiki site. I have downloaded the tcp.mate and put the
> path to it (including the filename) in preferences/protocols/mate. However,
> when I restart Ethereal it always complains of a syntax problem on line 1. 
>   
> Is there any incompatibility between what is on the Wiki and the version of
> Mate in the 0.10.12 installer? 
>   
> I am running Win2K if this has any bearing on the matter. 
>   
> Keith French. 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 02/08/2005
> 
> 
> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users
> 
> 
> 


-- 
This information is top security. When you have read it, destroy yourself.
-- Marshall McLuhan