aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_chunk_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-24 01:10:16 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-24 01:10:16 +0000
commit699f06760cae98892f7b728c84d7eb341d454b9e (patch)
tree78574d48547e74e41f99de3a847af41aba3cf0ef /ui/gtk/sctp_chunk_stat.c
parent3c41347f677b371bcae3ad70259b878ee3c44f51 (diff)
A long-overdue rename of register_dfilter_stat() to
register_param_stat() to reflect that it's for arbitrary statistics tap parameters, not just a display filter. svn path=/trunk/; revision=49549
Diffstat (limited to 'ui/gtk/sctp_chunk_stat.c')
-rw-r--r--ui/gtk/sctp_chunk_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/sctp_chunk_stat.c b/ui/gtk/sctp_chunk_stat.c
index 6ba6535b93..67cd7b4b2a 100644
--- a/ui/gtk/sctp_chunk_stat.c
+++ b/ui/gtk/sctp_chunk_stat.c
@@ -321,7 +321,7 @@ sctpstat_init(const char *opt_arg, void *userdata _U_)
void
register_tap_listener_sctpstat(void)
{
- register_dfilter_stat(&sctp_stat_dlg, "S_CTP/Chunk Counter",
+ register_param_stat(&sctp_stat_dlg, "S_CTP/Chunk Counter",
REGISTER_STAT_GROUP_TELEPHONY);
}