Make ett_nt_unicode_string static.
[obnox/wireshark/wip.git] / epan / dissectors / packet-dcerpc-nt.c
2009-10-11 stigMake ett_nt_unicode_string static.
2009-10-06 sahlbergmore updates to samr to harmonize it with samba
2009-10-04 sahlbergupdate the string helpers to be ndr64 aware
2009-10-04 sahlbergupdate dissect_ndr_nt_PSID_ARRAY() to be ndr64 aware
2009-10-03 sahlbergrename dissect_ndr_4or8 to dissect_ndr_uint3264 ...
2009-10-03 sahlbergmake dissect_ndr_nt_SID handle ndr64
2009-09-30 sahlbergThe dcerpc dissectors used to walk the list of items...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-10-31 stigFix some "format not a string literal and no format...
2008-06-26 guyFix a missed "item" -> "item_local" in the previous...
2008-06-26 wmeierFix some warnings reported by gcc -Wshadow ...
2008-03-17 morrisspol_value->name was g_malloc()'d which meant we needed...
2008-02-09 wmeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2007-10-08 richardvFrom Chris Maynard <christopher.maynard@gtech.com>...
2007-08-28 sahlbergrename dcerpc_smb_store_pol_name to dcerpc_store_polhn...
2007-05-07 sahlbergwhen creating a policy handle, use the string stored...
2007-03-11 morrissFix bug 552:
2007-02-21 sahlbergadd a field in pinfo where dcerpc/pidl can store the...
2007-02-20 sahlbergadd a PIDL specific helper for managing dissection...
2006-09-16 sahlbergstrings we pass up to the caller through private_data...
2006-08-16 ulflFT_STRING -> FT_GUID
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-19 guyTurn the handle types into an enum, so that they're...
2006-03-07 sahlbergfix a potential assignment of a wild pointer
2005-11-22 jmayerTrivial warning fixes
2005-11-12 sahlberg a guid is only 16 bytes so dont highlight 20 bytes...
2005-11-11 sahlbergin smb2 the file handles are not normal context handl...
2005-10-17 geraldIn packet-dcerpc-nt.c, make sure we call init_pol_hash...
2005-08-13 sahlbergsome more gmemchunk -> se_alloc() updates
2005-08-10 sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-28 sahlbergememify some more calls to tvb_get_string()
2005-07-26 jmayerchar -> const char warning fixes
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-02-16 sahlbergpreparations for autogenerated ms dcerpc interfaces
2005-02-16 sahlbergmark the frame opened/closed fields for policy handles...
2005-02-01 guyMove "dissect_nt_GUID()" into "packet-dcerpc-nt.c"...
2005-01-30 sahlbergadd a new dissect_ndr_counted_ascii_string() that mimic...
2005-01-30 guyByte arrays are byte arrays, not strings.
2005-01-30 sahlbergchange dissect_ndr_counted_byte_array to be more consi...
2004-08-03 guyMove a bunch of stuff that's more Windows-related than...
2004-08-02 guyDon't drag in a huge pile of headers in "packet-smb...
2004-07-18 gramMove dissectors to epan/dissectors directory.