aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-31 03:58:56 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-31 03:58:56 +0000
commitaa553f63ecc7b9e310a05b743502c50f6dffb800 (patch)
tree51fbaf8816a6c74cd38581bc4c2eda79a91f9246 /xdlc.h
parentfa8b1d4e8b3882975514518232e429eaa5e41659 (diff)
Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,
too. svn path=/trunk/; revision=2030
Diffstat (limited to 'xdlc.h')
-rw-r--r--xdlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdlc.h b/xdlc.h
index 930eb35b8d..ff7312077b 100644
--- a/xdlc.h
+++ b/xdlc.h
@@ -2,7 +2,7 @@
* Define *DLC frame types, and routine to dissect the control field of
* a *DLC frame.
*
- * $Id: xdlc.h,v 1.12 2000/01/24 02:05:39 guy Exp $
+ * $Id: xdlc.h,v 1.13 2000/05/31 03:58:56 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -79,6 +79,6 @@
int get_xdlc_control(const u_char *pd, int offset, int is_response,
int extended);
-int dissect_xdlc_control(const u_char *pd, int offset, frame_data *fd,
+int dissect_xdlc_control(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *xdlc_tree, int hf_xdlc_control, gint ett_xdlc_control,
int is_response, int extended);