aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-15/+15
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-11/+9
2014-06-04This fix now allows SASL/GSS-API with integrity only to be properly dissectedRichard Sharpe1-7/+34
2014-05-29Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe1-84/+9
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe1-66/+130
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-14/+8
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-15/+13
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-29/+29
2013-12-07- Make local functions static.Anders Broman1-5/+8
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-20/+5
2013-08-01md5.h is in wsutil now.Jeff Morriss1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-6/+8
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-2/+2
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-3/+3
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-19From beroset:Anders Broman1-10/+10
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-04Use explicit casts.Anders Broman1-17/+17
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-10-09From Bill Parker:Anders Broman1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-2/+2
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+4
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-2/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
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-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-2/+5
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-3/+2
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki1-2/+0
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-19/+19
2011-02-20Add changes in r35384 to template file.Stig Bjørlykke1-2/+2
2011-01-05Use some tvb_ accessor functions instead of a standard function plus tvb_get_...Jeff Morriss1-8/+4
2010-07-01Initialize MechType_oid in the right place.Gerald Combs1-10/+8
2010-07-01Initialize more variables.Gerald Combs1-7/+9
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-30/+12
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-5/+5
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-14/+14
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-6/+5
2010-02-04From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg1-12/+37
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-4/+4
2010-01-03Use proto_spnego for protocol tree item.Stig Bjørlykke1-11/+7