aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-browser.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-42/+42
2003-10-02From Jean-Baptiste Marchand: add operation names for browser service.Guy Harris1-73/+83
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-2/+16
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-23/+23
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-89/+89
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-30/+30
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-2/+2
2002-06-16ALIGN_TO_4_BYTES cleanupRonnie Sahlberg1-15/+3
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-4/+4
2002-05-30Fixed bug when dissectors forgot to eat the array headers for conformant_run==1Ronnie Sahlberg1-7/+28
2002-05-28DCERPC Browser protocol updates. Dissection completed of all functions and st...Ronnie Sahlberg1-10/+663
2002-05-28Dissection of some functions and structure for dcerpc browser protocol.Ronnie Sahlberg1-6/+426
2002-05-28Added skeleton dissector for DCERPC Browser protocolRonnie Sahlberg1-0/+83