summaryrefslogtreecommitdiff
path: root/epan/xdlc.h
diff options
context:
space:
mode:
authorPiotr Tulpan <piotr.tulpan@netscan.pl>2017-06-06 16:26:02 +0200
committerMichael Mann <mmann78@netscape.net>2017-06-08 20:22:33 +0000
commitce93b4d178ec8f8d47d2063387465dff1be822d7 (patch)
treeb824b7e5e9f3afd2e2cc0793b1856104ce84c80b /epan/xdlc.h
parent7cd552b5e0031d63ddecb4ef1d85fd369de10e2a (diff)
downloadwireshark-ce93b4d178ec8f8d47d2063387465dff1be822d7.tar.gz
packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with prefs.
Remove the heuristic dissector that checks for arbitrary UDP ports in favor of adding a preference for the range of UDP ports that can be used for LAPD. Change-Id: Ib85fbee4a433727af24279fffb0cbf2c25f7d292 Reviewed-on: https://code.wireshark.org/review/21985 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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,