aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-null.c3
-rw-r--r--packet-null.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/packet-null.c b/packet-null.c
index 18bc02cce7..9c26f51294 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.22 2000/05/19 04:54:34 gram Exp $
+ * $Id: packet-null.c,v 1.23 2000/05/19 05:18:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -39,6 +39,7 @@
#endif
#include "packet.h"
+#include "packet-null.h"
#include "packet-atalk.h"
#include "packet-ip.h"
#include "packet-ipv6.h"
diff --git a/packet-null.h b/packet-null.h
index 3a51eb1d3f..3dcdd3048c 100644
--- a/packet-null.h
+++ b/packet-null.h
@@ -1,6 +1,6 @@
/* packet-null.h
*
- * $Id: packet-null.h,v 1.1 2000/02/15 21:02:45 gram Exp $
+ * $Id: packet-null.h,v 1.2 2000/05/19 05:18:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,4 @@
*/
void capture_null(const u_char *, packet_counts *);
-void dissect_null(const u_char *, frame_data *, proto_tree *);
+void dissect_null(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);