Wireshark-commits: [Wireshark-commits] master c96858b: Use the "netbios" heuristic dissector list e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Dec 2014 21:07:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c96858b5fe9d60ef66c42d93000813249d7363af
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c96858b by Guy Harris (guy@xxxxxxxxxxxx):

    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@xxxxxxxxxxxx>
    

Actions performed:

    from  9407160   Do not use packet scoped memory in GUI
    adds  c96858b   Use the "netbios" heuristic dissector list elsewhere.


Summary of changes:
 epan/dissectors/packet-nbipx.c   |   20 ++++++++++++++++++++
 epan/dissectors/packet-nbns.c    |   21 +++++++++++++++++++++
 epan/dissectors/packet-netbios.c |    2 +-
 epan/dissectors/packet-netbios.h |    2 --
 4 files changed, 42 insertions(+), 3 deletions(-)