Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.
[obnox/wireshark/wip.git] / epan / dissectors / packet-spnego.c
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-06-04 kukosa- CLASS definitions support including exports through...
2007-05-25 guyAdd a cast to squelch an MSVC warning.
2007-05-25 guyMake SND_SEQ an array of 2 guint32's, rather than an...
2007-05-22 etxrabPrepare for the use of the new -X parameter for BER...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-05-03 kukosaEXTERNAL type is handled in asn2wrs now
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2007-02-18 morrissFix bug 1380:
2007-02-17 galThis patch looks for a confounder in GSSWrap for DES_MA...
2007-01-09 geraldMove cryptography code to epan/crypt.
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-12-13 sahlbergif there is a list of mechTypes in the negTokenInit...
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-05-24 kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-12-25 sahlbergmicrosoft does not use a confounder for spnego when...
2005-12-08 guyRegenerate with the latest asn2eth, to get FT_OID used...
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-09-21 guydissect_ber_octet_string() can return a null tvbuff...
2005-09-21 guySome compilers don't allow a static declaration of...
2005-09-21 guyAn InnerContextToken comes with an OID for the mechanis...
2005-09-19 geraldDon't dereference a null pointer. Fixes bug 460.
2005-09-19 geraldIn the SPNEGO dissector, don't call a subdissector...
2005-09-15 guyDon't use u_char - not all platforms define it, and...
2005-09-15 etxrabReplace the spnego dissector with an asn2eth generated...
2005-09-14 sahlbergwhen we have raw keberos inside the spnego blob, ...
2005-09-11 etxrabGet rid of dependency on format-oid.h
2005-08-25 guyI missed one OID string.
2005-08-25 guyThe OID strings returned by new_format_oid(), and the...
2005-08-19 sahlbergremove a gmalloc and al sprintf from spnego
2005-08-06 geraldIn packet-frame.c, don't free static memory when we...
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-12 guyFix some more signed vs. unsigned warnings.
2005-07-09 guyMake a bunch of items in encryption code arrays of...
2005-06-21 sahlbergthe maximum ASN OID length is 256 bytes and there is...
2005-06-20 sahlbergconvert the function
2005-06-20 sahlbergconvert one function to use packet-ber instead of asn1
2005-06-20 sahlbergmove one function only used by SPNEGO to packet-spnego.c
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-20 guyDon't try to run net-snmp-config if we don't find it.
2005-03-16 guyHave GSS-API subdissectors supply a "data is encrypted...
2005-03-11 sahlbergfrom metze
2005-03-10 sahlbergadd support to decrypt and dissect sign-and-sealed...
2005-03-09 geraldAdd a couple of definitions not present in MIT Kerberos...
2005-03-09 sahlbergrefactor the code to not use heimdal functions to decry...
2005-03-09 guySquelch some compiler warnings if we don't have Kerberos.
2005-03-08 sahlberguse the rc4 functions from epan/crypt-rc4 instead...
2005-03-08 sahlbergremove some dependencies of libgssapi
2005-03-08 sahlbergremove the need to include <gssapi.h> from heimdal
2005-03-08 sahlbergwhen HEIMDAL is linked with :
2005-03-06 sahlbergminor update, add an extra parameter to a call to prepa...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2004-07-18 gramMove dissectors to epan/dissectors directory.