Wireshark-commits: [Wireshark-commits] master bf8bc8e: wslua: add support for ft_none dissector tab
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Jun 2019 13:39:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf8bc8e007ef8c12e79f95d97b3cf5868a7f671f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bf8bc8e by Martin Kaiser (wireshark@xxxxxxxxx):

    wslua: add support for ft_none dissector tables
    
    The C code introduced ft_none dissector tables some time ago. They have
    no indicator to select the next protocol, only Decode As is supported
    for them.
    
    Allow lua code to create ft_none dissector tables as well. The patch
    is trying to make as few changes as possible to DissectorTable_new().
    
    Change-Id: Ie3ff58f092e6922ab7878d202c7484a64b2430a3
    Reviewed-on: https://code.wireshark.org/review/33588
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  24138a0   tools: add speex to rpm-setup.
     add  bf8bc8e   wslua: add support for ft_none dissector tables


Summary of changes:
 epan/wslua/wslua_dissector.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)