Wireshark-commits: [Wireshark-commits] master 16d45a6: Allow FT_BYTES, FT_NONE, FT_STRING use lengt
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Apr 2014 06:23:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16d45a69caf1d47e381c661ab6b2269116084e62
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

16d45a6 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Allow FT_BYTES, FT_NONE, FT_STRING use length "-1"
    
    All three types support zero length, so using
    -1 (aka length remaining) should be safe.
    
    Change-Id: Ia616d652ce6884f8e12a5ac5782073403810b10b
    Reviewed-on: https://code.wireshark.org/review/1072
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  fca3746   Enhance translation (rename toolTip to avoid similar string...)
    adds  16d45a6   Allow FT_BYTES, FT_NONE, FT_STRING use length "-1"


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