aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kpasswd.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-167/+0
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
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-04Add a mechanism where one can provide callbacks to the kerbgeros dissectorRonnie Sahlberg1-3/+3
to pass back dissection of application specific fields (octet strings) This can later be used to pick up session keys by dcerpc and similar. Currently it will initially be used by packetcable. PacketCable additions by Thomas Anders svn path=/trunk/; revision=11101
2004-02-16Update to kpasswd so that it calls the kerberos dissector to dissect theRonnie Sahlberg1-3/+4
AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs KRB-PRIV (application 21) is not yet supported/handled by the existing kerberos dissector but will be after next release when the new one makes it test run. svn path=/trunk/; revision=10067
2003-11-07New protocol: MS Kpasswd (RFC3244)Ronnie Sahlberg1-0/+166
KPasswd is partially dissected for UDP. It would be very useful if someone added dissection of the asn.1 encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add those. svn path=/trunk/; revision=8905