http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53100
User: mmann
Date: 2013/11/06 02:31 PM
Log:
Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_info* infomation be passed in as a function parameter. Bug 9387 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9387)
All "generated" source was manually modified (with the power of search/replace), but I believe the "source input" files have been adjusted (checked into revs 53098 and 53099) to reflect the necessary changes (with possible whitespace formatting differences).
The Microsoft compiler doesn't flag "unused function parameters", so I apologize in advance if I may have missed a few. The "dcerpc_info* di" parameter is used in almost every function.
Directory: /trunk/epan/dissectors/
Changes Path Action
+192 -195 packet-dcerpc-atsvc.c Modified
+6 -6 packet-dcerpc-atsvc.h Modified
+163 -174 packet-dcerpc-browser.c Modified
+960 -960 packet-dcerpc-budb.c Modified
+14 -14 packet-dcerpc-budb.h Modified
+503 -503 packet-dcerpc-butc.c Modified
+14 -14 packet-dcerpc-butc.h Modified
+13 -13 packet-dcerpc-conv.c Modified
+1034 -1034 packet-dcerpc-dfs.c Modified
+34 -34 packet-dcerpc-dfs.h Modified
+612 -625 packet-dcerpc-dnsserver.c Modified
(74 files not shown)