aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat-notify.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-13 08:14:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-13 08:14:45 +0000
commit0b6dbbea35bf694621f58adb80b077d1ab7f3615 (patch)
treec2f33663862683cc812925f42705d2c10d3add72 /packet-stat-notify.c
parent53292d26a231ce2f64e2bc35dcb2da0db250e010 (diff)
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
Diffstat (limited to 'packet-stat-notify.c')
-rw-r--r--packet-stat-notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-stat-notify.c b/packet-stat-notify.c
index 962fecb616..24f2b34902 100644
--- a/packet-stat-notify.c
+++ b/packet-stat-notify.c
@@ -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));
}