diff options
Diffstat (limited to 'plugins/epan/stats_tree/pinfo_stats_tree.h')
-rw-r--r-- | plugins/epan/stats_tree/pinfo_stats_tree.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/epan/stats_tree/pinfo_stats_tree.h b/plugins/epan/stats_tree/pinfo_stats_tree.h new file mode 100644 index 00000000..48e834e1 --- /dev/null +++ b/plugins/epan/stats_tree/pinfo_stats_tree.h @@ -0,0 +1,13 @@ +/* pinfo_stats_tree.h + * Stats tree for ethernet frames + * + * (c) 2005, Luis E. G. Ontanon <luis@ontanon.org> + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +extern void register_pinfo_stat_trees(void); |