aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-rs_pgo.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-03-09Make variables not used outside the module static.Guy Harris1-2/+2
Initialize "hf_error_st" to -1, the same way other hf_ variables are initialized, and make it an "int", as other hf_ variables are. svn path=/trunk/; revision=10354
2004-02-24From Jaime Fournier: more bug fixes.Guy Harris1-2/+24
svn path=/trunk/; revision=10224
2004-02-24From Jaime Fournier: bug fixes.Guy Harris1-6/+9
svn path=/trunk/; revision=10218
2004-02-21Re-do fix for Jaime Fournier's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=10164
2004-02-21Update from Jaime Fournier.Guy Harris1-176/+1780
svn path=/trunk/; revision=10162
2004-01-27From Jaime Fournier: update his e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=9880
2004-01-19char *drep -> guint8 *drepJörg Mayer1-5/+5
svn path=/trunk/; revision=9735
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-17/+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-28Assign the results of calls to "tvb_get_ptr()" to const pointerGuy Harris1-15/+13
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-288/+288
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_PGO dissectorRonnie Sahlberg1-0/+288
svn path=/trunk/; revision=6249