Wireshark-commits: [Wireshark-commits] master fafa686: Enable case-insensitive string dissector tab

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Dec 2014 21:09:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fafa686a684c499c53d71dc513e37d6c8b99a22e
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fafa686 by Evan Huus (eapache@xxxxxxxxx):

    Enable case-insensitive string dissector tables
    
    Permit passing TRUE as the parameter during table registration to achieve that
    effect.
    
    Use it in RTP media type table.
    
    Bug: 10708
    Change-Id: I892fb1a421d349f0c05197dec90f14fc34ad6b97
    Reviewed-on: https://code.wireshark.org/review/5695
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  27095f9   Add Bug 10488 (multiple capture files) to the release notes.
    adds  fafa686   Enable case-insensitive string dissector tables


Summary of changes:
 debian/libwireshark0.symbols |    2 +-
 epan/dissectors/packet-rtp.c |    2 +-
 epan/packet.c                |   43 +++++++++++++++++++++++++++++++-----------
 epan/packet.h                |   15 ++++++++++-----
 epan/wslua/wslua_proto.c     |    2 +-
 ui/gtk/decode_as_dlg.c       |    2 +-
 ui/qt/decode_as_dialog.cpp   |    4 ++--
 7 files changed, 48 insertions(+), 22 deletions(-)