aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter2003-06-171-1/+12
* Add new routines:Guy Harris2003-06-121-7/+4
* As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanGuy Harris2003-06-101-3/+2
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-22/+73
* Put back the stuff for connection-oriented data to show fragment data asGuy Harris2003-05-271-4/+17
* Null-terminate ASCII string values in "dissect_ndr_cvstring()".Guy Harris2003-05-261-1/+2
* Fix typo in name of ett for krb5 auth verifier.Tim Potter2003-05-231-35/+54
* Move dissection of NETLOGON secure channel auth verifier intoTim Potter2003-05-151-45/+9
* Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter2003-05-151-9/+51
* Re-commit stuff that was lost...Richard Sharpe2003-05-141-2/+58
* Have "dissect_ndr_cvstring()" set the length of the top-level item toGuy Harris2003-05-101-2/+4
* Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownGuy Harris2003-05-101-22/+31
* Based on a patch from Jean-Baptiste Marchand, mark stub data asGuy Harris2003-05-081-43/+41
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tGuy Harris2003-04-151-5/+7
* Reassembly of DCE/RPC fragments for Request packets was slightly broken.Ronnie Sahlberg2003-04-141-131/+183
* Do the same for dissect_ndr_char_cvstring.Guy Harris2003-03-311-2/+5
* change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ...Ronnie Sahlberg2003-03-171-2/+5
* Pointer <--> int converions cause warnings on ia64.Jörg Mayer2003-03-101-2/+3
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-051-53/+58
* Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris2003-02-241-35/+3
* Well, perhaps that padding really *is* padding, or maybe it's some otherGuy Harris2003-02-211-12/+1
* When putting the lowest-level protocol tree item in for a UnicodeGuy Harris2003-02-111-9/+24
* In dissect_ndr_cvstring(), return string data even if tree == NULL.Tim Potter2003-02-101-10/+11
* Added a comment about the length argument to fake_unicode. It should beTim Potter2003-02-101-10/+14
* Fix some comments.Guy Harris2003-02-071-3/+3
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-10/+22
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-10/+18
* Catch ReportedBoundsError when dissecting even non-encrypted stub data,Guy Harris2003-02-071-5/+15
* Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris2003-02-071-1/+173
* Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's.Tim Potter2003-02-051-3/+3
* Replace the 'levels' argument to dissect_ndr_pointer() with a callbackTim Potter2003-01-281-18/+41
* Add a missing include packet-dcerpc-nt.hJörg Mayer2003-01-241-1/+2
* Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter2003-01-241-1/+2
* Catch ReportedBoundsError exceptions when dissecting decrypted stubGuy Harris2003-01-141-5/+19
* Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg2003-01-061-2/+23
* Fix a braino in a last-minute fix I put into the previous checkin.Guy Harris2002-12-311-1/+2
* From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris2002-12-311-89/+148
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* When processing a connection-oriented DCERPC PDU, don't set the columnsGuy Harris2002-12-141-7/+6
* From Devin Heitmueller:Guy Harris2002-12-111-31/+22
* It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weGuy Harris2002-12-051-2/+2
* Arguments to hash routines are gconstpointer's; assign them to constGuy Harris2002-11-281-10/+10
* Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC overGuy Harris2002-11-101-4/+17
* In connection-oriented DCE RPC, the authentication data are credentialsGuy Harris2002-11-051-21/+58
* Use the full name of the "hf_dcerpc_obj_id" field when formatting theGuy Harris2002-11-031-5/+12
* From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in theRonnie Sahlberg2002-11-021-66/+95
* From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris2002-10-251-15/+2
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-2/+2
* From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris2002-10-231-1/+40