Wireshark-commits: [Wireshark-commits] master 4e8d739: Use tvb_strncaseeql() to check for XML.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Apr 2014 21:32:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e8d739609f8134afa79d4683590b499466bc674
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e8d739 by Guy Harris (guy@xxxxxxxxxxxx):

    Use tvb_strncaseeql() to check for XML.
    
    This avoids using tvb_get_nstringz0(), and simplifies the check.
    
    Change-Id: Ib33cf22bf79d4fac8896c25a8b879eeb6e506831
    Reviewed-on: https://code.wireshark.org/review/1044
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  baa9d10   iTXt chunk name
    adds  4e8d739   Use tvb_strncaseeql() to check for XML.


Summary of changes:
 epan/dissectors/packet-diameter_3gpp.c |    4 +---
 epan/dissectors/packet-text-media.c    |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)