| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | DCERPC problem reported by JBM and identified by Todd Sabin | Ronnie Sahlberg | 2004-06-09 | 1 | -3/+2 |
* | add dissection of the ms rap netserverenum3 function | Ronnie Sahlberg | 2004-06-03 | 1 | -1/+30 |
* | Compiling with -pedantic: | Jörg Mayer | 2003-12-21 | 1 | -2/+2 |
* | removed some more MSVC warnings (type casting) | Ulf Lamping | 2003-12-17 | 1 | -7/+7 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -3/+3 |
* | Don't include <epan/conversation.h> if you don't need it. | Guy Harris | 2003-09-03 | 1 | -2/+1 |
* | There can be more than one DCE RPC call per frame, e.g. there can be | Guy Harris | 2003-06-04 | 1 | -65/+53 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -1/+2 |
* | Put in a comment noting that the reassembly code assumes subdissectors | Guy Harris | 2003-04-15 | 1 | -2/+8 |
* | Keep the two sides of a pipe separate when doing DCERPC-over-a-pipe | Guy Harris | 2003-04-14 | 1 | -6/+19 |
* | "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for | Guy Harris | 2003-04-13 | 1 | -5/+14 |
* | Missing file from previous commit | Ronnie Sahlberg | 2003-04-12 | 1 | -29/+165 |
* | Use the reported length, not the captured length, as the fragment length | Guy Harris | 2003-03-05 | 1 | -8/+8 |
* | Don't offer desegmentation to DCERPC if we have a short or fragmented | Guy Harris | 2003-02-28 | 1 | -3/+8 |
* | At least in regular SMB Browse and RAP messages, the server type mask is | Guy Harris | 2003-02-20 | 1 | -5/+3 |
* | Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101 | Tim Potter | 2003-02-17 | 1 | -5/+7 |
* | Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list... | Ronnie Sahlberg | 2002-12-19 | 1 | -3/+3 |
* | When processing a response, handle the case where the parameter | Guy Harris | 2002-11-16 | 1 | -18/+67 |
* | Add a "fragment_add_seq_next()" to reassemble fragments that don't have | Guy Harris | 2002-10-24 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -12/+12 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Devin Heitmueller: treat the "send buffer length" in SMB RAP | Guy Harris | 2002-07-03 | 1 | -2/+4 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 1 | -13/+46 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | Move the value_string table for the share type values to | Guy Harris | 2002-05-24 | 1 | -9/+2 |
* | Get rid of some unused arguments, and mark some others as unused. | Guy Harris | 2002-04-30 | 1 | -60/+53 |
* | Additional RAP error code for password changes sent to a BDC, from Devin | Guy Harris | 2002-04-29 | 1 | -1/+2 |
* | Get rid of an unused variable. | Guy Harris | 2002-04-29 | 1 | -18/+1 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -2/+4 |
* | In the protocol tree entries for lists of fragments/segments, make the | Guy Harris | 2002-03-27 | 1 | -4/+6 |
* | A new type of DCERPC over SMB transport. | Ronnie Sahlberg | 2002-03-16 | 1 | -2/+2 |
* | Moved the value_string for MS country codes from packet-dcerpc-nt.c to | Ronnie Sahlberg | 2002-03-15 | 1 | -2/+2 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -5/+4 |
* | Not all pointers in RAP packets point to null-terminated strings; add | Guy Harris | 2002-01-27 | 1 | -36/+132 |
* | Fix "add_byte_param()" not to report multi-byte parameters as having the | Guy Harris | 2002-01-27 | 1 | -122/+654 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -12/+8 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -1/+5 |
* | Fix some preferences to eliminate the extra copy of the protocol name at | Guy Harris | 2002-01-15 | 1 | -2/+2 |
* | More MSRPC->DCERPC, from Tim Potter. | Guy Harris | 2001-12-16 | 1 | -5/+5 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -17/+17 |
* | "msrpc" -> "dcerpc", and comment cleanups, from Tim Potter. | Guy Harris | 2001-12-09 | 1 | -4/+4 |
* | Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg. | Guy Harris | 2001-12-05 | 1 | -4/+69 |
* | If a request has already been processed, and we fail to find its | Guy Harris | 2001-11-28 | 1 | -7/+13 |
* | Updates to transaction reassembly, from Ronnie Sahlberg. | Guy Harris | 2001-11-28 | 1 | -1/+29 |
* | Rename the heuristic dissector table "msrpc" to "smb_transact", to | Guy Harris | 2001-11-27 | 1 | -5/+5 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+10 |
* | Clean up the stuff that creates the pipe protocol subtree; it shouldn't | Guy Harris | 2001-11-26 | 1 | -14/+17 |
* | From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check the | Guy Harris | 2001-11-25 | 1 | -2/+2 |