aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-oxid.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-158/+158
svn path=/trunk/; revision=42266
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-18/+8
svn path=/trunk/; revision=39148
2010-10-06Change a couple of hf abbreviations so they're not the name of the hf variable.Jeff Morriss1-45/+45
Use . as the separator (after PROTOABBREV) in the hf abbreviations. svn path=/trunk/; revision=34397
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32410
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-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 svn path=/trunk/; revision=28770
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