aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,guy1-2/+2
2004-01-19char *drep -> guint8 *drepjmayer1-8/+8
2003-10-24From Jean-Baptiste Marchand: add more MAPI procedure names.guy1-9/+17
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/+15
2003-06-05In the policy handle hashing, handle more than one policy handle havingguy1-6/+6
2003-05-10A quantity dissected as 6 unknown bytes in a logon reply actuallyguy1-2/+12
2003-02-10Use new format of dissect_ndr_cvstring() function.tpot1-4/+4
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toguy1-4/+4
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".guy1-19/+16
2003-02-03Convert to new DCERPC string handling functions. There are still sometpot1-6/+6
2003-01-28Panic if a preference starts with the name of the module to which itguy1-2/+2
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().tpot1-6/+6
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constguy1-6/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-28/+28
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-2/+2
2002-06-15Fixed bug in MAPIsahlberg1-2/+5
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-31Removed some trailing commas from various DCERPC dissectors.tpot1-5/+4
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...sahlberg1-6/+6
2002-05-25Fix for bug when displaying selected item in hexpanel. 2 bytes too many weresahlberg1-2/+2
2002-05-25Throw in a cast to squelch a compiler complaint ("unsigned short" +guy1-2/+2
2002-05-25Some additional decoding of the decrypted MAPI PDU in opcode:2.sahlberg1-3/+66
2002-05-25MAPI new option. New option to decrypt the MAPI opnum 2 payload.sahlberg1-12/+162
2002-05-23MAPI Logoff function fully decoded.sahlberg1-3/+27
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.sahlberg1-2/+146
2002-05-23Added stub for MS Exchange MAPI protocol.sahlberg1-0/+73