aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* DCERPC problem reported by JBM and identified by Todd SabinRonnie Sahlberg2004-06-091-3/+2
* add dissection of the ms rap netserverenum3 functionRonnie Sahlberg2004-06-031-1/+30
* Compiling with -pedantic:Jörg Mayer2003-12-211-2/+2
* removed some more MSVC warnings (type casting)Ulf Lamping2003-12-171-7/+7
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-3/+3
* Don't include <epan/conversation.h> if you don't need it.Guy Harris2003-09-031-2/+1
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-65/+53
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Put in a comment noting that the reassembly code assumes subdissectorsGuy Harris2003-04-151-2/+8
* Keep the two sides of a pipe separate when doing DCERPC-over-a-pipeGuy Harris2003-04-141-6/+19
* "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris2003-04-131-5/+14
* Missing file from previous commitRonnie Sahlberg2003-04-121-29/+165
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-051-8/+8
* Don't offer desegmentation to DCERPC if we have a short or fragmentedGuy Harris2003-02-281-3/+8
* At least in regular SMB Browse and RAP messages, the server type mask isGuy Harris2003-02-201-5/+3
* Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101Tim Potter2003-02-171-5/+7
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* When processing a response, handle the case where the parameterGuy Harris2002-11-161-18/+67
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Devin Heitmueller: treat the "send buffer length" in SMB RAPGuy Harris2002-07-031-2/+4
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-13/+46
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Move the value_string table for the share type values toGuy Harris2002-05-241-9/+2
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-60/+53
* Additional RAP error code for password changes sent to a BDC, from DevinGuy Harris2002-04-291-1/+2
* Get rid of an unused variable.Guy Harris2002-04-291-18/+1
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+4
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-4/+6
* A new type of DCERPC over SMB transport.Ronnie Sahlberg2002-03-161-2/+2
* Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg2002-03-151-2/+2
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-5/+4
* Not all pointers in RAP packets point to null-terminated strings; addGuy Harris2002-01-271-36/+132
* Fix "add_byte_param()" not to report multi-byte parameters as having theGuy Harris2002-01-271-122/+654
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-12/+8
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-1/+5
* Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris2002-01-151-2/+2
* More MSRPC->DCERPC, from Tim Potter.Guy Harris2001-12-161-5/+5
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-17/+17
* "msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.Guy Harris2001-12-091-4/+4
* Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris2001-12-051-4/+69
* If a request has already been processed, and we fail to find itsGuy Harris2001-11-281-7/+13
* Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris2001-11-281-1/+29
* Rename the heuristic dissector table "msrpc" to "smb_transact", toGuy Harris2001-11-271-5/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+10
* Clean up the stuff that creates the pipe protocol subtree; it shouldn'tGuy Harris2001-11-261-14/+17
* From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check theGuy Harris2001-11-251-2/+2