Wireshark-commits: [Wireshark-commits] master 9a05640: Fix Bug 9792: 'Lua: setting pinfo.dst_port a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Feb 2014 18:24:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a05640711977a83b629fa80ba4a0a8be687906a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9a05640 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'
    
    Setting the Pinfo.dst_port to a value actually changes the src_port's value,
    due to a bug in wslua_pinfo.c, where both src_port and dst_port attributes use
    the PARAM_PORT_SRC for their setter type enum.
    
    Change-Id: I1b84ba8b343ec857d04a2d0809e16f17ba2a43e8
    Reviewed-on: https://code.wireshark.org/review/269
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  1fd434e   Add missing SBC library to cmake build
    adds  9a05640   Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'


Summary of changes:
 epan/wslua/wslua_pinfo.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)