MCS-PROTOCOL.asn does not exists (in this directory) and does not
[metze/wireshark/wip.git] / asn1 / spnego /
2013-05-10 Jörg MayerSome more protocols can be generated via cmake
2013-05-05 Jörg MayerJust whitespace changes
2013-04-23 Jörg MayerStub cmake support for generating the asn1 dissectors.
2013-03-19 Anders BromanFrom beroset:
2013-03-17 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-04 Anders BromanUse explicit casts.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-09 Anders BromanFrom Bill Parker:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-24 Pascal QuantinRemove useless packet-spnego.h file
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-01-18 Chris Maynard#include <epan/crypt/crypt-*.h> => #include <epan/crypt...
2012-01-09 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-11-12 Anders Bromanfix [-Wunused-but-set-variable]
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Jeff MorrissBuild the ASN.1 dissectors directly into epan/dissector...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-02-20 Stig BjørlykkeAdd changes in r35384 to template file.
2010-07-01 Gerald CombsInitialize MechType_oid in the right place.
2010-07-01 Gerald CombsInitialize more variables.
2010-05-13 Jeff MorrissUse find_or_create_conversation() in some ASN.1 dissectors
2010-04-29 Jeff MorrissMake a variable a guint8* instead of a char* since...
2010-04-06 Bill Meier#include <stdio.h> not needed.
2010-02-04 Ronnie SahlbergFrom: Stefan Metzmacher <metze@samba.org>
2010-01-28 Bill MeierFix gcc -Wshadow warning.
2010-01-03 Stig BjørlykkeUse proto_spnego for protocol tree item.
2009-10-30 Stig BjørlykkeApply r30376 to asn1 template files.
2009-10-08 Kovarththanan Raja... Remove unused NEED_PACKET_PROTO_H variable
2009-10-07 Stig BjørlykkeSwitch to using tvb_new_subset_remaining() in .cnf...
2009-10-06 Anders BromanFrom Didier Gautheron:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-04 Bill MeierInitialize several ett_... variables to -1
2009-07-28 Ronnie SahlbergWhen we passed the crytobuffer to krb5_c_decrypt()...
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-26 Stig Bjørlykketvb_child_new_real_data() -> tvb_new_child_real_data()
2009-06-25 Anders Bromantvb_new_real_data()->tvb_child_new_real_data()
2009-06-23 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-05-13 Anders BromanApply some of the patches from:
2008-11-04 Bill MeierMinor cleanup mostly related to proto_reg_handoff
2008-10-05 Ronnie Sahlberguse g_malloc/g_free instead of malloc/free
2008-10-05 Ronnie Sahlbergchange u_char to unsigned char to make the osx compiler...
2008-10-05 Ronnie Sahlbergkerberos/gss enhancements
2008-09-30 Gerald CombsWe always use start_offset, so don't wrap it in "#ifdef...
2008-09-29 Ronnie Sahlbergfrom Metze
2007-12-19 Jörg Mayerasn1/*/Makefile.nmake were not part of the source package.
2007-12-10 Tomas KukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-11-04 Anders BromanUpdate do use the -X and -T asn2wrs flags.
2007-10-11 Jörg Mayer- Remove -e option if the generated -exp.cnf file isn...
2007-10-10 Jörg Mayer- Change Makefiles to include preinc
2007-10-10 Jörg MayerMore conversions and updates to existing Makefile stuff
2007-05-25 Guy HarrisAdd a cast to squelch an MSVC warning.
2007-05-25 Guy HarrisMake SND_SEQ an array of 2 guint32's, rather than an...
2007-05-15 Anders Bromanactx in the rest of dissect_ber..()l
2007-05-13 Anders BromanSecond step in introducing asn context to BER dissector...
2007-05-06 Anders BromanStart introducing actx to ber functions.
2007-02-18 Jeff MorrissFix bug 1380:
2007-02-17 Graeme LuntThis patch looks for a confounder in GSSWrap for DES_MA...
2007-01-09 Gerald CombsMove cryptography code to epan/crypt.
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-12-13 Ronnie Sahlbergif there is a list of mechTypes in the negTokenInit...
2006-10-29 Ulf Lampingput every python script name into "" so the call won...
2006-05-23 Tomas KukosaEthereal -> Wireshark
2006-05-21 Tomas Kukosa- asn2eth renamed to asn2wrs
2006-05-21 Ronnie Sahlbergname change
2006-04-25 Guy HarrisAdd distclean and maintainerclean rules.
2006-03-30 Anders Bromancall OID subdissector for private extensiions, fix...
2006-02-23 Anders BromanAdd parsertab.pyc in clean target
2005-12-25 Ronnie Sahlbergmicrosoft does not use a confounder for spnego when...
2005-11-14 Tomas Kukosa - dissect_ber_object_identifier() returns value as tvb
2005-09-21 Guy Harrisdissect_ber_octet_string() can return a null tvbuff...
2005-09-21 Guy HarrisSome compilers don't allow a static declaration of...
2005-09-21 Guy HarrisAn InnerContextToken comes with an OID for the mechanis...
2005-09-19 Gerald CombsDon't dereference a null pointer. Fixes bug 460.
2005-09-19 Gerald CombsIn the SPNEGO dissector, don't call a subdissector...
2005-09-15 Guy HarrisDon't use u_char - not all platforms define it, and...
2005-09-15 Guy HarrisAdd a Makefile.
2005-09-15 Anders BromanReplace the spnego dissector with an asn2eth generated...