diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-19 22:37:45 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-19 22:37:45 +0000 |
commit | 7a2bfb7a6180c8621f7768f05f8a81687b7b068e (patch) | |
tree | b816280a3d6918d187f7dbaec41051f339811de6 /stat_menu.h | |
parent | 103bf2973029d3dbfd02776560169a562c9cae04 (diff) | |
download | wireshark-7a2bfb7a6180c8621f7768f05f8a81687b7b068e.tar.gz wireshark-7a2bfb7a6180c8621f7768f05f8a81687b7b068e.tar.bz2 wireshark-7a2bfb7a6180c8621f7768f05f8a81687b7b068e.zip |
Initial version of the new Statistics -> Content List -> HTTP feature. This
feature lists all of the content found in an HTTP stream (images, http, etc.)
and displays it in a list that allows the user to save each one as a file that
is already reassembled by the dissectors.
svn path=/trunk/; revision=20867
Diffstat (limited to 'stat_menu.h')
-rw-r--r-- | stat_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stat_menu.h b/stat_menu.h index 259e8ed19e..dec78e8a5d 100644 --- a/stat_menu.h +++ b/stat_menu.h @@ -45,6 +45,7 @@ extern "C" { typedef enum { REGISTER_STAT_GROUP_NONE, REGISTER_STAT_GROUP_GENERIC, + REGISTER_STAT_GROUP_CONTENT_LIST, REGISTER_STAT_GROUP_CONVERSATION_LIST, REGISTER_STAT_GROUP_ENDPOINT_LIST, REGISTER_STAT_GROUP_RESPONSE_TIME, |