wireshark/plugins/profinet
Michael Mann 22760b2d2a 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.

svn path=/trunk/; revision=53100
2013-11-06 14:31:29 +00:00
..
AUTHORS
CMakeLists.txt Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
COPYING Update FSF address - part II. 2012-06-28 23:18:38 +00:00
ChangeLog
INSTALL
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Make the other plugin makefiles use the new style introduced in the MATE 2013-02-09 05:31:15 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
NEWS
moduleinfo.h Add our license header to plugin moduleinfo.h files. Cleans up a batch of 2013-07-06 13:31:31 +00:00
moduleinfo.nmake update to the latest PROTINET changes: 2009-03-16 21:40:00 +00:00
packet-dcerpc-pn-io.c 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) 2013-11-06 14:31:29 +00:00
packet-dcom-cba-acco.c 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) 2013-11-06 14:31:29 +00:00
packet-dcom-cba-acco.h From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : 2013-03-03 18:45:23 +00:00
packet-dcom-cba.c 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) 2013-11-06 14:31:29 +00:00
packet-pn-dcp.c emem -> wmem 2013-09-17 21:34:05 +00:00
packet-pn-mrp.c From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
packet-pn-mrrt.c General cleanup: 2012-12-13 18:17:47 +00:00
packet-pn-ptcp.c From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
packet-pn-rt.c Fix (using '#if 0') a few more [-Wunused-const-variable] warnings 2013-10-23 16:59:34 +00:00
packet-pn.c expert_add_info_format_text -> expert_add_info_format 2013-09-09 00:11:19 +00:00
packet-pn.h From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158 2012-12-12 18:47:59 +00:00
plugin.rc.in