aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-srvsvc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-20Removed some unused prototypes.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=30630
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-751/+751
(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
2008-12-09Squelch a couple of Valgrind warnings.Gerald Combs1-872/+872
svn path=/trunk/; revision=26946
2007-05-16start prettifying SRVSVCRonnie Sahlberg1-10/+10
svn path=/trunk/; revision=21799
2007-05-15we must provide a hfinfo field when dissecting a dcerpc integer or else Ronnie Sahlberg1-2886/+2460
we might get a dissector bug assert and fail to dissect the blob svn path=/trunk/; revision=21797
2007-03-29update INITSHUTDOWN and SRVSVC and regenerate with patched PIDLRonnie Sahlberg1-4053/+4624
svn path=/trunk/; revision=21265
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings svn path=/trunk/; revision=21228
2007-03-27fix the remaining MSVC warnings by setting individual ↵Ulf Lamping1-0/+7
#pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ... svn path=/trunk/; revision=21221
2006-09-18some more bitmaps for SRVSVCRonnie Sahlberg1-44/+252
svn path=/trunk/; revision=19250
2006-09-18add decoding of the SessionInfo userflagsRonnie Sahlberg1-9/+73
svn path=/trunk/; revision=19249
2006-09-16generate SRVSVC by pidlRonnie Sahlberg1-5310/+17374
small prettification regression but that will be fixed in the next few days svn path=/trunk/; revision=19244
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=18196
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_dataRonnie Sahlberg1-4/+4
to make the symbol compatible with an autogenerated LSA dissector. no changes to the code, just a rename. svn path=/trunk/; revision=13206
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ↵Ronnie Sahlberg1-2/+2
64 bit integer but in reality is a struct containing 2 32bit integers. this construct is aligned on 4 byte boundaries in ndr and NOT 8 bytes as a real uint64 (== hyper) would be. rename the existing dissect_ndr_uint64 ro dissect_ndr_duint32 (double uint32) to make it reflect better the alignment of the type. svn path=/trunk/; revision=13184
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-1/+1
"packet-windows-common.[ch]". svn path=/trunk/; revision=11592
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+7485
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410