aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-08 01:03:40 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-08 01:03:40 +0000
commit0caff51de09644b00b177e8e6dbae05b1390f1e2 (patch)
treed3c696dda21f2bc7a64cb632e2971c86c04bba4c /file.h
parentbd43f0610eec26eaa09c273511d72e239f1555ce (diff)
Add a "Go To Frame" menu item, which lets you go to a frame by frame
number. svn path=/trunk/; revision=989
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index 525f518faa..839af0855f 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.51 1999/11/06 06:54:24 guy Exp $
+ * $Id: file.h,v 1.52 1999/11/08 01:03:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -136,6 +136,7 @@ void colorize_packets(capture_file *);
int print_packets(capture_file *cf, print_args_t *print_args);
void change_time_formats(capture_file *);
gboolean find_packet(capture_file *cf, dfilter *sfcode);
+gboolean goto_frame(capture_file *cf, guint fnumber);
void select_packet(capture_file *, int);
void unselect_packet(capture_file *);