aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-rs_misc.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28Assign the results of calls to "tvb_get_ptr()" to const pointerGuy Harris1-3/+3
variables, not non-const pointer variables. svn path=/trunk/; revision=6691
2002-11-08Get rid of carriage returns - they upset some UNIX compilers (andGuy Harris1-138/+138
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-10From Jamie Fournier: DCE/RPC RS_MISC dissectorRonnie Sahlberg1-0/+138
svn path=/trunk/; revision=6251