aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-5/+3
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-33/+56
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-04spnego: fix indent (use 2 spaces) and modelinesAlexis La Goutte1-1007/+964
2016-10-01spnego: use same name define name from krb5Alexis La Goutte1-3/+6
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-5/+3
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-11/+11
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-19/+19
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-5/+6
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-117/+14
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-75/+180
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-03-10SPNEGO: fix compilation without KerberosPascal Quantin1-4/+8
2015-03-10packet-spnego: fix krb5_cfx_wrap without encryptionStefan Metzmacher1-7/+24
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin1-5/+5
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-26/+18
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-30/+20
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-8/+24
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-9/+7
2014-06-21batch of tvb-length conversionsEvan Huus1-13/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-15/+15
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