aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.h
AgeCommit message (Collapse)AuthorFilesLines
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"stig1-1/+0
menu. Simplified getting the Display filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23786 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23686 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-17* Protocol Hierarchy Statistics:deniel1-1/+3
- store times of first and last packets in ph_stats_t - add bandwidth columns in GUI - miscellaneous code cleaning git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10398 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4586 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-12Give a number of files RCS IDs.guy1-0/+22
Give "proto_hier_stats.h" a standard header. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3540 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-22Add a new tool which summarizes packet counts by protocols, butgram1-0/+27
organizes the protocols in the same hierarchical order in which they are found in the packet. The GUI needs some more refinement (placment of vertical scrollbar, style of GtkCTree, initial sizing of window). I need to add an option to honor/not honor the current display filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3162 f5534014-38df-0310-8fa8-9805f1628bb7