summaryrefslogtreecommitdiff
path: root/stat_menu.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-09 03:11:14 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-09 03:11:14 +0000
commit7c57c05ed55c1dca6a8d2a6abc34a34d8835cdb8 (patch)
tree4d69137c290e28198dee5fa24280bbb77d30222c /stat_menu.h
parent7de24ea51b4397defb37edf9744ca2f69523b3a6 (diff)
downloadwireshark-7c57c05ed55c1dca6a8d2a6abc34a34d8835cdb8.tar.gz
* Add a Submenu (/Views/User Tables) where UATs can be accessed.
* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest * in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT# svn path=/trunk/; revision=20753
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..259e8ed19e 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_USER_TABLES
#ifdef HAVE_LUA_5_1
,REGISTER_TOOLS_GROUP_NONE
#endif