aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-7/+7
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-13Apply some of the patches from:etxrab1-4/+2
2008-11-22From Peter (bug 2942):stig1-2/+2
2008-09-29from metzesahlberg1-2/+15
2008-09-27Minor cleanup for proto_reg-handoff & etcwmeier1-2/+2
2008-06-28Fix some warnings reported by gcc -Wshadow ...wmeier1-3/+3
2008-01-10From Chris Maynard (bug 1852):richardv1-9/+9
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-05-15actx in the rest of dissect_ber..()letxrab1-2/+4
2007-04-13Fix various warningssfisher1-3/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2006-12-14check for whether the blob starts with "NTLMSSP" before any other check if it...sahlberg1-9/+9
2006-09-02add primitive reassembly of gssapisahlberg1-25/+206
2006-09-02break out the handling of conversation specific data so that we will always h...sahlberg1-20/+29
2006-09-02resolve the oid to a variable before we check it in the conditional so thatsahlberg1-1/+2
2006-09-02remove a comment with dead codesahlberg1-11/+3
2006-09-02always create a conversation for gssapisahlberg1-22/+15
2006-06-09from Metzesahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-04fix for bug #856sahlberg1-0/+3
2005-12-25remove some proto_tree_add_text and replace with proto_tree_add_item() for t...sahlberg1-0/+5
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-3/+3
2005-08-05More char -> const char warning fixesjmayer1-2/+2
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg1-1/+2
2005-06-20move one function only used by SPNEGO to packet-spnego.csahlberg1-34/+1
2005-06-20convert gssapi to use packet-ber helpers instead of the asn1 ones.sahlberg1-96/+42
2005-03-17Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.tpot1-6/+15
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirguy1-0/+7
2005-03-11from metzesahlberg1-2/+2
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.sahlberg1-0/+32
2005-03-04some authentication stuff from metzesahlberg1-0/+6
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+479