aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/spnego.cnf
Commit message (Expand)AuthorAgeFilesLines
* Move /asn1 to /epan/dissectorsJoão Valverde2016-03-131-179/+0
* Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann2015-12-101-1/+1
* Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman2015-04-101-2/+2
* ASN1: Register PDU-dissectors as NEWStig Bjørlykke2014-10-131-1/+1
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-191-2/+2
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-181-2/+2
* Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe2014-05-291-51/+0
* Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe2014-05-291-34/+31
* Remove unused const variables errors seen with recent Clang versionPascal Quantin2014-03-151-1/+2
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-181-2/+0
* Use explicit casts.Anders Broman2013-03-041-3/+3
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-111-1/+1
* Initialize MechType_oid in the right place.Gerald Combs2010-07-011-2/+0
* Initialize more variables.Gerald Combs2010-07-011-0/+2
* Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss2010-05-131-25/+7
* Fix gcc -Wshadow warning.Bill Meier2010-01-281-4/+4
* Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke2009-10-071-1/+1
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-1/+1
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-23/+23
* if there is a list of mechTypes in the negTokenInit then store the first oneRonnie Sahlberg2006-12-131-16/+50
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-141-1/+1
* dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris2005-09-211-12/+11
* Some compilers don't allow a static declaration of a function insideGuy Harris2005-09-211-3/+0
* An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris2005-09-211-88/+179
* Don't dereference a null pointer. Fixes bug 460.Gerald Combs2005-09-191-1/+1
* In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs2005-09-191-1/+4
* Replace the spnego dissector with an asn2eth generated one.Anders Broman2005-09-151-0/+128