Wireshark-commits: [Wireshark-commits] master ee4a7f2: DisplayFilter: Check also another fields wit
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee4a7f2c5d22fa240beebe5f3cbf610cc3e28bc9
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ee4a7f2 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    DisplayFilter: Check also another fields with the same name
    
    This adds possibility to have two fields with the same abbrev name
    but different type, for example FT_ETHER and FT_STRING.
    That allows to compare each one to find a valid field.
    
    Change-Id: I8b2a1708ac9648b7a4289777c72a0f3b18f3d8f8
    Reviewed-on: https://code.wireshark.org/review/5702
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    
Actions performed:
    from  a73b89b   Use LocatePythonModule to locate asn2wrs.py
    adds  ee4a7f2   DisplayFilter: Check also another fields with the same name
Summary of changes:
 epan/dfilter/semcheck.c |   51 +++++++++++++++++------------------------------
 1 file changed, 18 insertions(+), 33 deletions(-)