aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-56/+57
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-6/+0
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-2/+5
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer1-28/+0
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-2/+2
2012-09-11Add new function: call_dissector_with_dataJakub Zawadzki1-0/+4
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-1/+1
2012-05-10Trivial typo: if -> itChris Maynard1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+8
2012-01-20Add 'heur_dissector_set_enabled()' to allow a dissector to enable/disable heu...Bill Meier1-0/+10
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier1-0/+5
2011-12-15Preparation to make it possible to dissable heuristic protocolsAnders Broman1-0/+1
2011-09-05List heuristic tables in Internals->Disscetor tables menu.Anders Broman1-0/+12
2011-03-31Added dissector_handle_get_long_name().Stig Bjørlykke1-0/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-13/+41
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-20/+9
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-17/+17
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-10/+10
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-10/+10
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-1/+1
2010-01-19Use more unique names for certain enum constants.Bill Meier1-3/+3
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-2/+13
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-0/+5
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman1-0/+6
2008-10-31Fix a prototype to avoid a warning.Stig Bjørlykke1-1/+1
2008-08-12From Alexey Neyman:Anders Broman1-0/+2
2008-05-21boolean -> gbooleanBill Meier1-1/+1
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).Bill Meier1-0/+1
2008-05-05Require GLib 2.4 or later.Guy Harris1-8/+0
2007-08-07from: Mike DuigouLuis Ontanon1-0/+9
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-4/+4
2007-01-18PutGuy Harris1-0/+8
2007-01-10Extending true_false_string supportJaap Keuter1-13/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-0/+7
2005-08-06Squelch more const pointer warnings.Guy Harris1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-06-19Warning fix: Declare some more strings constJörg Mayer1-2/+2
2005-06-03From Mike Duigou:Anders Broman1-12/+31
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-1/+8
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris1-0/+3
2005-03-12warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-0/+4
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs1-0/+6