From Dirk via bug #5771: Add heuristic dissector for images and HTTP
[obnox/wireshark/wip.git] / asn1 / spnego / packet-spnego-template.c
2011-02-20 stigAdd changes in r35384 to template file.
2010-07-01 geraldInitialize MechType_oid in the right place.
2010-04-29 morrissMake a variable a guint8* instead of a char* since...
2010-04-06 wmeier#include <stdio.h> not needed.
2010-02-04 sahlbergFrom: Stefan Metzmacher <metze@samba.org>
2010-01-03 stigUse proto_spnego for protocol tree item.
2009-10-30 stigApply r30376 to asn1 template files.
2009-10-06 etxrabFrom Didier Gautheron:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-04 wmeierInitialize several ett_... variables to -1
2009-07-28 sahlbergWhen we passed the crytobuffer to krb5_c_decrypt()...
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-26 stigtvb_child_new_real_data() -> tvb_new_child_real_data()
2009-06-25 etxrabtvb_new_real_data()->tvb_child_new_real_data()
2009-06-23 stigFrom Kovarththanan Rajaratnam:
2009-05-13 etxrabApply some of the patches from:
2008-11-04 wmeierMinor cleanup mostly related to proto_reg_handoff
2008-10-05 sahlberguse g_malloc/g_free instead of malloc/free
2008-10-05 sahlbergchange u_char to unsigned char to make the osx compiler...
2008-10-05 sahlbergkerberos/gss enhancements
2008-09-30 geraldWe always use start_offset, so don't wrap it in "#ifdef...
2008-09-29 sahlbergfrom Metze
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-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-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-05-23 kukosaEthereal -> Wireshark
2006-05-21 sahlbergname change
2005-12-25 sahlbergmicrosoft does not use a confounder for spnego when...
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
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-15 guyDon't use u_char - not all platforms define it, and...
2005-09-15 etxrabReplace the spnego dissector with an asn2eth generated...