aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat-notify.c
diff options
context:
space:
mode:
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));
}