| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -6/+3 |
* | Allow the tvbuff pointer to various "proto_tree_add" routines to be null | Guy Harris | 2001-11-20 | 1 | -3/+3 |
* | Dissect the rest of the named pipe protocol. Export from "packet-smb.c" | Guy Harris | 2001-11-20 | 1 | -22/+157 |
* | Save the function code and FID for pipe requests, and use it for the | Guy Harris | 2001-11-20 | 1 | -13/+60 |
* | If we know the pipe function code, put the function into the Info | Guy Harris | 2001-11-19 | 1 | -1/+6 |
* | Dissect the setup words in pipe transactions that have them; that | Guy Harris | 2001-11-19 | 1 | -168/+276 |
* | Make the register routines for the mailslot, pipe, browser, and | Guy Harris | 2001-11-19 | 1 | -2/+2 |
* | Pass, as the first tvbuff argument to "dissect_mailslot_smb()" and | Guy Harris | 2001-11-19 | 1 | -13/+95 |
* | From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of the | Guy Harris | 2001-11-18 | 1 | -1/+11 |
* | Pass in the "smb_info" structure a pointer to the "smb_saved_info_t" | Guy Harris | 2001-11-18 | 1 | -6/+18 |
* | Have only the request and response frame numbers, and a "void *", in an | Guy Harris | 2001-11-18 | 1 | -56/+35 |
* | Cleanup of request/response matching, from Ronnie Sahlberg. | Guy Harris | 2001-11-16 | 1 | -10/+25 |
* | Tvbuffification of Transaction requests, from Ronnie Sahlberg. | Guy Harris | 2001-11-15 | 1 | -114/+85 |
* | Support for DCE RPC atop SMB, and support for several Microsoft DCE RPC | Guy Harris | 2001-11-12 | 1 | -1/+29 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -4/+4 |
* | In "get_pointer_value()", don't include the terminating '\0' when | Guy Harris | 2001-10-26 | 1 | -105/+138 |
* | fixed bug in packet-smb-pipe.c dissect_transact_data routine. If the | Jeff Foster | 2001-10-17 | 1 | -2/+4 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -14/+14 |
* | Squelch some compiler warnings. | Guy Harris | 2001-08-27 | 1 | -36/+37 |
* | Use the descriptor strings when dissecting remote APIs; this lets us | Guy Harris | 2001-08-27 | 1 | -951/+1607 |
* | Label the protocol as the "Microsoft Windows Lanman Remote API | Guy Harris | 2001-08-27 | 1 | -2/+2 |
* | Put the continuation data into the protocol tree for a reply | Guy Harris | 2001-08-11 | 1 | -3/+3 |
* | Put into the protocol tree for transaction continuations an item for the | Guy Harris | 2001-08-11 | 1 | -1/+3 |
* | Keep track of transaction replies that have continuations, and associate | Guy Harris | 2001-08-11 | 1 | -4/+27 |
* | Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg. | Guy Harris | 2001-08-07 | 1 | -4/+5 |
* | Fix up the check for an unlimited amount of storage. | Guy Harris | 2001-08-06 | 1 | -3/+3 |
* | The MID in an SMB message is not a transaction ID in, say, the ONC RPC | Guy Harris | 2001-08-06 | 1 | -7/+13 |
* | Save the parameter and result descriptors if the frame *hasn't* already | Guy Harris | 2001-08-05 | 1 | -3/+3 |
* | Remote API protocol (that seems to be what it's called in a number of | Guy Harris | 2001-08-05 | 1 | -869/+1514 |
* | Add a request/response flag to the "struct smb_info" structure, and use | Guy Harris | 2001-08-05 | 1 | -44/+45 |
* | "dissect_pipe_lanman()" is no longer used outside "packet-smb-pipe.c"; | Guy Harris | 2001-08-01 | 1 | -2/+2 |
* | When constructing the tree for a LANMAN transaction continuation, use | Guy Harris | 2001-03-22 | 1 | -3/+3 |
* | When dissecting LANMAN pipe transaction replies, store with each reply | Guy Harris | 2001-03-22 | 1 | -80/+69 |
* | Use common code to handle the beginning of LANMAN requests, rather than | Guy Harris | 2001-03-21 | 1 | -143/+46 |
* | Whitespace cleanup. | Guy Harris | 2001-03-21 | 1 | -8/+8 |
* | Show a minimal tree for interim responses, showing only the type of the | Guy Harris | 2001-03-21 | 1 | -67/+58 |
* | Correctly handle Interim responses to TRANSACTION requests. | Guy Harris | 2001-03-18 | 1 | -24/+75 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Fix a damn stupid mistake that stopped us seeing all the bits in the flags on... | Richard Sharpe | 2001-01-03 | 1 | -2/+2 |
* | A small fix to ensure that all servers/workgroups show up ... Last one | Richard Sharpe | 2001-01-01 | 1 | -2/+2 |
* | Apply Jeroen Ruigrok van der Werven's patches ... | Richard Sharpe | 2000-11-22 | 1 | -2/+2 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+4 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -8/+8 |
* | Add a comment giving the URL of the CIFS Remote Administration Protocol | Guy Harris | 2000-05-14 | 1 | -4/+17 |
* | Put in some checks to make sure we don't go past the end of the frame | Guy Harris | 2000-05-14 | 1 | -3/+16 |
* | In a NetServEnum, there's only one byte of padding after the share name. | Guy Harris | 2000-05-14 | 1 | -3/+2 |