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