aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat-notify.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-13 08:02:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-13 08:02:11 +0000
commit3af4def7d27ef21c8025d6f94f31b82370b0d51b (patch)
treeb2a45ee8ca5f0074eccf30fa152e40480c3d07b0 /packet-stat-notify.c
parent2a148564d67964bef7eb5a2e8511fa431060850f (diff)
NLM fix, and change of status monitor callback protocol name to use "_"
rather than "-" ("-" upsets the display filter parser), from Ronnie Sahlberg. svn path=/trunk/; revision=3924
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 c68a333349..962fecb616 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.5 2001/06/18 02:17:53 guy Exp $
+ * $Id: packet-stat-notify.c,v 1.6 2001/09/13 08:02:11 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", "stat_cb");
proto_register_field_array(proto_statnotify, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}