aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.guy1-3/+3
2003-09-03Don't include <epan/conversation.h> if you don't need it.guy1-2/+1
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beguy1-65/+53
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-15Put in a comment noting that the reassembly code assumes subdissectorsguy1-2/+8
2003-04-14Keep the two sides of a pipe separate when doing DCERPC-over-a-pipeguy1-6/+19
2003-04-13"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forguy1-5/+14
2003-04-12Missing file from previous commitsahlberg1-29/+165
2003-03-05Use the reported length, not the captured length, as the fragment lengthguy1-8/+8
2003-02-28Don't offer desegmentation to DCERPC if we have a short or fragmentedguy1-3/+8
2003-02-20At least in regular SMB Browse and RAP messages, the server type mask isguy1-5/+3
2003-02-17Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101tpot1-5/+7
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-11-16When processing a response, handle the case where the parameterguy1-18/+67
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-12/+12
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-03From Devin Heitmueller: treat the "send buffer length" in SMB RAPguy1-2/+4
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-13/+46
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-24Move the value_string table for the share type values toguy1-9/+2
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