aboutsummaryrefslogtreecommitdiffstats
path: root/stat_menu.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 22:03:10 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 22:03:10 +0000
commit845162fe4416128cc8f626779286ba0255f880db (patch)
tree67b6b711075666eeec4286bee850b3f84b0d3416 /stat_menu.h
parent1d9956d00a94efd9c34aa5a404cd4cb57a6a9326 (diff)
experimental feature: dissector filters
add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22530 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'stat_menu.h')
-rw-r--r--stat_menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stat_menu.h b/stat_menu.h
index 142cc5b47e..d52b4c9353 100644
--- a/stat_menu.h
+++ b/stat_menu.h
@@ -50,7 +50,8 @@ typedef enum {
REGISTER_STAT_GROUP_RESPONSE_TIME,
REGISTER_STAT_GROUP_TELEPHONY,
/* XXX - split into telephony and VoIP? */
- REGISTER_ANALYZE_GROUP_NONE
+ REGISTER_ANALYZE_GROUP_NONE,
+ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER
#ifdef HAVE_LUA_5_1
,REGISTER_TOOLS_GROUP_NONE
#endif