aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-11-14Fix the declaration of gssapi_lookup_oid_str() to match its definition.Guy Harris1-1/+1
svn path=/trunk/; revision=16502
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=15218
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-2/+0
remove the include of <epan/asn1.h> from kerberos, ntlmssp and gssapi since they no longer need to include that file. svn path=/trunk/; revision=14709
2005-06-20convert gssapi to use packet-ber helpers instead of the asn1 ones.Ronnie Sahlberg1-0/+2
once spnego is converted as well, the epan/asn1.h include can be removed from : kerberos, spnego, gssapi and ntlmssp svn path=/trunk/; revision=14708
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-0/+6
(cifs: dc's talking to eachother and when longhorn comes out: anyone wanting to talk dce to a dc!) ((this is an incredibly advanced feature well worthy of mentioning in NEWS)) svn path=/trunk/; revision=13690
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+52
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