aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-21 13:05:46 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-21 21:07:17 +0000
commitc96858b5fe9d60ef66c42d93000813249d7363af (patch)
treea6f78f2c5b04d567d91a6e86812c01a37c8c74b8 /epan/dissectors/packet-netbios.h
parent9407160e05ab8031014b1a7db9488b3f0f7e041b (diff)
Use the "netbios" heuristic dissector list elsewhere.
Use find_heur_dissector_list() to find the "netbios" heuristic dissector list, rather than using code from packet-netbios.c. Change-Id: Ieeab58d7c6eb32491b026b242c687bd18c4d5cdb Reviewed-on: https://code.wireshark.org/review/5955 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-netbios.h')
-rw-r--r--epan/dissectors/packet-netbios.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-netbios.h b/epan/dissectors/packet-netbios.h
index a57a43441b..7ea79ee03e 100644
--- a/epan/dissectors/packet-netbios.h
+++ b/epan/dissectors/packet-netbios.h
@@ -38,7 +38,5 @@ extern int get_netbios_name(tvbuff_t *tvb, int offset,
extern const char *netbios_name_type_descr(int name_type);
extern void netbios_add_name( const char* label, tvbuff_t *tvb, int offset,
proto_tree *tree);
-extern void dissect_netbios_payload(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree);
#endif