Fix a comment, to reflect the demise of "ethereal.h".
[obnox/wireshark/wip.git] / follow.h
index cffcd5e01b1a647fcd0d8d95f57c14b9d9e8736f..bce8e0a675505879c512f85a14f99604b3e999f1 100644 (file)
--- a/follow.h
+++ b/follow.h
@@ -1,6 +1,6 @@
 /* follow.h
  *
- * $Id: follow.h,v 1.3 1999/03/23 20:25:50 deniel Exp $
+ * $Id: follow.h,v 1.5 1999/07/31 13:55:16 deniel Exp $
  *
  * Copyright 1998 Mike Hall <mlh@io.com>
  *
@@ -41,9 +41,8 @@ typedef struct _tcp_frag {
 } tcp_frag;
 
 char* build_follow_filter( packet_info * );
-void reassemble_tcp( u_long, u_long, const char*, u_long, int, u_long );
-int check_fragments( int );
+void reassemble_tcp( u_long, u_long, const char*, u_long, int, 
+                    u_long, u_long, u_int, u_int );
 void  reset_tcp_reassembly( void );
-void write_packet_data( const u_char *, int );
 
 #endif