aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-2/+2
2011-09-19Since the call to expert_add_info_format() was commented out, 'ti' isn't need...cmaynard1-9/+4
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorsahlberg1-3/+7
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg1-0/+27
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg1-0/+83
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-3/+9
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionguy1-1/+7
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-4/+4
2010-02-04From: Stefan Metzmacher <metze@samba.org>sahlberg1-2/+2
2009-10-20From Matthieu Patousahlberg1-2/+2
2009-10-11Make ett_nt_unicode_string static.stig1-1/+1
2009-10-06more updates to samr to harmonize it with sambasahlberg1-5/+65
2009-10-04update the string helpers to be ndr64 awaresahlberg1-6/+18
2009-10-04update dissect_ndr_nt_PSID_ARRAY() to be ndr64 awaresahlberg1-0/+8
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of sahlberg1-1/+1
2009-10-03make dissect_ndr_nt_SID handle ndr64sahlberg1-1/+1
2009-09-30The dcerpc dissectors used to walk the list of items upward parent by sahlberg1-13/+20
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-9/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2008-06-26Fix a missed "item" -> "item_local" in the previous checkin.guy1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-5/+5
2008-03-17pol_value->name was g_malloc()'d which meant we needed to go through the hash...morriss1-26/+10
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-3/+1
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig1-5/+5
2007-10-08From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c di...richardv1-20/+20
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_namesahlberg1-18/+56
2007-05-07when creating a policy handle, use the string stored in dcv if sahlberg1-4/+9
2007-03-11Fix bug 552:morriss1-20/+20
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...sahlberg1-1/+20
2007-02-20add a PIDL specific helper for managing dissection of policy handles.sahlberg1-0/+28
2006-09-16strings we pass up to the caller through private_data are now of ep scopesahlberg1-3/+2
2006-08-16FT_STRING -> FT_GUIDulfl1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-19Turn the handle types into an enum, so that they're more likely to beguy1-3/+9
2006-03-07fix a potential assignment of a wild pointersahlberg1-1/+1
2005-11-22Trivial warning fixesjmayer1-1/+1
2005-11-12 a guid is only 16 bytes so dont highlight 20 bytes in the hexpanesahlberg1-1/+1
2005-11-11in smb2 the file handles are not normal context handles they are just a ...sahlberg1-7/+59
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadgerald1-75/+75
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-32/+5
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()sahlberg1-4/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-07-28ememify some more calls to tvb_get_string()sahlberg1-3/+1
2005-07-26char -> const char warning fixesjmayer1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-02-16preparations for autogenerated ms dcerpc interfacessahlberg1-1/+54
2005-02-16mark the frame opened/closed fields for policy handles as GENERATED fieldssahlberg1-5/+10
2005-02-01Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by theguy1-0/+17
2005-01-30add a new dissect_ndr_counted_ascii_string() that mimics dissect_ndr_counted_...sahlberg1-0/+59