Wireshark-commits: [Wireshark-commits] master 411112a: packet-smb2: provide reassembling support fo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Nov 2015 01:13:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=411112a1ff172a6ef7530c06a8887de1973a1205
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

411112a by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. DCERPC)
    
    Change-Id: Ie6f28fd749219ddadc53820f94866e91cca297cb
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/11596
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d64cf48   Fix Developers Guide link to source snapshots
    adds  411112a   packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. DCERPC)


Summary of changes:
 epan/dissectors/packet-dcerpc.c |    2 +-
 epan/dissectors/packet-mswsp.c  |    2 +-
 epan/dissectors/packet-smb2.c   |  343 ++++++++++++++++++++++++++++++++++++---
 3 files changed, 324 insertions(+), 23 deletions(-)