Wireshark-commits: [Wireshark-commits] master-2.6 9e86400: Make the string representation of the fr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2018 23:16:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e86400d28e712541b946156cc4ca62567c7b09b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

9e86400 by Guy Harris (guy@xxxxxxxxxxxx):

    Make the string representation of the frame bitmap cover the frame bitmap.
    
    Make it begin where the frame bitmap begins, and end where the frame
    bitmap ends, rather than pretending it begins where the frame bitmap
    *ends* and is as many bytes long as the generated string is.
    
    Change-Id: Id62ba067116e3191646af764d3ae846474ac29c8
    Reviewed-on: https://code.wireshark.org/review/28160
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 89540b9cba201855385fd90d1bffec270bf74ce9)
    Reviewed-on: https://code.wireshark.org/review/28161
    

Actions performed:

    from  7464dc4   The string part of a NULL string is zero bytes long, not 4 bytes long.
    adds  9e86400   Make the string representation of the frame bitmap cover the frame bitmap.


Summary of changes:
 epan/dissectors/packet-t30.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)