aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+5
* Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss2010-10-081-13/+19
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-36/+28
* Renamed some reassembled data texts.Stig Bjørlykke2010-02-061-1/+1
* Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke2010-02-031-1/+1
* Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke2010-02-021-2/+5
* Don't call tvb_new_subset on a NULL pointer. Fixes bug 4101.Gerald Combs2009-11-191-1/+1
* From Matthieu Patou,Ronnie Sahlberg2009-10-061-7/+37
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-5/+5
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-7/+7
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-1/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-2/+2
* Apply some of the patches from:Anders Broman2009-05-131-4/+2
* From Peter (bug 2942):Stig Bjørlykke2008-11-221-2/+2
* from metzeRonnie Sahlberg2008-09-291-2/+15
* Minor cleanup for proto_reg-handoff & etcBill Meier2008-09-271-2/+2
* Fix some warnings reported by gcc -Wshadow ...Bill Meier2008-06-281-3/+3
* From Chris Maynard (bug 1852):Richard van der Hoff2008-01-101-9/+9
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-1/+1
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-2/+4
* Fix various warningsStephen Fisher2007-04-131-3/+4
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-1/+1
* check for whether the blob starts with "NTLMSSP" before any other check if it...Ronnie Sahlberg2006-12-141-9/+9
* add primitive reassembly of gssapiRonnie Sahlberg2006-09-021-25/+206
* break out the handling of conversation specific data so that we will always h...Ronnie Sahlberg2006-09-021-20/+29
* resolve the oid to a variable before we check it in the conditional so thatRonnie Sahlberg2006-09-021-1/+2
* remove a comment with dead codeRonnie Sahlberg2006-09-021-11/+3
* always create a conversation for gssapiRonnie Sahlberg2006-09-021-22/+15
* from MetzeRonnie Sahlberg2006-06-091-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* fix for bug #856Ronnie Sahlberg2006-04-041-0/+3
* remove some proto_tree_add_text and replace with proto_tree_add_item() for t...Ronnie Sahlberg2005-12-251-0/+5
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-141-3/+3
* More char -> const char warning fixesJörg Mayer2005-08-051-2/+2
* the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg2005-06-211-1/+2
* move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg2005-06-201-34/+1
* convert gssapi to use packet-ber helpers instead of the asn1 ones.Ronnie Sahlberg2005-06-201-96/+42
* Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.Tim Potter2005-03-171-6/+15
* Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris2005-03-161-0/+7
* from metzeRonnie Sahlberg2005-03-111-2/+2
* add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg2005-03-101-0/+32
* some authentication stuff from metzeRonnie Sahlberg2005-03-041-0/+6
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+479