aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-browser.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-23/+23
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-89/+89
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-30/+30
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-16ALIGN_TO_4_BYTES cleanupRonnie Sahlberg1-15/+3
svn path=/trunk/; revision=5683
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-4/+4
svn path=/trunk/; revision=5604
2002-05-30Fixed bug when dissectors forgot to eat the array headers for conformant_run==1Ronnie Sahlberg1-7/+28
resulting in an assert to abort ethereal. It shows that the assers worked and that it will find bugs and not allow the dissectors to misdissect the packets. svn path=/trunk/; revision=5601
2002-05-28DCERPC Browser protocol updates. Dissection completed of all functions and ↵Ronnie Sahlberg1-10/+663
structures for DCERPC Browser protocol used by windows hosts. Dissector dissects all types, all structs and all functions. However, the names of scalars, aggregates and functions are not known and have to be filled in later when users report what the fields actually means. The dissector also contains the entire IDL definition which can be extracted by running cat packet-dcerpc-browser.c | grep IDL | sed -e "s/.*IDL//g" >browser.idl Please keep the idl definitions updated when changing this file. svn path=/trunk/; revision=5580
2002-05-28Dissection of some functions and structure for dcerpc browser protocol.Ronnie Sahlberg1-6/+426
svn path=/trunk/; revision=5579
2002-05-28Added skeleton dissector for DCERPC Browser protocolRonnie Sahlberg1-0/+83
svn path=/trunk/; revision=5578