Wireshark-commits: [Wireshark-commits] master-2.0 4475c7d: Lua: Check for duplicate heuristic short

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Mar 2016 10:20:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4475c7ddda7105a38e0478b55b4af8679c2df1bc
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

4475c7d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Lua: Check for duplicate heuristic short name
    
    A Proto may be only be registered with a heuristic dissector once,
    because we check this in heur_dissector_add().
    
    Change-Id: I524fa832b647d557f13aedcb870f7789058d2180
    Reviewed-on: https://code.wireshark.org/review/14436
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 39c11ce133d6f5201257abe0b937093caf45a5cb)
    Reviewed-on: https://code.wireshark.org/review/14439
    

Actions performed:

    from  1c3f547   Make sure tcpinfo.fin is always set.
    adds  4475c7d   Lua: Check for duplicate heuristic short name


Summary of changes:
 epan/wslua/wslua_proto.c |    5 +++++
 1 file changed, 5 insertions(+)