aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-27 22:13:29 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-27 22:13:29 +0000
commit4674161ed098046b9b686dc32dcbf07d99274c73 (patch)
tree3f0800afa239a51eaa25ac60e93066f3c11837d6 /plugins
parent4a84a894d90c52df8c79242bd3ac64386d058f89 (diff)
add some higher packet length values
svn path=/trunk/; revision=18021
Diffstat (limited to 'plugins')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index 5eccf454fa..1a9aea6e25 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -94,7 +94,7 @@ static int st_node_plen = -1;
static const gchar* st_str_plen = "Packet Length";
static void plen_stats_tree_init(stats_tree* st) {
- st_node_plen = stats_tree_create_range_node(st, st_str_plen, 0, "0-19","20-39","40-79","80-159","160-319","320-639","640-1279","1280-",NULL);
+ st_node_plen = stats_tree_create_range_node(st, st_str_plen, 0, "0-19","20-39","40-79","80-159","160-319","320-639","640-1279","1280-2559","2560-5119","5120-",NULL);
}
static int plen_stats_tree_packet(stats_tree* st, packet_info* pinfo, epan_dissect_t *edt _U_, const void *p _U_) {
@@ -104,7 +104,7 @@ static int plen_stats_tree_packet(stats_tree* st, packet_info* pinfo, epan_disse
return 1;
}
-/* a tree exapmple
+/* a tree example
- IP
- PROTO
- PORT