aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-12/+12
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-4/+5
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-32/+24
2011-03-22Coverity 512sahlberg1-3/+6
2010-12-06Fix various typos and spelling errors.wmeier1-3/+3
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-12/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-13/+13
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-6/+6
2010-08-11From Frank Schorr:etxrab1-8/+22
2010-08-04Initialize confounder to ensure it has a known value.stig1-1/+1
2010-06-30Initialize some variables.gerald1-8/+8
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.wmeier1-8/+8
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.wmeier1-5601/+5611
2010-03-19Squelch some compiler warnings.guy1-162/+175
2010-01-25Add nice dissection of the names of the sign/seal algorithmssahlberg1-14/+20
2010-01-25Add proper dissection of NL_AUTH_MESSAGE for schannel as described insahlberg1-76/+122
2010-01-22Make compiler happy when kerberos is not enabled...sake1-1/+4
2010-01-22From Matthieu Patou <mat+Informatique.Samba@matws.net>sahlberg1-65/+79
2010-01-03Fixed abbrev for Padding and Flags.stig1-26/+25
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-15/+15
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-10-20s/#if HAVE_KERBEROS/#ifdef HAVE_KERBEROS/morriss1-136/+136
2009-10-20Another, more sensible, attempt to fix the Win64 build.morriss1-1/+1
2009-10-20Try to get it compiling on Win64morriss1-3/+3
2009-10-20From Jakub Zawadzki:stig1-2/+6
2009-10-20From Matthieu Patousahlberg1-272/+1860
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-130/+130
2009-05-01From Reinhard Speyerer:jake1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-8/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-01add the new autogenerated lsa dissectorsahlberg1-17/+18
2007-02-01logoncontrol2 response is a Win32 error code not an nt status codesahlberg1-2/+12
2006-08-15add decode of trust attribute flags as documented in samba4 netlogon idlsahlberg1-2/+112
2006-08-09decode the field of type 11sahlberg1-0/+38
2006-06-03some functions return dos error codes and not nt status codessahlberg1-11/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-6/+6
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-3/+3
2006-01-06Bill Meier: More spelling fixesjmayer1-2/+2
2006-01-05Bill Meier:jmayer1-2/+2
2005-09-23From Kaulsahlberg1-5/+5
2005-07-28char -> const char warning fixesjmayer1-1/+1
2005-02-01Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by theguy1-15/+0
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_bufsahlberg1-16/+16
2005-01-30rename lsa_dissect_POLICY_DNS_DOMAIN_INFO to lsa_dissect_DnsDomainInfo and ch...sahlberg1-1/+1
2005-01-30change dissect_ndr_counted_byte_array to be more consistent with dissect_ndr...sahlberg1-1/+1
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...sahlberg1-2/+2
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-1/+1