Wireshark-commits: [Wireshark-commits] master f1fa8df: dfilter: remove size() function.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Jan 2019 20:45:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1fa8df3241c7e3177e0504a608b1a943ccebc00
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f1fa8df by Dario Lombardo (lomato@xxxxxxxxx):

    dfilter: remove size() function.
    
    It is overlapping to len(), then they've been merged into len()
    that now gives the length of any field.
    
    Change-Id: I8e39536a4d15eff4c4b44bb39fd965729cc46951
    Reviewed-on: https://code.wireshark.org/review/31462
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  3cc0cfc   CMake: try harder to find the right Python version
     add  f1fa8df   dfilter: remove size() function.


Summary of changes:
 epan/dfilter/dfunctions.c | 61 +++--------------------------------------------
 1 file changed, 3 insertions(+), 58 deletions(-)