aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/xdlc.h')
-rw-r--r--epan/xdlc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/epan/xdlc.h b/epan/xdlc.h
index 525f30b393..f7fc79fe00 100644
--- a/epan/xdlc.h
+++ b/epan/xdlc.h
@@ -134,14 +134,6 @@ extern const value_string modifier_vals_resp[];
extern int get_xdlc_control(const guchar *pd, int offset, gboolean is_extended);
-/**
- * Check whether the control field of the packet looks valid.
- */
-WS_DLL_PUBLIC gboolean check_xdlc_control(tvbuff_t *tvb, int offset,
- const value_string *u_modifier_short_vals_cmd,
- const value_string *u_modifier_short_vals_resp, gboolean is_response,
- gboolean is_extended _U_);
-
WS_DLL_PUBLIC int dissect_xdlc_control(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *xdlc_tree, int hf_xdlc_control, gint ett_xdlc_control,
const xdlc_cf_items *cf_items_nonext, const xdlc_cf_items *cf_items_ext,