aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer1-2/+2
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-7/+7
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+3
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+1
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris1-65/+53
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-15Put in a comment noting that the reassembly code assumes subdissectorsGuy Harris1-2/+8
2003-04-14Keep the two sides of a pipe separate when doing DCERPC-over-a-pipeGuy Harris1-6/+19
2003-04-13"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris1-5/+14
2003-04-12Missing file from previous commitRonnie Sahlberg1-29/+165
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-8/+8
2003-02-28Don't offer desegmentation to DCERPC if we have a short or fragmentedGuy Harris1-3/+8
2003-02-20At least in regular SMB Browse and RAP messages, the server type mask isGuy Harris1-5/+3
2003-02-17Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101Tim Potter1-5/+7
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-11-16When processing a response, handle the case where the parameterGuy Harris1-18/+67
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-03From Devin Heitmueller: treat the "send buffer length" in SMB RAPGuy Harris1-2/+4
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