aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.c
Commit message (Expand)AuthorAgeFilesLines
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-9/+1
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-2/+15
* In the policy handle hashing, handle more than one policy handle havingGuy Harris2003-06-051-6/+6
* A quantity dissected as 6 unknown bytes in a logon reply actuallyGuy Harris2003-05-101-2/+12
* Use new format of dissect_ndr_cvstring() function.Tim Potter2003-02-101-4/+4
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-4/+4
* Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris2003-02-071-19/+16
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-6/+6
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-2/+2
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-6/+6
* Arguments to hash routines are gconstpointer's; assign them to constGuy Harris2002-11-281-6/+6
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-28/+28
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+2
* Fixed bug in MAPIRonnie Sahlberg2002-06-151-2/+5
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-5/+4
* Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg2002-05-271-6/+6
* Fix for bug when displaying selected item in hexpanel. 2 bytes too many wereRonnie Sahlberg2002-05-251-2/+2
* Throw in a cast to squelch a compiler complaint ("unsigned short" +Guy Harris2002-05-251-2/+2
* Some additional decoding of the decrypted MAPI PDU in opcode:2.Ronnie Sahlberg2002-05-251-3/+66
* MAPI new option. New option to decrypt the MAPI opnum 2 payload.Ronnie Sahlberg2002-05-251-12/+162
* MAPI Logoff function fully decoded.Ronnie Sahlberg2002-05-231-3/+27
* Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg2002-05-231-2/+146
* Added stub for MS Exchange MAPI protocol.Ronnie Sahlberg2002-05-231-0/+73