diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 19:49:07 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 19:49:07 +0000 |
commit | 996d4db495e60df8a627097e3885acdce209132c (patch) | |
tree | 31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/stats_tree.c | |
parent | 5db0c85982c837278fb397d53233303cd0eaf8e3 (diff) | |
download | wireshark-996d4db495e60df8a627097e3885acdce209132c.tar.gz wireshark-996d4db495e60df8a627097e3885acdce209132c.tar.bz2 wireshark-996d4db495e60df8a627097e3885acdce209132c.zip |
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/stats_tree.c')
-rw-r--r-- | epan/stats_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/stats_tree.c b/epan/stats_tree.c index abd4202a98..c0dfe3863d 100644 --- a/epan/stats_tree.c +++ b/epan/stats_tree.c @@ -1,5 +1,5 @@ /* stats_tree.c - * API for a counter tree for ethereal + * API for a counter tree for Wireshark * 2004, Luis E. G. Ontanon * * $Id$ @@ -510,7 +510,7 @@ extern int stats_tree_manip_node(manip_node_mode mode, stats_tree* st, const gui extern guint8* stats_tree_get_abbr(const guint8* optarg) { guint i; - /* XXX: this fails when tethereal is given any options + /* XXX: this fails when twireshark is given any options after the -z */ g_assert(optarg != NULL); |