New Plugin from Luis Ontanon:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 11 Dec 2004 01:00:17 +0000 (01:00 +0000)
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 11 Dec 2004 01:00:17 +0000 (01:00 +0000)
commit0a4d314ade75e57fbd7bfcbbdd0de1cf3215b405
treed48333a163cc0d71fa18091824988f0e429210d6
parenta3cc5a93fc0ee3608b652162d343052097517a5c
New Plugin from Luis Ontanon:
    MATE -- Meta Analysis and Tracing Engine

Won't be compiled by default.

It is still not possible to link the plugin on Win32.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12716 f5534014-38df-0310-8fa8-9805f1628bb7
32 files changed:
plugins/mate/AUTHORS [new file with mode: 0644]
plugins/mate/COPYING [new file with mode: 0644]
plugins/mate/INSTALL [new file with mode: 0644]
plugins/mate/Makefile.am [new file with mode: 0644]
plugins/mate/Makefile.nmake [new file with mode: 0644]
plugins/mate/NEWS [new file with mode: 0644]
plugins/mate/examples/call.thing [new file with mode: 0644]
plugins/mate/examples/cmplx_call.thing [new file with mode: 0644]
plugins/mate/examples/ftp.thing [new file with mode: 0644]
plugins/mate/examples/mgw.thing [new file with mode: 0644]
plugins/mate/examples/mgw2.thing [new file with mode: 0644]
plugins/mate/examples/mgw_mi.thing [new file with mode: 0644]
plugins/mate/examples/newcall.mate [new file with mode: 0644]
plugins/mate/examples/nrg_sms.thing [new file with mode: 0644]
plugins/mate/examples/rad.thing [new file with mode: 0644]
plugins/mate/mate.h [new file with mode: 0644]
plugins/mate/mate_plugin.c [new file with mode: 0644]
plugins/mate/mate_runtime.c [new file with mode: 0644]
plugins/mate/mate_setup.c [new file with mode: 0644]
plugins/mate/mate_util.c [new file with mode: 0644]
plugins/mate/mate_util.h [new file with mode: 0644]
plugins/mate/matelib/dns.mate [new file with mode: 0644]
plugins/mate/matelib/h225_ras.mate [new file with mode: 0644]
plugins/mate/matelib/isup.mate [new file with mode: 0644]
plugins/mate/matelib/megaco.mate [new file with mode: 0644]
plugins/mate/matelib/q931.mate [new file with mode: 0644]
plugins/mate/matelib/radius.mate [new file with mode: 0644]
plugins/mate/matelib/rtsp.mate [new file with mode: 0644]
plugins/mate/matelib/sip.mate [new file with mode: 0644]
plugins/mate/moduleinfo.h [new file with mode: 0644]
plugins/mate/packet-mate.c [new file with mode: 0644]
plugins/mate/presentation.txt [new file with mode: 0644]