aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-oxid.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-16/+16
(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-16FT_STRING -> FT_GUIDulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18934 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-14various minor DCOM dissection enhancements:ulfl1-1/+1
- 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-2/+2
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-24dissect ServerAlive responseulfl1-1/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14426 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.guy1-22/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13198 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-18slightly improve dissection of complex_ping responseulfl1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13113 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-19tweak some commentsulfl1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12781 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-19add a lot of dissect stuff to the OXID resolver, moved some details of the ↵ulfl1-188/+238
DUALSTRINGARRAY to packet-dcom.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12779 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-19renamed all DCOM related interface dissectors from packet-dcerpc-... to ↵ulfl1-0/+284
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