aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-remact.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16various UUID/GUID based changes.ulfl1-2/+2
I think I've changed all corresponding appearances from FT_STRING to FT_GUID, so assert the FT_ type as it should only be a FT_GUID now. Add a generic implementation in guid_utils.h to have a way to store data about GUID to name resolving (something like value_string for e.g. int). It might be better to have a single registry for all GUID's of all dissectors and implement the GUID name resolving into the proto_tree_add... functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18935 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-14various minor DCOM dissection enhancements:ulfl1-13/+0
- add a generic guid register to dissect UUID's (move this to a seperate file?) - this enables us to set some known names for special UUID's - use standard DCOM fields for IID and alike in remunk.c - cleanup dcom_protseq_vals handling - some FT_STRING to FT_GUID changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18904 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-11add an experimental DCOM object "database" based on the exchanged interface ↵ulfl1-19/+9
pointers add a lot more PROFINET CBA dissection output based on these DCOM context information still need some improvements, e.g. dissection uses a simple (slow) linear list search changes are fuzz-tested git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18882 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-31better dissect ProtSeqs valuesulfl1-1/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14508 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.guy1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13198 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-24the methods from these interfaces were missing the DCOM this/that header and ↵ulfl1-0/+4
therefore were missdissected git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13168 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-19add dissection of RemoteActivation methodulfl1-13/+203
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12780 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-19renamed all DCOM related interface dissectors from packet-dcerpc-... to ↵ulfl1-0/+77
packet_dcom_... and add DCOM IDispatch dissector (incomplete, but better than nothing... ;-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12777 f5534014-38df-0310-8fa8-9805f1628bb7