waste a couple of bytes per tcp conversation and make the tree for acked_packets...
[obnox/wireshark/wip.git] / epan / dissectors / packet-kerberos.c
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-02-12 sahlbergadd rfc1964 stuff and (incomplete) KRB_CRED support.
2006-01-20 jmayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2005-12-23 sahlbergfrom eric wedel
2005-11-22 jmayerTrivial warning fixes
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-07 sahlbergFrom William Fiveash
2005-09-22 guyFix a bunch of places where we were calling "dissect_be...
2005-08-28 guyIn at least some captures, some Kerberos packets contai...
2005-08-27 sahlbergremoval of sprintf
2005-08-18 sahlbergwhen kerberos claims a conversation, it only claims...
2005-08-10 sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-08-08 ulflvarious code cleanup:
2005-08-06 geraldIn packet-frame.c, don't free static memory when we...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-28 sahlbergpacket_ber has for some time been doing sanity checking...
2005-07-25 jmayerWarning fixes
2005-07-21 sahlbergchange the symbol dissect_ber_CHOICE back into dissect_...
2005-07-09 guyMake a bunch of items in encryption code arrays of...
2005-07-09 guyFix up a bunch of arguments to "dissect_ber_identifier...
2005-06-26 sahlbergmake dissect_ber_choice take a guint* that will return the
2005-06-20 sahlbergmove one function only used by SPNEGO to packet-spnego.c
2005-06-19 jmayerFix trivial warning
2005-05-27 sahlbergFrom T.Nakashima
2005-04-20 sahlbergAdd a tree parameter to get_ber_length() so that
2005-04-18 sahlberg some updates from T Anders
2005-04-11 sahlbergMajor speed improvement for filtering and dissection.
2005-03-21 sahlbergmake ethereal decrypt gss-krb (secure ldap and ms signa...
2005-03-21 sahlbergremove some heimdal dependencies we dont really need
2005-03-16 guyCheck whether we have a first byte before checking it.
2005-03-10 sahlbergadd support to decrypt and dissect sign-and-sealed...
2005-03-07 jmayerFix a small typo that would prevent compilation with...
2005-03-07 sahlbergexport some symbols we will need later.
2005-03-07 jmayerMake packet-kerberos.c compile again:
2005-03-06 sahlbergexport decrypt_krb5_data
2005-03-05 guyOmit some stuff when building without a Kerberos librar...
2005-03-05 lrolandfix kerberos dissector for those having no kerberos...
2005-03-04 sahlbergmake kpasswd privide subdissectors to handle the user...
2005-03-04 sahlbergsome authentication stuff from metze
2005-03-04 sahlbergmake ethereal able to decrypt KRB_PRIV which kpasswd...
2005-02-26 guyThe Kerberos-over-UDP dissector can decide not to disse...
2005-02-25 sahlbergadd support to call krb4 for suspected krb4 stuff somin...
2005-02-23 sahlbergupdate asn2eth and all generated dissectors to new...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2005-01-05 guyFrom Chris Maynard: free strings fetched with "tvb_fake...
2004-12-13 sahlbergupdate of the asn2eth compiler to use the types...
2004-12-12 sahlbergupdate the helper for BER GeneralizedTime to handle...
2004-12-12 sahlbergupdates from tomas and anders
2004-12-12 sahlbergmove kerberos over to use the new signature for ber...
2004-11-01 geraldWhen we dynamically discover a Kerberos key, it helps...
2004-11-01 geraldCreate a conversation only when we see a KDC_REQ.
2004-10-28 geraldAdd support for pkauthdata and pkdhkeydata OIDs.
2004-10-18 geraldFix some include problems and compiler warnings pointed...
2004-10-18 geraldOne more item from CableLabs: Add conversation support...
2004-10-15 geraldAdd support for decoding DES3/CBC/MD5 keys. Make it...
2004-10-14 sahlbergadd support in packet-kerberos to use MIT Kerberos...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-17 sahlbergmake kerberos able to dissect pkinit/pa-pk-as-rep packets
2004-09-16 sahlbergadd new dissectors to build process
2004-08-30 sahlbergAdd a key origin string for kerberos keys
2004-08-25 sahlbergAdd the optional 13th tag to the KRB_ERR structure.
2004-08-25 sahlbergPrettify the principal name expansion to make it look...
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-08-03 guyMove a bunch of stuff that's more Windows-related than...
2004-07-21 sahlbergget rid of the nasty ber specific oid->callback table...
2004-07-20 sahlbergAdd the new protocols CMS, X509AF, X509IF, X509CE...
2004-07-18 gramMove dissectors to epan/dissectors directory.