aboutsummaryrefslogtreecommitdiffstats
path: root/xdlc.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-31 03:58:56 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-31 03:58:56 +0000
commitd3cf6abccf0b2b9fbcac9e89a2c3a889c4289eb1 (patch)
tree51fbaf8816a6c74cd38581bc4c2eda79a91f9246 /xdlc.h
parentf659a5dacb6cae074184e8a75f5d54b8b5afcac3 (diff)
Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,
too. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2030 f5534014-38df-0310-8fa8-9805f1628bb7
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);