aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Remove useless packet-spnego.h filePascal Quantin2-31/+0
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard1-2/+2
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+2
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-0/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-4/+4
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-02-20Add changes in r35384 to template file.Stig Bjørlykke1-8/+4
2010-07-01Initialize MechType_oid in the right place.Gerald Combs2-3/+1
2010-07-01Initialize more variables.Gerald Combs1-0/+2
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-25/+7
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss1-4/+4
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-04From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg1-10/+35
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-4/+4
2010-01-03Use proto_spnego for protocol tree item.Stig Bjørlykke1-6/+2
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-2/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke1-1/+1
2009-10-06From Didier Gautheron:Anders Broman1-4/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-04Initialize several ett_... variables to -1Bill Meier1-2/+2
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-2/+6
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-3/+3
2009-06-26tvb_child_new_real_data() -> tvb_new_child_real_data()Stig Bjørlykke1-1/+1
2009-06-25tvb_new_real_data()->tvb_child_new_real_data()Anders Broman1-2/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-7/+7
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-13/+4
2008-10-05use g_malloc/g_free instead of malloc/freeRonnie Sahlberg1-2/+2
2008-10-05change u_char to unsigned char to make the osx compiler happyRonnie Sahlberg1-5/+5
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-2/+107
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".Gerald Combs1-2/+0
2008-09-29from MetzeRonnie Sahlberg1-1/+262
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer4-57/+96
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris1-2/+2
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris1-8/+5
2007-05-15actx in the rest of dissect_ber..()lAnders Broman2-2/+4
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-27/+32
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2007-02-18Fix bug 1380:Jeff Morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. Graeme Lunt1-1/+5
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-1/+1