aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-messenger.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-3/+3
svn path=/trunk/; revision=9735
2003-09-27From JBM update the function names for MessengerRonnie Sahlberg1-3/+9
svn path=/trunk/; revision=8555
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-26Decoding of Messenger SendMessage functionRonnie Sahlberg1-2/+62
svn path=/trunk/; revision=7943
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-6/+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
2003-06-25MS Messenger stub dissectorRonnie Sahlberg1-0/+85
svn path=/trunk/; revision=7931