index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packet-dcerpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
From Ronnie Sahlberg: track and display the time between requests and
Guy Harris
2002-10-22
1
-2
/
+42
*
From Jaime Fournier: updates to dcerpc conversation manager
Ronnie Sahlberg
2002-09-26
1
-1
/
+25
*
Dissect the autentication verifier for Kerberos 5 authentication in
Guy Harris
2002-09-09
1
-5
/
+46
*
Auth type 8 is NETLOGON secure channel used for BDC replication.
Tim Potter
2002-09-08
1
-2
/
+4
*
From Ulf Lamping, support for ieee float and double types in the dcerpc
Ronnie Sahlberg
2002-09-03
1
-5
/
+79
*
snego -> spnego
Tim Potter
2002-08-30
1
-5
/
+5
*
Removed trailing whitespaces from .h and .c files using the
Jörg Mayer
2002-08-28
1
-87
/
+87
*
These guys got lost in a merge. Actually call the gssapi dissector from
Tim Potter
2002-08-22
1
-18
/
+37
*
Moved the generic true_false_string saying "Set", "Not set" into
Tim Potter
2002-08-21
1
-6
/
+1
*
Display the protocol name for the UUID in the COL_INFO field if we
Tim Potter
2002-08-13
1
-2
/
+11
*
Replace the types from sys/types.h and netinet/in.h by their glib.h
Jörg Mayer
2002-08-02
1
-5
/
+1
*
For connection-oriented DCE RPC, show the stub data if we can't actually
Guy Harris
2002-07-25
1
-2
/
+18
*
Added another authentication service for Snego.
Tim Potter
2002-07-11
1
-1
/
+4
*
Put back the code to show the authentication data as "Auth Data"; call
Guy Harris
2002-07-10
1
-15
/
+20
*
Reordered some boolean fields to be consistent with the rest of ethereal.
Tim Potter
2002-07-10
1
-22
/
+26
*
Dissector for DCERPC auth type == 10 (NTLMSSP) from
Tim Potter
2002-07-09
1
-3
/
+18
*
Put the code to reassemble fragmented connection-oriented and
Guy Harris
2002-06-24
1
-403
/
+215
*
Change each DCERPC dissector to pass in a hf value on initialisation
Tim Potter
2002-06-24
1
-19
/
+15
*
From Jaime Fournier: handle DCE RPC connectionless CANCEL PDUs with no
Guy Harris
2002-06-22
1
-2
/
+10
*
Don't hand off the stub body of a Fault PDU to the subdissector for the
Guy Harris
2002-06-19
1
-9
/
+21
*
Dissect the bodies of some additional PDU types.
Guy Harris
2002-06-19
1
-295
/
+950
*
There's no more need for separate request and response reassembly hash
Guy Harris
2002-06-18
1
-143
/
+150
*
The offset of the authentication information in a connectionless PDU is
Guy Harris
2002-06-18
1
-9
/
+5
*
Add support for reassembly of fragmented connectionless PDUs.
Guy Harris
2002-06-17
1
-80
/
+196
*
Add #defines for the bits in the flag fields, and a macro to test
Guy Harris
2002-06-17
1
-87
/
+247
[next]