change a whole bunch of ethereal into wireshark
[obnox/wireshark/wip.git] / epan / dissectors / packet-dcerpc-nt.c
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.