aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-null.h')
-rw-r--r--packet-null.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-null.h b/packet-null.h
index 3dcdd3048c..4323c409ad 100644
--- a/packet-null.h
+++ b/packet-null.h
@@ -1,6 +1,6 @@
/* packet-null.h
*
- * $Id: packet-null.h,v 1.2 2000/05/19 05:18:26 guy Exp $
+ * $Id: packet-null.h,v 1.3 2000/08/11 13:34:05 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_NULL_H__
+#define __PACKET_NULL_H__
+
void capture_null(const u_char *, packet_counts *);
void dissect_null(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+
+#endif