If we have pcap_open, call it instead of pcap_open_live, otherwise we might
[obnox/wireshark/wip.git] / stat_menu.h
index 5f8fa4b1e521ec368c8a5802a6c7a99786d08c28..355bf680a85d8c943767c61da493123f65329f2e 100644 (file)
@@ -43,20 +43,15 @@ extern "C" {
 
 /** The menu group this stat should be registered in. */
 typedef enum {
-    REGISTER_STAT_GROUP_NONE,
-    REGISTER_STAT_GROUP_GENERIC,
-#if GTK_MAJOR_VERSION >= 2
-    REGISTER_STAT_GROUP_CONTENT_LIST,
-#endif
+       REGISTER_ANALYZE_GROUP_UNSORTED,
+       REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER,
+    REGISTER_STAT_GROUP_UNSORTED,
+    REGISTER_STAT_GROUP_GENERIC,                /* generic function, not specific to a protocol */
     REGISTER_STAT_GROUP_CONVERSATION_LIST,
     REGISTER_STAT_GROUP_ENDPOINT_LIST,
     REGISTER_STAT_GROUP_RESPONSE_TIME,
     REGISTER_STAT_GROUP_TELEPHONY,
-    /* XXX - split into telephony and VoIP? */
-       REGISTER_ANALYZE_GROUP_NONE
-#ifdef HAVE_LUA_5_1
-       ,REGISTER_TOOLS_GROUP_NONE
-#endif
+       REGISTER_TOOLS_GROUP_UNSORTED
 } register_stat_group_t;
 
 #ifdef __cplusplus