aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-27 22:13:29 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-27 22:13:29 +0000
commit97280bd2b5fc649ccd8b9a232544fd121825ca6b (patch)
tree3f0800afa239a51eaa25ac60e93066f3c11837d6 /plugins
parent3c795f317962a1168a068e7d4bea74e893e959d2 (diff)
add some higher packet length values
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18021 f5534014-38df-0310-8fa8-9805f1628bb7
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