aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-3/+2
2006-01-14Jaap Keuter:Jörg Mayer1-13/+9
2006-01-14We may not work with the length returned by g_snprintf, as this isJörg Mayer1-2/+11
2005-12-22some ACEs are not used for authorization and thus do NOT contain an access ma...Ronnie Sahlberg1-21/+39
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-23/+90
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-30change one g_string_sprintf() into g_snprintf() and move one array of charac...Ronnie Sahlberg1-17/+12
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-06-26Yet more constification.Guy Harris1-2/+2
2005-06-01bugfix: use g_snprintf instead of sprintf to prevent a buffer overflowUlf Lamping1-2/+2
2005-01-30add dissection of three new flags in the security descriptorRonnie Sahlberg1-0/+33
2004-12-30Update a URL.Guy Harris1-1/+1
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-22Check for all bogus ACE lengths, i.e. all lengths < 4.Guy Harris1-8/+39
2004-12-09From Brian Caswell:Gerald Combs1-16/+16
2004-08-19MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anGuy Harris1-1/+1
2004-08-19Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanGuy Harris1-1/+1
2004-08-16Don't do the FILETIME->nstime_t conversion in floating point, as itGuy Harris1-13/+18
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping1-3/+3
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-0/+2332