aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.h
AgeCommit message (Collapse)AuthorFilesLines
2005-08-05More char -> const char warning fixesjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15218 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-20move one function only used by SPNEGO to packet-spnego.csahlberg1-2/+0
remove the include of <epan/asn1.h> from kerberos, ntlmssp and gssapi since they no longer need to include that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14709 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-20convert gssapi to use packet-ber helpers instead of the asn1 ones.sahlberg1-0/+2
once spnego is converted as well, the epan/asn1.h include can be removed from : kerberos, spnego, gssapi and ntlmssp git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14708 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.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)) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13690 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7