aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris1-2/+2
2001-11-27Add { 0, NULL } terminators to some "value_string" arrays lacking them.Guy Harris1-4/+8
2001-11-27When returning the length of the DCE RPC PDU, add 4 if the packet wasGuy Harris1-5/+13
2001-11-27Rename the heuristic dissector table "msrpc" to "smb_transact", toGuy Harris1-2/+2
2001-11-27From Todd Sabin:Guy Harris1-43/+140
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris1-3/+29
2001-11-12From Tim Potter: added code to call request and reply subdissectors in DCEGuy Harris1-6/+13
2001-11-12Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris1-1/+2
2001-10-05Update from Todd Sabin to the data representation decoding:Guy Harris1-23/+30
2001-09-30For requests and responses for unknown interfaces, put an entry into theGuy Harris1-98/+164
2001-09-30Committing Pasi Eronen's patches to dcerpc.Richard Sharpe1-2/+40
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris1-5/+89
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+3
2001-07-11Not all C compilers allow C++-style comments.Guy Harris1-2/+2
2001-07-11Support for dissectors of protocols running atop DCE RPC registeringGuy Harris1-174/+541
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-63/+63
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-2/+2
2001-04-19DCE RPC updates from Todd Sabin.Guy Harris1-157/+483
2001-03-18Change some "MSRPC"s to "DCERPC"s.Guy Harris1-13/+9
2001-03-18DCE RPC support, from Todd Sabin.Guy Harris1-0/+559