aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-rs_repadm.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-27From Jaime Fournier: update his e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=9880
2003-12-28In calls to "dcerpc_init_uuid()" only the *major* version number of theGuy Harris1-2/+2
interface is supplied; by virtue of 1.1 being truncated to 1, and by virtue of the putative major and minor version numbers in 1.1 both being 1, a version number initialized to 1.1 presumably happened to work for RPRIV and RS_REPADM, but we might as well do it right. svn path=/trunk/; revision=9465
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-2/+2
svn path=/trunk/; revision=9459
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-19/+10
list rather than duplicating this information in the dissector. Some of the opnum strings were starting to get out of date as developers forgot to update the information in both places. svn path=/trunk/; revision=7936
2002-11-08Get rid of carriage returns - they upset some UNIX compilers (andGuy Harris1-113/+113
Windows compilers, etc. largely appear to handle files without them, assuming CVS doesn't just put them in when you check them out). Also get rid of execute permission on source files. svn path=/trunk/; revision=6588
2002-09-11From Jaime Fournier: DCE/RPC REPADMIN interfaceRonnie Sahlberg1-0/+113
svn path=/trunk/; revision=6270