aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-lsa.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2014-01-13lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() areGuy Harris1-3/+3
2014-01-13Make routines not used outside packet-dcerpc-lsa.c static.Guy Harris1-3/+3
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-164/+164
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-2830/+2818
2013-10-21Sync with latest SAMBA PIDL source per http://www.wireshark.org/lists/wiresha...Michael Mann1-133/+133
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-82/+82
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss1-0/+2
2010-04-24Make the absolute_time_display_e enum start at 1000 to avoid overlapping withJeff Morriss1-6/+6
2010-02-08try autogenerate lsa in preparation for updates to the lsa idl fileRonnie Sahlberg1-100/+468
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-6/+6
2009-10-20Removed some unused prototypes.Stig Bjørlykke1-1/+0
2009-10-05Fixed a signed/unsigned warning.Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-421/+421
2008-10-01Call out to GPEF EFSBLOB from the LSA dissectorRonnie Sahlberg1-16/+29
2008-10-01add description of PolicyServerRoleRonnie Sahlberg1-15/+25
2008-10-01add two more constants to the lsa_PolicyInfo enumRonnie Sahlberg1-6/+12
2008-10-01add the new autogenerated lsa dissectorRonnie Sahlberg1-3007/+10891
2008-09-29dissect lookupnames3Ronnie Sahlberg1-7/+128
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-2/+2
2006-09-13the way we pass dcerpc strings from deep down in helpers to high level dissec...Ronnie Sahlberg1-9/+23
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-7/+7
2006-03-16the new type of sid/rid structure is for lookupnames2 not lookupnamesRonnie Sahlberg1-4/+4
2006-03-15lookupnames2 takes a different sid structure compared to lookupnamesRonnie Sahlberg1-2/+61
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-2/+2
2005-09-22bugfix: don't simply use length field value from packet data, ensure the byte...Ulf Lamping1-0/+1
2005-08-19some ememificationLuis Ontanon1-4/+4
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_bufRonnie Sahlberg1-10/+29
2005-01-30rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_dataRonnie Sahlberg1-2/+2
2005-01-30rename lsa_dissect_POLICY_DNS_DOMAIN_INFO to lsa_dissect_DnsDomainInfo and ch...Ronnie Sahlberg1-4/+6
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...Ronnie Sahlberg1-4/+4
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-2/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4541