Wireshark-commits: [Wireshark-commits] master bfad6f0: wslua: add a Proto parameter to DissectorTab
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Jun 2019 02:39:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfad6f03d64992794978c7deca9484f962620912
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bfad6f0 by Martin Kaiser (wireshark@xxxxxxxxx):

    wslua: add a Proto parameter to DissectorTable.new()
    
    Add an optional paramter of type Proto to DissectorTable.new().
    If the caller provides a Proto, we can get the protocol id and
    use it when we register the dissector table.
    
    Change-Id: I3ab0819c41fa97288ec962d8d495b63d4750ce4b
    Reviewed-on: https://code.wireshark.org/review/33608
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6d539de   couchbase: Add prepare seqno to DCP_ABORT
     add  bfad6f0   wslua: add a Proto parameter to DissectorTable.new()


Summary of changes:
 epan/wslua/wslua_dissector.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)