diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-02-19 03:43:43 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-02-19 03:43:43 +0000 |
commit | 642d7239dc8dc8332732dd91224a2d73a31fc143 (patch) | |
tree | 915aa8900955b021b9b4bcd08a2d40b997a503bd /file.c | |
parent | 51f8197b51918aa20536f4343b4de11700204764 (diff) | |
download | wireshark-642d7239dc8dc8332732dd91224a2d73a31fc143.tar.gz wireshark-642d7239dc8dc8332732dd91224a2d73a31fc143.tar.bz2 wireshark-642d7239dc8dc8332732dd91224a2d73a31fc143.zip |
Update a comment.
svn path=/trunk/; revision=4757
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* file.c * File I/O routines * - * $Id: file.c,v 1.261 2002/02/18 01:08:35 guy Exp $ + * $Id: file.c,v 1.262 2002/02/19 03:43:43 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -1575,8 +1575,8 @@ select_packet(capture_file *cf, int row) NULL); /* Display the GUI protocol tree and hex dump. - XXX - why does the protocol tree not show up if we call - "proto_tree_draw()" before calling "add_byte_views()"? */ + XXX - why do we dump core if we call "proto_tree_draw()" + before calling "add_byte_views()"? */ add_byte_views(cf->current_frame, cf->edt->tree, tree_view, byte_nb_ptr); proto_tree_draw(cf->edt->tree, tree_view); |