From c96858b5fe9d60ef66c42d93000813249d7363af Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 21 Dec 2014 13:05:46 -0800 Subject: 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 --- epan/dissectors/packet-netbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-netbios.c') diff --git a/epan/dissectors/packet-netbios.c b/epan/dissectors/packet-netbios.c index 4ecd5ef154..b4f58d0001 100644 --- a/epan/dissectors/packet-netbios.c +++ b/epan/dissectors/packet-netbios.c @@ -1062,7 +1062,7 @@ static guint32 (*const dissect_netb[])(tvbuff_t *, packet_info *, int, proto_tre static heur_dissector_list_t netbios_heur_subdissector_list; -void +static void dissect_netbios_payload(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { heur_dtbl_entry_t *hdtbl_entry; -- cgit v1.2.3