URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2717766a9a8e1eaa630df4e452a63d1af163a3e0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2717766 by Michael Mann (mmann78@xxxxxxxxxxxx):
Use tcp_dissect_pdus in DCE/RPC dissector when running atop TCP.
Yes DCE/RPC runs on top of many dissectors, all which need their own fragmentation support, but TCP can give it to you "for free". DCE/RPC protocol format is also very conducive to it.
Ping-Bug: 6392
Change-Id: I0d16854fed3d9c4229c3d2973782f676a51dd719
Reviewed-on: https://code.wireshark.org/review/4923
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 47ff5bb Sync debian symbol files to current API.
adds 2717766 Use tcp_dissect_pdus in DCE/RPC dissector when running atop TCP.
Summary of changes:
epan/dissectors/packet-dcerpc.c | 78 +++++++++++++++++++++++++++++++++------
1 file changed, 67 insertions(+), 11 deletions(-)