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