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