Wireshark-commits: [Wireshark-commits] master 1f724bc: iSER: Add iSER dissector support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Jun 2014 15:26:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f724bc891173e5941a031f158f92f2d2ed3cbcc
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1f724bc by Yan Burman (yanb@xxxxxxxxxxxx):

    iSER: Add iSER dissector support
    
    Bug: 10189
    Change-Id: Ie99d99a1736b3c6446d5a00edf201a49dfcd4780
    Reviewed-on: https://code.wireshark.org/review/2247
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  a09de61   Fix Function call argument is an uninitialized value
    adds  1f724bc   iSER: Add iSER dissector support


Summary of changes:
 docbook/release-notes.asciidoc  |    3 +-
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-iser.c   |  456 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 459 insertions(+), 2 deletions(-)
 create mode 100644 epan/dissectors/packet-iser.c