aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-oxid.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-16FT_STRING -> FT_GUIDUlf Lamping1-1/+1
svn path=/trunk/; revision=18934
2006-08-14various minor DCOM dissection enhancements:Ulf Lamping1-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 svn path=/trunk/; revision=18904
2006-08-11add an experimental DCOM object "database" based on the exchanged interface ↵Ulf Lamping1-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 svn path=/trunk/; revision=18882
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-05-24dissect ServerAlive responseUlf Lamping1-1/+19
svn path=/trunk/; revision=14426
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.Guy Harris1-22/+11
svn path=/trunk/; revision=13198
2005-01-18slightly improve dissection of complex_ping responseUlf Lamping1-1/+11
svn path=/trunk/; revision=13113
2004-12-19tweak some commentsUlf Lamping1-1/+3
svn path=/trunk/; revision=12781
2004-12-19add a lot of dissect stuff to the OXID resolver, moved some details of the ↵Ulf Lamping1-188/+238
DUALSTRINGARRAY to packet-dcom.c svn path=/trunk/; revision=12779
2004-12-19renamed all DCOM related interface dissectors from packet-dcerpc-... to ↵Ulf Lamping1-0/+284
packet_dcom_... and add DCOM IDispatch dissector (incomplete, but better than nothing... ;-) svn path=/trunk/; revision=12777