aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-13/+46
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-24Move the value_string table for the share type values toGuy Harris1-9/+2
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-60/+53
2002-04-29Additional RAP error code for password changes sent to a BDC, from DevinGuy Harris1-1/+2
2002-04-29Get rid of an unused variable.Guy Harris1-18/+1
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+4
2002-03-27In the protocol tree entries for lists of fragments/segments, make theGuy Harris1-4/+6
2002-03-16A new type of DCERPC over SMB transport.Ronnie Sahlberg1-2/+2
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-5/+4
2002-01-27Not all pointers in RAP packets point to null-terminated strings; addGuy Harris1-36/+132
2002-01-27Fix "add_byte_param()" not to report multi-byte parameters as having theGuy Harris1-122/+654
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-12/+8
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-1/+5
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris1-2/+2
2001-12-16More MSRPC->DCERPC, from Tim Potter.Guy Harris1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+17
2001-12-09"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.Guy Harris1-4/+4
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris1-4/+69
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris1-7/+13
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris1-1/+29
2001-11-27Rename the heuristic dissector table "msrpc" to "smb_transact", toGuy Harris1-5/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+10
2001-11-26Clean up the stuff that creates the pipe protocol subtree; it shouldn'tGuy Harris1-14/+17
2001-11-25From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check theGuy Harris1-2/+2
2001-11-21Get rid of some unused variables.Guy Harris1-6/+3
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-3/+3
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris1-22/+157
2001-11-20Save the function code and FID for pipe requests, and use it for theGuy Harris1-13/+60
2001-11-19If we know the pipe function code, put the function into the InfoGuy Harris1-1/+6
2001-11-19Dissect the setup words in pipe transactions that have them; thatGuy Harris1-168/+276
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris1-2/+2
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris1-13/+95
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris1-1/+11
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris1-6/+18
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris1-56/+35
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris1-10/+25
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris1-114/+85
2001-11-12Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris1-1/+29
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-4/+4
2001-10-26In "get_pointer_value()", don't include the terminating '\0' whenGuy Harris1-105/+138
2001-10-17fixed bug in packet-smb-pipe.c dissect_transact_data routine. If theJeff Foster1-2/+4
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-14/+14
2001-08-27Squelch some compiler warnings.Guy Harris1-36/+37
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris1-951/+1607
2001-08-27Label the protocol as the "Microsoft Windows Lanman Remote APIGuy Harris1-2/+2
2001-08-11Put the continuation data into the protocol tree for a replyGuy Harris1-3/+3
2001-08-11Put into the protocol tree for transaction continuations an item for theGuy Harris1-1/+3