IAX Ethereal Plugin v0.1
========================

1. Download the source code for Ethereal and unpack it somewhere. I
   used Ethereal 0.9.16, but it should work with newer/older versions
   too.

2. Copy the files iax2.h and packet-iax2.c into the root of the ethereal
   source directory tree.

3. Modify makefile.nmake/makefile.am to add a packet-iax2.c line in the
   midst of all the other packet anaylser lines. Even if you're not
   familiar with makefile, it's pretty obvious where it should go. :)

4. Do a ./configure && make && make install.

It's not complete yet (doesn't do anything nice with voice packets, for
example, so you can't yet filter voice packets based on source call
number).

However, all the IAX handshaking is properly decomposed. You can filter
packets based on information elements (iax2.ies.called_number etc.).

This code is licensed under the GPL, a copy of which comes with Ethereal.

Copyright 2003 Alastair Maw
