Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.c
[obnox/wireshark/wip.git] / packet-rpc.c
2002-02-18 guyAdd support for reassembling RPC-over-TCP fragments...
2002-02-01 guyUse -1 rather than "tvb_length_remaining(tvb, offset...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-20 guyIn "dissect_rpc_opaque_data()":
2002-01-19 guyWhen dissecting an RPC array, make the initial length...
2002-01-12 guyFrom Ronnie Sahlberg: file handle to file name resoluti...
2002-01-10 guyDon't break out of a loop from inside TRY clause; set...
2002-01-07 guyCatch ReportedBoundsError exceptions when dissecting...
2001-12-28 guyFrom Ronnie Sahlberg: add time between request and...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-10-29 guyFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-10-29 guyUpdates from Mike Frisch to reflect NFSv4 protocol...
2001-09-17 guyAdd support for desegmentation of DNS messages.
2001-09-13 guyTCP desegmentation support, and changes to the ONC...
2001-09-12 guyClean up the previous checkin a bit - there's no need...
2001-09-12 guyWhen establishing or searching for a conversation for...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-09-02 guyHandle, as best we can, the case where the authenticati...
2001-09-02 guyDon't attempt to fetch the authentication flavor from...
2001-08-30 guyRPCSEC_GSS fixes, from Mike Frisch.
2001-07-03 guyGet rid of "tvb_bytes_exist()" calls that aren't protec...
2001-07-02 guyWith IP fragment reassembly, the current frame when...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-30 guyThere are no more old-style (non-tvbuffified) ONC RPC...
2001-05-27 guyDon't use END_OF_FRAME - or otherwise refer to "pi...
2001-05-25 guyAUTH_DES support, from Mike Frisch.
2001-05-21 guyIf an RPC opaque datum isn't a string, don't use
2001-05-07 guySupport for dissecting XDR arrays, from Ronnie Sahlberg.
2001-04-18 guyChange from Ronnie Sahlberg to add ONC RPC strings...
2001-02-09 guyWhen dissecting an indirect call reply, if either there...
2001-02-09 guyFor indirect RPC calls, remember the call information...
2001-02-09 guyMake a "dissect_rpc_indir_call()" routine to dissect...
2001-02-06 guyTvbuffify the portmap/rpcbind dissector, and implement...
2001-01-28 guyAllow dissectors of ONC RPC-based protocols to register...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-18 guySet "pinfo->current_proto" to the RPC program's name...
2001-01-18 guyWell, I found that one of my captures was so large...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-22 guyIn the tvbuffified "dissect_rpc()", use the "pinfo...
2000-11-21 girlichStart of a tvbuff_t version of the dissect_rpc() function.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-08-24 guyAdd a comment giving the RFC numbers of specs for ONC...
2000-08-24 guyName updates to stuff in GSS authentication for ONC...
2000-08-24 guyUse 0, rather that 0xffffffff, as the "no reply frame...
2000-08-24 guyInstead of keeping in the information about an RPC...
2000-08-14 girlichproto_is_protocol_enabled() test for sub-dissectors...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-08 girlichSeveral new RPC dissecting function introduced. Interfa...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-17 guySupport for dissecting RPCSEC_GSS credentials in ONC...
2000-07-14 girlichdissect_rpc() listed as an heuristic dissector for...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-04 guyUse the new split between protocol registration and...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-09 girlichNew generic function dissect_rpc_list() for variable...
2000-01-22 guyGive "dissect_rpc_string()" an extra "char **" argument...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 girlichNew function dissect_rpc_bool() for generic boolean...
1999-12-13 gramFixed types. The RPC procedure (hf_rpc_procedure) in...
1999-12-10 girlichhex output of 64 Bit numbers with 0x prefixed
1999-12-06 girlichdissect_rpc_string() can now better handle truncated...
1999-12-02 girlichnew dissect_rpc_opaque_data() for RPC data with length...
1999-11-19 guyMake various "value_string" tables "const"; this allows...
1999-11-19 gramAdded Uwe's update to RPC.
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 nneulGot rid of dissect_rpc_string routine, renamed dissect_...
1999-11-15 nneulstart of display filters and fix for toupper prototype
1999-11-15 nneulFixed rpc dissector to upcase program name.
1999-11-15 nneulUwe Girlich's patches for nfs,mount,portmap and additio...
1999-11-14 guyFor ONC RPC, when constructing conversations, use a...
1999-11-14 guyMove the test to see if something looks like an ONC...
1999-11-12 nneulenhancements to ypserv dissector
1999-11-11 nneulAdded mount dissector.
1999-11-11 nneulExpanded bootparams dissector to handle decoding getfil...
1999-11-10 nneulAdded stubs for various RPC routines:
1999-11-10 nneuladded ypxfr program to rpc
1999-11-10 nneulfix ypbinb/ypbind typo
1999-11-05 guyUpdates to the ONC RPC and NFS code, from Uwe Girlich.
1999-10-29 guyHave the PROTOCOL field for ONC RPC just give the RPC...
1999-10-29 guyUwe Girlich's ONC RPC and NFS dissectors.