aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-52/+52
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataAnders Broman1-7/+1
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-5/+3
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.Gerald Combs1-7/+4
2009-04-06More size_t fixes.Gerald Combs1-1/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+0
2008-09-27Small cleanup of proto_reg_handoff & etcBill Meier1-8/+3
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-14Use const with value_string array definitionsBill Meier1-1/+1
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723Jeff Morriss1-1/+1
2008-04-15Fix for the "Malformed packet: RPC" that is encountered in bug 1392:Sake Blok1-7/+14
2008-04-15From Didier (bug 1392):Sake Blok1-1/+6
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-3/+3
2007-12-05the GSS Checksum in secure onc-rpc contains the same blobs as GSS Tokens Ronnie Sahlberg1-10/+13
2007-11-20Add a bounds check in order to try to fix bug #1998.Gerald Combs1-1/+16
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-06-15Fix indentation.Guy Harris1-2/+2
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-0/+1
2006-11-21From: Burlyga, AlexRonnie Sahlberg1-2/+11
2006-08-25If the length of a GSS token is zero, it's a null token, and the opaqueGuy Harris1-13/+15
2006-08-21remove two hashtables and replace with binary treesRonnie Sahlberg1-79/+83
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-1/+3
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-6/+6
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2006-03-09coverity #40Ronnie Sahlberg1-1/+1
2006-03-06 get rid of another slow hashtable and one global variable andRonnie Sahlberg1-15/+4
2006-02-28mark a few generated fields as generated using PROTO_ITEM_SET_GENERATEDRonnie Sahlberg1-14/+43
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs1-24/+24
2005-10-16Fix up a length check.Gerald Combs1-0/+2
2005-10-15get rid of one strcpy() and one strcat()Ronnie Sahlberg1-12/+4
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+3
2005-08-20remove sprintf from rpcRonnie Sahlberg1-27/+24
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-2/+2
2005-08-13Properly terminate the string generated for string items.Guy Harris1-7/+11
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-39/+9
2005-08-11We use heuristics to detect what MIGHT be onc-rpc packets.Ronnie Sahlberg1-2/+9
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-08FromRonnie Sahlberg1-47/+317
2005-08-02ememify packet-rpc call to tvb_get_string()Ronnie Sahlberg1-2/+1
2005-07-29Constify some variables, functions, and structure members to squelchGuy Harris1-3/+4
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-07-22recode tvb_memdup() into more efficient emem fucntions.Ronnie Sahlberg1-25/+17
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-5/+5
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2