aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
Commit message (Expand)AuthorAgeFilesLines
* From Sebastien Tandel: Stephen Fisher2007-03-231-2/+2
* we did not have a proper WERR error table for the windows errors insterad w...Ronnie Sahlberg2006-09-231-0/+103
* make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg2006-09-161-9/+3
* fix for bug 1054Ronnie Sahlberg2006-09-051-0/+11
* Squelch a compiler warning.Guy Harris2006-08-211-1/+1
* add some well known rids from s4 security.idl and code to show the name of th...Ronnie Sahlberg2006-08-191-1/+27
* add missing ace revision 4 and several new types some of which contain op...Ronnie Sahlberg2006-08-101-9/+119
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* done:Jörg Mayer2006-01-161-3/+2
* Jaap Keuter:Jörg Mayer2006-01-141-13/+9
* We may not work with the length returned by g_snprintf, as this isJörg Mayer2006-01-141-2/+11
* some ACEs are not used for authorization and thus do NOT contain an access ma...Ronnie Sahlberg2005-12-221-21/+39
* Don't ensure all the bytes of a security descriptor exist before callingGuy Harris2005-10-041-23/+90
* Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris2005-09-171-1/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* change one g_string_sprintf() into g_snprintf() and move one array of charac...Ronnie Sahlberg2005-08-301-17/+12
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* Yet more constification.Guy Harris2005-06-261-2/+2
* bugfix: use g_snprintf instead of sprintf to prevent a buffer overflowUlf Lamping2005-06-011-2/+2
* add dissection of three new flags in the security descriptorRonnie Sahlberg2005-01-301-0/+33
* Update a URL.Guy Harris2004-12-301-1/+1
* Again, some warnings removed.Ulf Lamping2004-12-251-1/+1
* Check for all bogus ACE lengths, i.e. all lengths < 4.Guy Harris2004-12-221-8/+39
* From Brian Caswell:Gerald Combs2004-12-091-16/+16
* MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anGuy Harris2004-08-191-1/+1
* Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanGuy Harris2004-08-191-1/+1
* Don't do the FILETIME->nstime_t conversion in floating point, as itGuy Harris2004-08-161-13/+18
* cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping2004-08-161-3/+3
* Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris2004-08-031-0/+2332