Wireshark-commits: [Wireshark-commits] master a49e552: DMP: Handle encoded 7bit string as binary.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Apr 2015 06:58:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a49e5523d0f32a3562d1c079aa8de32f5bb02de3
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a49e552 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    DMP: Handle encoded 7bit string as binary.
    
    This bug was introduced when rewriting tvb_get_string() to
    handle encoding (and thus handling ASCII string different).
    
    Change-Id: Ia37a9d075fb58c8d6c26af811e96f7ca1e82af3d
    Reviewed-on: https://code.wireshark.org/review/7962
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  0a729d8   Revert "Don't rescan packets when a display filter is added if we are capturing without "Updating list of packets in real time".  There are no displayed packets to filter!"
    adds  a49e552   DMP: Handle encoded 7bit string as binary.


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