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