aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-5/+3
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris1-10/+10
2002-03-22For DCE RPC requests and replies, put an item into the protocol tree forGuy Harris1-13/+73
2002-03-21From Todd Sabin: set the tvbuff length of the stub data forGuy Harris1-35/+137
2002-03-19Secondary addresses are NUL-terminated strings; treat them as such.Guy Harris1-2/+2
2002-03-18Don't show a secondary address if the secondary address length is 0.Guy Harris1-4/+6
2002-03-16Put an item into the protocol tree for the secondary address in a bindGuy Harris1-1/+6
2002-03-10Catch another "(NULL pointer)%s" we didn't catch with the previousGuy Harris1-2/+2
2002-03-10Put a space between "(NULL pointer)" and the name of the item beingGuy Harris1-4/+4
2002-03-06Fixed bug in dissect_ndr_pointer(). Top level Unique and Full pointers areRonnie Sahlberg1-5/+31
2002-02-13From Ronnie Sahlberg: display the opnum also for reply packets.Guy Harris1-1/+2
2002-02-12Display the fragment length, and fragment ordinal number, in decimal.Guy Harris1-3/+3
2002-02-12From Ronnie Sahlberg:Guy Harris1-22/+68
2002-02-11From Ronnie Sahlberg:Guy Harris1-6/+10
2002-02-10From Todd Sabin:Guy Harris1-12/+23
2002-02-08Fixes from Ronnie Sahlberg.Guy Harris1-18/+11
2002-02-06From Ronnie Sahlberg:Guy Harris1-1/+9
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris1-9/+103
2002-01-25From Ronnie Sahlberg:Guy Harris1-2/+295
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-23From Ronnie Sahlberg: add support for finding the response that matchesGuy Harris1-120/+272
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris1-7/+26
2001-12-17Check whether the protocol for a DCERPC subdissector is enabled, andGuy Harris1-2/+11
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-22/+22
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