aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* when kerberos claims a conversation, it only claims it for the source portRonnie Sahlberg2005-08-181-2/+38
* convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg2005-08-101-2/+1
* various code cleanup:Ulf Lamping2005-08-081-1/+1
* In packet-frame.c, don't free static memory when we throw aGerald Combs2005-08-061-1/+6
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-1/+1
* packet_ber has for some time been doing sanity checking of the BER Length fieldsRonnie Sahlberg2005-07-281-1/+1
* Warning fixesJörg Mayer2005-07-251-7/+7
* change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg2005-07-211-8/+8
* Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris2005-07-091-4/+4
* Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris2005-07-091-2/+2
* make dissect_ber_choice take a guint* that will return theRonnie Sahlberg2005-06-261-8/+8
* move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg2005-06-201-1/+0
* Fix trivial warningJörg Mayer2005-06-191-1/+1
* From T.NakashimaRonnie Sahlberg2005-05-271-3/+9
* Add a tree parameter to get_ber_length() so thatRonnie Sahlberg2005-04-201-2/+2
* some updates from T AndersRonnie Sahlberg2005-04-181-2/+2
* Major speed improvement for filtering and dissection.Ronnie Sahlberg2005-04-111-1/+1
* make ethereal decrypt gss-krb (secure ldap and ms signandseal for dce)Ronnie Sahlberg2005-03-211-59/+29
* remove some heimdal dependencies we dont really needRonnie Sahlberg2005-03-211-9/+22
* Check whether we have a first byte before checking it.Guy Harris2005-03-161-1/+1
* add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg2005-03-101-2/+2
* Fix a small typo that would prevent compilation with MIT KerberosJörg Mayer2005-03-071-1/+1
* export some symbols we will need later.Ronnie Sahlberg2005-03-071-16/+6
* Make packet-kerberos.c compile again:Jörg Mayer2005-03-071-2/+2
* export decrypt_krb5_dataRonnie Sahlberg2005-03-061-3/+3
* Omit some stuff when building without a Kerberos library, as it's unusedGuy Harris2005-03-051-5/+5
* fix kerberos dissector for those having no kerberos decryptionLars Roland2005-03-051-1/+1
* make kpasswd privide subdissectors to handle the user-data field for the KRB_...Ronnie Sahlberg2005-03-041-2/+2
* some authentication stuff from metzeRonnie Sahlberg2005-03-041-1/+6
* make ethereal able to decrypt KRB_PRIV which kpasswd usesRonnie Sahlberg2005-03-041-2/+97
* The Kerberos-over-UDP dissector can decide not to dissect packets, so itGuy Harris2005-02-261-5/+7
* add support to call krb4 for suspected krb4 stuff soming in on udp port 88Ronnie Sahlberg2005-02-251-0/+20
* update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg2005-02-231-1/+1
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* From Chris Maynard: free strings fetched with "tvb_fake_unicode()".Guy Harris2005-01-051-0/+1
* update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg2004-12-131-42/+42
* update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg2004-12-121-13/+13
* updates from tomas and andersRonnie Sahlberg2004-12-121-27/+27
* move kerberos over to use the new signature for ber integer dissection helperRonnie Sahlberg2004-12-121-27/+27
* When we dynamically discover a Kerberos key, it helps to add it to theGerald Combs2004-11-011-11/+23
* Create a conversation only when we see a KDC_REQ. Gerald Combs2004-11-011-17/+19
* Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs2004-10-281-2/+2
* Fix some include problems and compiler warnings pointed out by Thomas Anders.Gerald Combs2004-10-181-3/+9
* One more item from CableLabs: Add conversation support to the KerberosGerald Combs2004-10-181-1/+20
* Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs2004-10-151-162/+366
* add support in packet-kerberos to use MIT Kerberos API to parse keytabs and d...Ronnie Sahlberg2004-10-141-0/+147
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* make kerberos able to dissect pkinit/pa-pk-as-rep packetsRonnie Sahlberg2004-09-171-0/+3
* add new dissectors to build processRonnie Sahlberg2004-09-161-91/+2