diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-17 04:19:15 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-17 04:19:15 +0000 |
commit | 9612b74c16738b2b79fe6376122909741f836ffa (patch) | |
tree | 92c8229461c702ab93c30d50a7481658d805109b /menu.c | |
parent | 0d36ec8de2e587337c8d8bc787e40de23cda644a (diff) | |
download | wireshark-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |