| Commit message (Expand) | Author | Age | Files | Lines |
* | from todd s | Ronnie Sahlberg | 2004-06-24 | 1 | -51/+89 |
* | DCERPC problem reported by JBM and identified by Todd Sabin | Ronnie Sahlberg | 2004-06-09 | 1 | -40/+80 |
* | Yaniv Kaul: Add some more UUID decoding on Windows | Jörg Mayer | 2004-06-05 | 1 | -1/+13 |
* | bugfix: when saving connectionless DCERPC fragments, | Ulf Lamping | 2004-06-04 | 1 | -2/+4 |
* | Squelch a compiler warning by removing a "/*" from the middle of a | Guy Harris | 2004-05-29 | 1 | -2/+2 |
* | connectionless cancel PDU's don't have a dg_server_accepting_cancels field | Ulf Lamping | 2004-05-28 | 1 | -3/+6 |
* | Remove call to PROTO_ITEM_SET_LINK(). | Tim Potter | 2004-05-15 | 1 | -2/+1 |
* | remove FI_LINK again, | Ulf Lamping | 2004-05-15 | 1 | -6/+1 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -1/+2 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -1/+6 |
* | Compile fixes for change to dcerpc_info structure. | Tim Potter | 2004-05-07 | 1 | -2/+3 |
* | replace info field "gboolean request" by "guint8 ptype", | Ulf Lamping | 2004-05-07 | 1 | -8/+8 |
* | tag some protocol items as generated | Ulf Lamping | 2004-05-07 | 1 | -15/+32 |
* | Display a server boot time of 0 as "Unknown" (as that's what's sent when | Guy Harris | 2004-05-04 | 1 | -5/+12 |
* | some additional output while reassembling fragments, | Ulf Lamping | 2004-04-24 | 1 | -22/+47 |
* | update to netlogon to dissect the timestamps in VALIDATION_UAS_INFO | Ronnie Sahlberg | 2004-04-23 | 1 | -2/+7 |
* | we need to export init_ndr_pointer_list() from packet-dcerpc so that | Ronnie Sahlberg | 2004-03-05 | 1 | -2/+2 |
* | Yaniv Kaul: show interface names - win32 only | Jörg Mayer | 2004-03-03 | 1 | -3/+54 |
* | From Jaime Fournier: | Guy Harris | 2004-02-21 | 1 | -10/+12 |
* | using G_MAXFLOAT and G_MAXDOUBLE, | Ulf Lamping | 2004-02-18 | 1 | -5/+5 |
* | From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present if | Guy Harris | 2004-02-18 | 1 | -5/+11 |
* | char *drep -> guint8 *drep | Jörg Mayer | 2004-01-19 | 1 | -22/+22 |
* | From Jamie Fournier: don't show UNKUUID information for fragments for | Guy Harris | 2003-12-08 | 1 | -6/+12 |
* | From Jaime Fournier: show the RPC version of the unknown interface in | Guy Harris | 2003-11-25 | 1 | -11/+7 |
* | From Jamie Fournier: add the UUID to the Info column for datagram calls. | Guy Harris | 2003-11-21 | 1 | -3/+9 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -4/+5 |
* | From Jaime Fournier: get rid of space in field name. | Guy Harris | 2003-11-13 | 1 | -2/+2 |
* | Put stub data back where it was in the tree before. | Guy Harris | 2003-11-12 | 1 | -3/+3 |
* | Update a comment. | Guy Harris | 2003-11-06 | 1 | -2/+8 |
* | Bugfix for dcerpc parsing of encrypted short packets. | Ronnie Sahlberg | 2003-11-06 | 1 | -3/+11 |
* | Fix a call to "dissect_dcerpc_cn()" to handle the new return value. | Guy Harris | 2003-10-23 | 1 | -2/+2 |
* | Catch exceptions in "dissect_dcerpc_cn_bs()", so that if we get an | Guy Harris | 2003-10-23 | 1 | -20/+54 |
* | Get rid of the "offset" argument to "dcerpc_try_handoff()" - it's always | Guy Harris | 2003-10-23 | 1 | -121/+203 |
* | From Yaniv Kaul: if there's more than one context item in a BIND PDU, show | Guy Harris | 2003-10-22 | 1 | -2/+5 |
* | Catch exceptions when dissecting a verifier, so we still dissect the | Guy Harris | 2003-10-21 | 1 | -100/+112 |
* | "dce_try_handoff()" isn't necessarily passed a non-null "auth_info" | Guy Harris | 2003-10-14 | 1 | -4/+6 |
* | Updated the DCERPC service response time to also offer the menu to | Ronnie Sahlberg | 2003-10-10 | 1 | -1/+18 |
* | Change dissect_deferred_pointer() | Ronnie Sahlberg | 2003-10-08 | 1 | -2/+5 |
* | This commit refactors the dcerpc authentication subdissectors for | Tim Potter | 2003-09-26 | 1 | -125/+105 |
* | Use zero to mean we haven't seen any authentication level information | Tim Potter | 2003-09-26 | 1 | -7/+7 |
* | Put the presentation context list and transfer syntax list of a dcerpc | Tim Potter | 2003-09-19 | 1 | -12/+33 |
* | Do not take the pointer to a stack object and pass it to the tap system. | Ronnie Sahlberg | 2003-09-11 | 1 | -36/+58 |
* | Guy suggested that the dcerpc opnum value_string code could be simplified | Tim Potter | 2003-08-04 | 1 | -12/+22 |
* | From Devin Heitmueller: include the authentication padding in the stub | Guy Harris | 2003-07-21 | 1 | -11/+16 |
* | Alter_context is sort of like Bind, and its authentication stubs are | Guy Harris | 2003-07-18 | 1 | -1/+3 |
* | Squelch a (potentially-valid) compiler warning. | Guy Harris | 2003-07-16 | 1 | -2/+2 |
* | Move all DCERPC authentication/encryption dissection code from packet-dcerpc.c | Tim Potter | 2003-07-16 | 1 | -199/+181 |
* | Dynamically create DCERPC opnum value_strings from the subdissector | Tim Potter | 2003-06-26 | 1 | -1/+23 |
* | Squelch a compiler warning (for something that's potentially a real | Guy Harris | 2003-06-19 | 1 | -2/+2 |
* | Initialize di.hf_index in dissect_dcerpc_cn_rqst(). Alan Hood sent me a | Gerald Combs | 2003-06-19 | 1 | -1/+2 |