| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove silly dcerpc_smb_check_long_frame() function and all calls to it. | Tim Potter | 2003-06-17 | 1 | -1/+12 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -7/+4 |
* | As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather than | Guy Harris | 2003-06-10 | 1 | -3/+2 |
* | There can be more than one DCE RPC call per frame, e.g. there can be | Guy Harris | 2003-06-04 | 1 | -22/+73 |
* | Put back the stuff for connection-oriented data to show fragment data as | Guy Harris | 2003-05-27 | 1 | -4/+17 |
* | Null-terminate ASCII string values in "dissect_ndr_cvstring()". | Guy Harris | 2003-05-26 | 1 | -1/+2 |
* | Fix typo in name of ett for krb5 auth verifier. | Tim Potter | 2003-05-23 | 1 | -35/+54 |
* | Move dissection of NETLOGON secure channel auth verifier into | Tim Potter | 2003-05-15 | 1 | -45/+9 |
* | Dissect authentication data for netlogon secure channel bind and bind acks. | Tim Potter | 2003-05-15 | 1 | -9/+51 |
* | Re-commit stuff that was lost... | Richard Sharpe | 2003-05-14 | 1 | -2/+58 |
* | Have "dissect_ndr_cvstring()" set the length of the top-level item to | Guy Harris | 2003-05-10 | 1 | -2/+4 |
* | Use "tvb_ensure_bytes_exist()" to cause an exception to be thrown | Guy Harris | 2003-05-10 | 1 | -22/+31 |
* | Based on a patch from Jean-Baptiste Marchand, mark stub data as | Guy Harris | 2003-05-08 | 1 | -43/+41 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -1/+2 |
* | Don't put "[DCE/RPC fragment]" into the Info column if the packet isn't | Guy Harris | 2003-04-15 | 1 | -5/+7 |
* | Reassembly of DCE/RPC fragments for Request packets was slightly broken. | Ronnie Sahlberg | 2003-04-14 | 1 | -131/+183 |
* | Do the same for dissect_ndr_char_cvstring. | Guy Harris | 2003-03-31 | 1 | -2/+5 |
* | change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ... | Ronnie Sahlberg | 2003-03-17 | 1 | -2/+5 |
* | Pointer <--> int converions cause warnings on ia64. | Jörg Mayer | 2003-03-10 | 1 | -2/+3 |
* | Use the reported length, not the captured length, as the fragment length | Guy Harris | 2003-03-05 | 1 | -53/+58 |
* | Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff, | Guy Harris | 2003-02-24 | 1 | -35/+3 |
* | Well, perhaps that padding really *is* padding, or maybe it's some other | Guy Harris | 2003-02-21 | 1 | -12/+1 |
* | When putting the lowest-level protocol tree item in for a Unicode | Guy Harris | 2003-02-11 | 1 | -9/+24 |
* | In dissect_ndr_cvstring(), return string data even if tree == NULL. | Tim Potter | 2003-02-10 | 1 | -10/+11 |
* | Added a comment about the length argument to fake_unicode. It should be | Tim Potter | 2003-02-10 | 1 | -10/+14 |
* | Fix some comments. | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to | Guy Harris | 2003-02-07 | 1 | -10/+22 |
* | Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to | Guy Harris | 2003-02-07 | 1 | -10/+18 |
* | Catch ReportedBoundsError when dissecting even non-encrypted stub data, | Guy Harris | 2003-02-07 | 1 | -5/+15 |
* | Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h". | Guy Harris | 2003-02-07 | 1 | -1/+173 |
* | Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's. | Tim Potter | 2003-02-05 | 1 | -3/+3 |
* | Replace the 'levels' argument to dissect_ndr_pointer() with a callback | Tim Potter | 2003-01-28 | 1 | -18/+41 |
* | Add a missing include packet-dcerpc-nt.h | Jörg Mayer | 2003-01-24 | 1 | -1/+2 |
* | Perform the initialisation for the NT specific DCERPC dissectors as part | Tim Potter | 2003-01-24 | 1 | -1/+2 |
* | Catch ReportedBoundsError exceptions when dissecting decrypted stub | Guy Harris | 2003-01-14 | 1 | -5/+19 |
* | Update DCERPC so that for (NTLMSSP) PDUs that have been decrypted | Ronnie Sahlberg | 2003-01-06 | 1 | -2/+23 |
* | Fix a braino in a last-minute fix I put into the previous checkin. | Guy Harris | 2002-12-31 | 1 | -1/+2 |
* | From Devin Heitmueller: support for decrypting DCERPC conversations | Guy Harris | 2002-12-31 | 1 | -89/+148 |
* | Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list... | Ronnie Sahlberg | 2002-12-19 | 1 | -3/+3 |
* | When processing a connection-oriented DCERPC PDU, don't set the columns | Guy Harris | 2002-12-14 | 1 | -7/+6 |
* | From Devin Heitmueller: | Guy Harris | 2002-12-11 | 1 | -31/+22 |
* | It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and we | Guy Harris | 2002-12-05 | 1 | -2/+2 |
* | Arguments to hash routines are gconstpointer's; assign them to const | Guy Harris | 2002-11-28 | 1 | -10/+10 |
* | Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC over | Guy Harris | 2002-11-10 | 1 | -4/+17 |
* | In connection-oriented DCE RPC, the authentication data are credentials | Guy Harris | 2002-11-05 | 1 | -21/+58 |
* | Use the full name of the "hf_dcerpc_obj_id" field when formatting the | Guy Harris | 2002-11-03 | 1 | -5/+12 |
* | From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in the | Ronnie Sahlberg | 2002-11-02 | 1 | -66/+95 |
* | From Ronnie Sahlberg: Ethereal support for DCERPCSTAT. | Guy Harris | 2002-10-25 | 1 | -15/+2 |
* | Add a "fragment_add_seq_next()" to reassemble fragments that don't have | Guy Harris | 2002-10-24 | 1 | -2/+2 |
* | From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces. | Guy Harris | 2002-10-23 | 1 | -1/+40 |