Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.wireshark...
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Oct 2013 14:45:03 +0000 (14:45 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Oct 2013 14:45:03 +0000 (14:45 +0000)
commit187117b9e9eb9ba8d4d12280929fe2dcb669dd36
tree7b7885391055681dfc03ffc44bdb53a8171a89dd
parente7fc9da2cf02bab723a2f4a36c4c9af9efa541f2
Remove check_col from generated DCE/RPC dissectors.  Bug 8804 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8804).

I still couldn't figure out how to generate the source, so I made the modifications to the generated dissectors "manually" (search/replace tool in VS) that would match the "PIDL source" included here.

I will be sending the "PIDL source" (non dissector files) to the samba team.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52313 f5534014-38df-0310-8fa8-9805f1628bb7
20 files changed:
epan/dissectors/packet-dcerpc-dfs.c
epan/dissectors/packet-dcerpc-dnsserver.c
epan/dissectors/packet-dcerpc-dssetup.c
epan/dissectors/packet-dcerpc-efs.c
epan/dissectors/packet-dcerpc-eventlog.c
epan/dissectors/packet-dcerpc-frsrpc.c
epan/dissectors/packet-dcerpc-frstrans.c
epan/dissectors/packet-dcerpc-initshutdown.c
epan/dissectors/packet-dcerpc-lsa.c
epan/dissectors/packet-dcerpc-mapi.c
epan/dissectors/packet-dcerpc-nspi.c
epan/dissectors/packet-dcerpc-rfr.c
epan/dissectors/packet-dcerpc-samr.c
epan/dissectors/packet-dcerpc-srvsvc.c
epan/dissectors/packet-dcerpc-winreg.c
epan/dissectors/packet-dcerpc-wkssvc.c
epan/dissectors/pidl/frsrpc.cnf
epan/dissectors/pidl/mapi/request.cnf.c
epan/dissectors/pidl/mapi/response.cnf.c
tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm