aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-2/+2
2013-08-31A few more dissectors to wmem.Evan Huus1-9/+9
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-9/+13
2013-03-18From beroset:Anders Broman1-12/+12
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-12/+22
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-13/+19
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-36/+28
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-2/+5
2009-11-19Don't call tvb_new_subset on a NULL pointer. Fixes bug 4101.Gerald Combs1-1/+1
2009-10-06From Matthieu Patou,Ronnie Sahlberg1-7/+37
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-5/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
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