aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 05:18:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 05:18:26 +0000
commit81d8d1ed7fa5a0a5bd255624707cfb060de37e10 (patch)
tree4db3b85d646ba62fdcb60502a69fa7704d2cce6e /packet-null.h
parent259bf5e90b33c1dc2a744eed8f07f1e2e23d1ec9 (diff)
Make "packet-null.c" include "packet-null.h", so that the declarations
in "packet-null.h" will be checked against the definitions in "packet-null.c". Fix the declaration of "dissect_null()" in "packet-null.h", so that said checks don't complain. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1980 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-null.h')
-rw-r--r--packet-null.h4
1 files changed, 2 insertions, 2 deletions
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);