aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-2/+2
2008-09-29from metzeRonnie Sahlberg1-2/+15
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-2/+2
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-3/+3
2008-01-10From Chris Maynard (bug 1852):Richard van der Hoff1-9/+9
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+4
2007-04-13Fix various warningsStephen Fisher1-3/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-12-14check for whether the blob starts with "NTLMSSP" before any other check if it...Ronnie Sahlberg1-9/+9
2006-09-02add primitive reassembly of gssapiRonnie Sahlberg1-25/+206
2006-09-02break out the handling of conversation specific data so that we will always h...Ronnie Sahlberg1-20/+29
2006-09-02resolve the oid to a variable before we check it in the conditional so thatRonnie Sahlberg1-1/+2
2006-09-02remove a comment with dead codeRonnie Sahlberg1-11/+3
2006-09-02always create a conversation for gssapiRonnie Sahlberg1-22/+15
2006-06-09from MetzeRonnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-04fix for bug #856Ronnie Sahlberg1-0/+3
2005-12-25remove some proto_tree_add_text and replace with proto_tree_add_item() for t...Ronnie Sahlberg1-0/+5
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-3/+3
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-1/+2
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-34/+1
2005-06-20convert gssapi to use packet-ber helpers instead of the asn1 ones.Ronnie Sahlberg1-96/+42
2005-03-17Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.Tim Potter1-6/+15
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris1-0/+7
2005-03-11from metzeRonnie Sahlberg1-2/+2
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-0/+32
2005-03-04some authentication stuff from metzeRonnie Sahlberg1-0/+6
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+479