aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-17 04:19:15 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-17 04:19:15 +0000
commit9612b74c16738b2b79fe6376122909741f836ffa (patch)
tree92c8229461c702ab93c30d50a7481658d805109b /menu.c
parent0d36ec8de2e587337c8d8bc787e40de23cda644a (diff)
downloadwireshark-9612b74c16738b2b79fe6376122909741f836ffa.tar.gz
wireshark-9612b74c16738b2b79fe6376122909741f836ffa.tar.bz2
wireshark-9612b74c16738b2b79fe6376122909741f836ffa.zip
Added just enough fields to TCP to support "Follow TCP Stream". It works now.
Added the protocol IDs for ipx and IGMP, but not their fields. svn path=/trunk/; revision=365
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 62f15fddad..b4b94b2fd9 100644
--- a/menu.c
+++ b/menu.c
@@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
- * $Id: menu.c,v 1.25 1999/07/13 03:08:06 gram Exp $
+ * $Id: menu.c,v 1.26 1999/07/17 04:19:02 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -149,7 +149,7 @@ menus_init(void) {
set_menu_sensitivity("/Tools/Graph", FALSE);
set_menu_sensitivity("/Tools/Summary", FALSE);
- set_menu_sensitivity("/Tools/Follow TCP Stream", FALSE);
+ /*set_menu_sensitivity("/Tools/Follow TCP Stream", FALSE);*/
set_menu_sensitivity("/Display/Match Selected", FALSE);
}
}