aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-tapi.c
AgeCommit message (Collapse)AuthorFilesLines
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