aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-08From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c di...Richard van der Hoff1-20/+20
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-18/+56
2007-05-07when creating a policy handle, use the string stored in dcv if Ronnie Sahlberg1-4/+9
2007-03-11Fix bug 552:Jeff Morriss1-20/+20
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...Ronnie Sahlberg1-1/+20
2007-02-20add a PIDL specific helper for managing dissection of policy handles.Ronnie Sahlberg1-0/+28
2006-09-16strings we pass up to the caller through private_data are now of ep scopeRonnie Sahlberg1-3/+2
2006-08-16FT_STRING -> FT_GUIDUlf Lamping1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-19Turn the handle types into an enum, so that they're more likely to beGuy Harris1-3/+9
2006-03-07fix a potential assignment of a wild pointerRonnie Sahlberg1-1/+1
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-12 a guid is only 16 bytes so dont highlight 20 bytes in the hexpaneRonnie Sahlberg1-1/+1
2005-11-11in smb2 the file handles are not normal context handles they are just a ...Ronnie Sahlberg1-7/+59
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs1-75/+75
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-32/+5
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-4/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-28ememify some more calls to tvb_get_string()Ronnie Sahlberg1-3/+1
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-02-16preparations for autogenerated ms dcerpc interfacesRonnie Sahlberg1-1/+54
2005-02-16mark the frame opened/closed fields for policy handles as GENERATED fieldsRonnie Sahlberg1-5/+10
2005-02-01Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by theGuy Harris1-0/+17
2005-01-30add a new dissect_ndr_counted_ascii_string() that mimics dissect_ndr_counted_...Ronnie Sahlberg1-0/+59
2005-01-30Byte arrays are byte arrays, not strings.Guy Harris1-1/+49
2005-01-30change dissect_ndr_counted_byte_array to be more consistent with dissect_ndr...Ronnie Sahlberg1-2/+2
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-4/+3
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1509