Wireshark-commits: [Wireshark-commits] master af9ca05: packet-dcerpc: implement dissecting of rpc_s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Nov 2015 08:05:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af9ca05d3a9bbd6bbca4fa02bd9f0b3585e90f19
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

af9ca05 by Gregor Beck (gbeck@xxxxxxxxx):

    packet-dcerpc: implement dissecting of rpc_sec_verification_trailer
    
    See [MS-RPCE], https://msdn.microsoft.com/en-us/library/cc243559.aspx
    and frame 34 in
    https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=dcerpc-winreg-with-rpc-sec-verification-trailer.pcap
    
    Change-Id: Ia96c1b220da5d22f2fbf216b9e6fa70b5e068deb
    Signed-off-by: Gregor Beck <gbeck@xxxxxxxxx>
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/11362
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  35a1383   Major Re-factoring of the dissector and some new features.
    adds  af9ca05   packet-dcerpc: implement dissecting of rpc_sec_verification_trailer


Summary of changes:
 epan/dissectors/packet-dcerpc.c |  408 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 396 insertions(+), 12 deletions(-)