aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-rs_pgo.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Make variables not used outside the module static.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10354 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-24From Jaime Fournier: more bug fixes.guy1-2/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10224 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-24From Jaime Fournier: bug fixes.guy1-6/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10218 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-21Re-do fix for Jaime Fournier's e-mail address.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10164 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-21Update from Jaime Fournier.guy1-176/+1780
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10162 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-27From Jaime Fournier: update his e-mail address.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9880 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-19char *drep -> guint8 *drepjmayer1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9735 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8123 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7936 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-28Assign the results of calls to "tvb_get_ptr()" to const pointerguy1-15/+13
variables, not non-const pointer variables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6691 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-08Get rid of carriage returns - they upset some UNIX compilers (andguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6588 f5534014-38df-0310-8fa8-9805f1628bb7
2002-09-10From Jamie Fournier DCE/RPC RS_PGO dissectorsahlberg1-0/+288
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6249 f5534014-38df-0310-8fa8-9805f1628bb7