aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-lsa.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-30Add an SVN Id to these PIDL-generated dissector headers. A patch to PIDL ↵Jeff Morriss1-0/+2
has been sent upstream to the Samba developers. svn path=/trunk/; revision=34718
2008-10-01add description of PolicyServerRoleRonnie Sahlberg1-0/+4
svn path=/trunk/; revision=26322
2008-10-01add two more constants to the lsa_PolicyInfo enumRonnie Sahlberg1-0/+3
add a new constant to the lsa_DomainInfoEnum enum svn path=/trunk/; revision=26321
2008-10-01add the new autogenerated lsa dissectorRonnie Sahlberg1-138/+161
this changes some call signatures requiring changes to the netlogon dissector as well svn path=/trunk/; revision=26320
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_bufRonnie Sahlberg1-2/+2
change its signature to match the autogenerated signatures. add a small wrapper function so tha tthe handwritten lsa can still call the function through dissect_ndr_pointer() no changes in functionality, essentially just a rename of a function and signature change svn path=/trunk/; revision=13207
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_dataRonnie Sahlberg1-1/+1
to make the symbol compatible with an autogenerated LSA dissector. no changes to the code, just a rename. svn path=/trunk/; revision=13206
2005-01-30rename lsa_dissect_POLICY_DNS_DOMAIN_INFO to lsa_dissect_DnsDomainInfo and ↵Ronnie Sahlberg1-2/+2
change the signature slightly. the signature change is to make it compatilbe with the signatures the idl compiler generates. svn path=/trunk/; revision=13205
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+145
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410