summaryrefslogtreecommitdiff
path: root/packet-ascend.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-16 15:22:31 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-16 15:22:31 +0000
commit961528e2c596643b01ac99b83f3835c286face32 (patch)
treef2afc99853d3b6974f27e2777703194ef2577ea5 /packet-ascend.h
parent39994bd360dc2b3dfb0bf84dfee311a1a0ec907d (diff)
downloadwireshark-961528e2c596643b01ac99b83f3835c286face32.tar.gz
Fix dissect_ascend() prototype.
svn path=/trunk/; revision=1968
Diffstat (limited to 'packet-ascend.h')
-rw-r--r--packet-ascend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ascend.h b/packet-ascend.h
index e857570660..1330691ade 100644
--- a/packet-ascend.h
+++ b/packet-ascend.h
@@ -1,6 +1,6 @@
/* packet-ascend.h
*
- * $Id: packet-ascend.h,v 1.1 2000/02/15 21:01:58 gram Exp $
+ * $Id: packet-ascend.h,v 1.2 2000/05/16 15:22:31 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,4 +23,4 @@
*/
-void dissect_ascend(const u_char *, frame_data *, proto_tree *);
+void dissect_ascend(tvbuff_t *, packet_info *, proto_tree *);