aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-17 03:12:28 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-17 03:12:28 +0000
commitff28af3608a4b51dea4d96fc907ffb0e5f0f02f1 (patch)
tree2f123f7fccaa41be86444a370706bb390d0a6ca8 /ethereal.h
parent0d8e908a4db8a8a4cde807e1b6feb5c9511d349e (diff)
* Added Mike Hall's TCP reconstruction code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ethereal.h')
-rw-r--r--ethereal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ethereal.h b/ethereal.h
index 161863e0f2..79c4202d47 100644
--- a/ethereal.h
+++ b/ethereal.h
@@ -1,7 +1,7 @@
/* ethereal.h
* Global defines, etc.
*
- * $Id: ethereal.h,v 1.2 1998/09/16 03:21:55 gerald Exp $
+ * $Id: ethereal.h,v 1.3 1998/09/17 03:12:24 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -34,6 +34,7 @@
#define DEF_WIDTH 750
#define DEF_HEIGHT 550
#define DEF_READY_MESSAGE " Ready to load or capture"
+#define EXTERNAL_FILTER "/usr/local/bin/ethereal_tcp_filter -f"
/* Byte swapping routines */
#define SWAP16(x) \
@@ -71,7 +72,9 @@ typedef struct _selection_info {
} selection_info;
void file_sel_ok_cb(GtkWidget *, GtkFileSelection *);
+void blank_packetinfo();
gint file_progress_cb(gpointer);
+void follow_stream_cb( GtkWidget *, gpointer);
void file_open_cmd_cb(GtkWidget *, gpointer);
void file_close_cmd_cb(GtkWidget *, gpointer);
void file_quit_cmd_cb(GtkWidget *, gpointer);