aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-fldb.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Make variables not used outside the module static.Guy Harris1-3/+3
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-21From Jaime Fournier:Guy Harris1-32/+10
properly handle the name string in a KerbPrin in a getSiteInfo response; dispaly name sizes in decimal rather than hex. svn path=/trunk/; revision=10158
2004-02-18From Jaime Fournier: updates to the FLDB dissector.Guy Harris1-51/+2103
svn path=/trunk/; revision=10086
2004-01-27From Jaime Fournier: update his e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=9880
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-38/+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-148/+148
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-13From Jaime Fournier: DCE/RCP FLDB interfaceRonnie Sahlberg1-0/+148
svn path=/trunk/; revision=6293