aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.c
AgeCommit message (Collapse)AuthorFilesLines
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-15Fixed bug in MAPIRonnie Sahlberg1-2/+5
If we had unreassebled DCERPC PDUs but had decryption of MAPI enabled we would try to read too much data from the tvbuff and ethereal would later dump core. svn path=/trunk/; revision=5673
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
in the "packet_info" structure instead, as we don't need a pointer for every single frame in the capture file, just for each frame for which we currently have an open "epan_dissect_t". svn path=/trunk/; revision=5614
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-5/+4
svn path=/trunk/; revision=5604
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a ↵Ronnie Sahlberg1-6/+6
subtree was a design mistake which caused ugliness in the unicode string str dissector and in other places. Dissectors will temporarily have less pretty output for topleve ref pointers until their output is retuned. svn path=/trunk/; revision=5573
2002-05-25Fix for bug when displaying selected item in hexpanel. 2 bytes too many wereRonnie Sahlberg1-2/+2
highlited. svn path=/trunk/; revision=5562
2002-05-25Throw in a cast to squelch a compiler complaint ("unsigned short" +Guy Harris1-2/+2
"int" constant becomes "int", and comparing that with "unsigned int" gives a "signed vs. unsigned comparison" warning, even though the "int" constant in question is positive). svn path=/trunk/; revision=5559
2002-05-25Some additional decoding of the decrypted MAPI PDU in opcode:2.Ronnie Sahlberg1-3/+66
Length byte and some sort of trailer identified. svn path=/trunk/; revision=5558
2002-05-25MAPI new option. New option to decrypt the MAPI opnum 2 payload.Ronnie Sahlberg1-12/+162
svn path=/trunk/; revision=5557
2002-05-23MAPI Logoff function fully decoded.Ronnie Sahlberg1-3/+27
Ha, if the other functions are as easy to figure out i will be a happy boy. svn path=/trunk/; revision=5533
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg1-2/+146
The function request/call are dissected but the main body of the function in/out parameters consists of a unidimensional conformant and varying array of bytes which content is encrypted/obfuscated. Whoever can tell me how to decrypt/unobfuscate these bytes will get a case of VB next time in Sydney. svn path=/trunk/; revision=5532
2002-05-23Added stub for MS Exchange MAPI protocol.Ronnie Sahlberg1-0/+73
If anyone has a better name they are welcome to change it. Perhaps we can now remove the packet-mapi.c dissector. svn path=/trunk/; revision=5530