From Luis Ontanon:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Jan 2005 18:07:18 +0000 (18:07 +0000)
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Jan 2005 18:07:18 +0000 (18:07 +0000)
commit816391cb68361e481af7b566f312224ba93d89d3
treec9cddbda7dae4b962c3cf0ab0c94bf957b3b0c3a
parent8f731f621154624cf27838b187edc1f3a1a07425
From Luis Ontanon:

A new patch for mate

- changed the default config file name to ""
- avoid trying to confgure mate when the config filename is ""
- add filename and line to config errors, that way one can actually
find errors in config files
- teady up the config error strings ( made them uniform )
- fixed a crash when missing index AVPs (Name,For,On etc) in config AVPLS
- make sure we do not delete the config AVPs and AVPLs to avoid
references to unsubscribed strings been left arround
- fixed the len on LoALs
- changed the way loal_from_file reports an error.
- matelib/sip.mate was missing the Name in a PduDef  (from Julien Leproust)
- matelib/h225_ras had a wrong field name (from Julien Leproust)

At this point mate is silent when it's not expressely configured by the user.

From me:
reduce compiler noise on MSVC

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12985 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/mate/Makefile.nmake
plugins/mate/mate_setup.c
plugins/mate/mate_util.c
plugins/mate/matelib/h225_ras.mate
plugins/mate/matelib/sip.mate
plugins/mate/packet-mate.c