aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.stats_tree
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-03-31 12:55:44 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-02 06:29:33 +0000
commit9dde6d4b5fa6ba3312e3e3bff940a148b68cfba9 (patch)
treef8849e0b15747294e42406b29afa02183a4d6bc0 /doc/README.stats_tree
parentc9904986f7c52857bed8bb72bbe61b39c8f8de12 (diff)
doc: minor changes in README files.
Change-Id: I5b21ade727f9c4bed6545e69d87082baafaefa2b Reviewed-on: https://code.wireshark.org/review/26702 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc/README.stats_tree')
-rw-r--r--doc/README.stats_tree4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.stats_tree b/doc/README.stats_tree
index 24d4479945..cb276f3897 100644
--- a/doc/README.stats_tree
+++ b/doc/README.stats_tree
@@ -111,7 +111,7 @@ the stats_tree API
every stats_tree callback has a stats_tree* parameter (st), stats_tree is an obscure
data structure which should be passed to the api functions.
-stats_tree_register( tapname, abbr, name, flags, packet_cb, init_cb, cleanup_cb);
+stats_tree_register(tapname, abbr, name, flags, packet_cb, init_cb, cleanup_cb);
registers a new stats tree
stats_tree_register_plugin(tapname, abbr, name, flags, packet_cb, init_cb, cleanup_cb);
@@ -210,6 +210,6 @@ stat_node_clear_flags functions. Currently these flags are defined:
bottom half. Each half is sorted normally. Top always appear
first :)
-You can find more examples of these in $srcdir/plugins/stats_tree/pinfo_stats_tree.c
+You can find more examples of these in $srcdir/plugins/epan/stats_tree/pinfo_stats_tree.c
Luis E. G. Ontanon.