aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-tapi.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-8/+8
svn path=/trunk/; revision=9735
2003-10-22From Jean-Baptiste MarchandRonnie Sahlberg1-19/+19
add function names for the TAPI interface svn path=/trunk/; revision=8745
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-2/+14
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-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-3/+3
items N levels up from the item being processed, and use that to decorate the tree as it was decorated before. svn path=/trunk/; revision=7043
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-8/+8
Strings that used to call with levels != -1 should call the callback helper which will append the string to the pointer item. svn path=/trunk/; revision=7017
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-18/+18
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-2/+2
for a value_string that corresponds to that dissectors opnums. Pass in -1 if no such table is available. svn path=/trunk/; revision=5749
2002-06-02TAPI interface.Ronnie Sahlberg1-0/+244
svn path=/trunk/; revision=5609