aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of some unused variables.Guy Harris2001-11-211-6/+3
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-3/+3
* Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris2001-11-201-22/+157
* Save the function code and FID for pipe requests, and use it for theGuy Harris2001-11-201-13/+60
* If we know the pipe function code, put the function into the InfoGuy Harris2001-11-191-1/+6
* Dissect the setup words in pipe transactions that have them; thatGuy Harris2001-11-191-168/+276
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-2/+2
* Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris2001-11-191-13/+95
* From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris2001-11-181-1/+11
* Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris2001-11-181-6/+18
* Have only the request and response frame numbers, and a "void *", in anGuy Harris2001-11-181-56/+35
* Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris2001-11-161-10/+25
* Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris2001-11-151-114/+85
* Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris2001-11-121-1/+29
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-4/+4
* In "get_pointer_value()", don't include the terminating '\0' whenGuy Harris2001-10-261-105/+138
* fixed bug in packet-smb-pipe.c dissect_transact_data routine. If theJeff Foster2001-10-171-2/+4
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-14/+14
* Squelch some compiler warnings.Guy Harris2001-08-271-36/+37
* Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris2001-08-271-951/+1607
* Label the protocol as the "Microsoft Windows Lanman Remote APIGuy Harris2001-08-271-2/+2