Wireshark-commits: [Wireshark-commits] master afe07a9: - Mark some DCE/RPC functions as public do a
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afe07a9b09bfd3951d76922cb78ea9f0b1254b7f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
afe07a9 by Micha Reiser (michafamreiser.ch):
- Mark some DCE/RPC functions as public do allow calls from plugins
- DCOM:
* Mark some DCOM functions as public do allow calls from plugins
* Add Support for Additional Variant Types Money, I8, UI8
* Fix an uint32 overflow when dissecting nwstringz0 where the length is 0
* Use WS_DLL_PUBLIC instead of WS_DLL_PUBLIC_DEF
Change-Id: I02861a09203c6b42326f5a7b7e652e0f7c26d369
Reviewed-on: https://code.wireshark.org/review/8222
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4120530 GSM CBS: fix a typo
adds afe07a9 - Mark some DCE/RPC functions as public do allow calls from plugins
Summary of changes:
epan/dissectors/packet-dcerpc-nt.h | 1 +
epan/dissectors/packet-dcerpc.h | 4 ++++
epan/dissectors/packet-dcom.c | 32 +++++++++++++++++++++++++++++---
epan/dissectors/packet-dcom.h | 4 ++--
epan/proto.h | 2 +-
5 files changed, 37 insertions(+), 6 deletions(-)