aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 13:28:13 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 13:28:13 +0000
commit3f03cb994988c84cf203cf8d1e1099473bbb72d4 (patch)
tree5331e4556488e136c1e6c632817896069f8879fb /gtk/proto_draw.h
parent1c26125c634214afb6b2eef794a33b0a4a9e9c84 (diff)
add more details for doxygen
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11122 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 20e5b5da5c..ce8d117840 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -1,7 +1,7 @@
/* proto_draw.h
* Definitions for GTK+ packet display structures and routines
*
- * $Id: proto_draw.h,v 1.28 2004/06/04 17:16:58 ulfl Exp $
+ * $Id: proto_draw.h,v 1.29 2004/06/05 13:28:13 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -58,9 +58,8 @@ extern void set_notebook_page(GtkWidget *nb_ptr, tvbuff_t *tvb);
/** Redraw a given byte view window.
*
* @param nb_ptr the byte view notebook
- * @param fd ???
- * @param finfo ???
- * @todo think about parameters
+ * @param fd selected frame
+ * @param finfo selected field_info
*/
extern void redraw_hex_dump(GtkWidget *nb_ptr, frame_data *fd, field_info *finfo);