aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/spnego.cnf
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-179/+0
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-2/+2
2014-05-29Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe1-51/+0
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe1-34/+31
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-1/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-03-04Use explicit casts.Anders Broman1-3/+3
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2010-07-01Initialize MechType_oid in the right place.Gerald Combs1-2/+0
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-01-28Fix gcc -Wshadow warning.Bill Meier1-4/+4
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-23/+23
2006-12-13if there is a list of mechTypes in the negTokenInit then store the first oneRonnie Sahlberg1-16/+50
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-1/+1
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris1-12/+11
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris1-3/+0
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris1-88/+179
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs1-1/+4
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman1-0/+128