Wireshark-commits: [Wireshark-commits] master b2af5b0: Convert a few dissectors with simple request

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Apr 2014 10:23:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b2af5b066ab265af79a94da8367b1aa66b7972be
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b2af5b0 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Convert a few dissectors with simple request/response tracking from red/black tree to hash map
    Update the readme file accordingly
    
    Change-Id: I056d1ab1f77df641b83fa9b3618b6c25d66e1a83
    Reviewed-on: https://code.wireshark.org/review/1420
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8f2e234   Add support for Congestion Notification TLVs (802.1Qau)
    adds  b2af5b0   Convert a few dissectors with simple request/response tracking from red/black tree to hash map Update the readme file accordingly


Summary of changes:
 doc/README.request_response_tracking |   12 ++++++------
 epan/dissectors/packet-adwin.c       |   10 +++++-----
 epan/dissectors/packet-cops.c        |   10 +++++-----
 epan/dissectors/packet-diameter.c    |    8 ++++----
 epan/dissectors/packet-dns.c         |   10 +++++-----
 epan/dissectors/packet-fcp.c         |   10 +++++-----
 epan/dissectors/packet-gvcp.c        |   12 ++++++------
 epan/dissectors/packet-iscsi.c       |   18 +++++++++---------
 epan/dissectors/packet-ndmp.c        |   26 +++++++++++++-------------
 epan/dissectors/packet-pana.c        |   10 +++++-----
 10 files changed, 63 insertions(+), 63 deletions(-)