Make the filter name for the status monitor callback "statnotify", to

match the name in the filterable fields; make the short name "STAT-CB"
again.

svn path=/trunk/; revision=3927
This commit is contained in:
Guy Harris 2001-09-13 08:14:45 +00:00
parent 53292d26a2
commit 0b6dbbea35
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* Routines for async NSM stat callback dissection
* 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
*
* $Id: packet-stat-notify.c,v 1.6 2001/09/13 08:02:11 guy Exp $
* $Id: packet-stat-notify.c,v 1.7 2001/09/13 08:14:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -88,7 +88,7 @@ proto_register_statnotify(void)
&ett_statnotify,
};
proto_statnotify = proto_register_protocol("Network Status Monitor CallBack Protocol", "STAT_CB", "stat_cb");
proto_statnotify = proto_register_protocol("Network Status Monitor CallBack Protocol", "STAT-CB", "statnotify");
proto_register_field_array(proto_statnotify, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}