aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pop.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu1-29/+8
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-12More wmem.Evan Huus1-2/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-14/+12
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-7/+6
2013-03-19From beroset:Anders Broman1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-25Fix NULL deference (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7486).Michael Mann1-13/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-13From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3317Jeff Morriss1-20/+57
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
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-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-25/+16
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-4/+1
2010-01-19Fix gcc -Wshadow warningsBill Meier1-10/+10
2009-10-09From Didier Gautheron:Anders Broman1-86/+87
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+1
2009-08-04Clean up white space a bit - use 2-space indenting.Guy Harris1-275/+265
2009-08-04Miscellaneous cleanups.Gerald Combs1-11/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-04-06More size_t fixes.Gerald Combs1-2/+2
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier1-1/+1
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-0/+3
2008-04-13Initialize conversation.Stig Bjørlykke1-1/+1
2008-04-13Support for the reassembly dissection of IMF/MIME messages retrieved over POP...Graeme Lunt1-13/+225
2006-06-29make these two protocols (that are commonly transported atop SSL) register th...Ronnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-15From Martin Mathieson:Anders Broman1-48/+77
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+234