aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/packet-spnego-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-1491/+0
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-4/+4
2015-11-28Remove the GSSAPI specific members out of packet_info structure.Michael Mann1-115/+12
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-4/+4
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann1-73/+178
2015-03-10SPNEGO: fix compilation without KerberosPascal Quantin1-2/+6
2015-03-10packet-spnego: fix krb5_cfx_wrap without encryptionStefan Metzmacher1-5/+22
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-11/+3
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-18/+8
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-5/+5
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-3/+19
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-7/+5
2014-06-21batch of tvb-length conversionsEvan Huus1-13/+13
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-13/+13
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-13/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-9/+7
2014-06-04This fix now allows SASL/GSS-API with integrity only to be properly dissectedRichard Sharpe1-5/+32
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe1-2/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-29/+29
2013-12-07- Make local functions static.Anders Broman1-0/+3
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-18/+3
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-1/+3
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-2/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-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-14/+14
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-10-09From Bill Parker:Anders Broman1-1/+1
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-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-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 Combs1-1/+1
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-03Use proto_spnego for protocol tree item.Stig Bjørlykke1-6/+2