aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
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