aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Add 'heur_dissector_set_enabled()' to allow a dissector to enable/disable heu...Bill Meier1-153/+178
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier1-1/+31
2011-12-15Preparation to make it possible to dissable heuristic protocolsAnders Broman1-1/+2
2011-12-13Clamp the reported length of a packet at G_MAXINT for now, to avoidGuy Harris1-1/+25
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1
2011-10-20Delay freeing of seasonal memory until after the conversation cleanup routineJeff Morriss1-3/+5
2011-09-06Whitespace cleanup.Stig Bjørlykke1-10/+10
2011-09-05List heuristic tables in Internals->Disscetor tables menu.Anders Broman1-4/+32
2011-08-08Make sure our root tvb is initialized in case its creation fails.Gerald Combs1-0/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-12/+0
2011-06-01If a dissector table doesn't exist, print a more useful message, andGuy Harris1-7/+56
2011-05-17More eradication of old-style function definitions.Guy Harris1-2/+2
2011-04-20Fix a typo in a text string; use consistent indentation.Bill Meier1-11/+11
2011-03-31Added dissector_handle_get_long_name().Stig Bjørlykke1-0/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-30/+33
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-15/+1
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)Sake Blok1-0/+3
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-24/+24
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-21/+21
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-2/+2
2009-11-04Make sure we have a handle for the dissector.Anders Broman1-1/+2
2009-10-12Fix some indentation.Bill Meier1-90/+90
2009-10-05Move dissector add sanity check to separate functionKovarththanan Rajaratnam1-13/+24
2009-09-25The data sources can be used even if the protocol tree isn't being builtGuy Harris1-4/+11
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-2/+25
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam1-11/+9
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-3/+12
2009-08-03Remove 1 commented-out #include inadvertantly committed.Bill Meier1-1/+0
2009-08-03Add some debug code (commented out) to check for duplicate dissector port reg...Bill Meier1-0/+14
2009-07-16Zero out the packet_info struct for each packet instead of trying toGerald Combs1-47/+1
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-6/+13
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...Anders Broman1-0/+1
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman1-9/+18
2009-04-08size_t fixes.Gerald Combs1-2/+2
2008-08-05Add a debug helper for EP memory corruptionLuis Ontanon1-2/+17
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+1
2008-05-21A slightly more complicated have_postdissector() (missed in my previous check...Jeff Morriss1-10/+28
2008-05-21boolean -> gbooleanBill Meier1-1/+1
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).Bill Meier1-0/+5
2008-01-15Call post dissectors with call_dissector_only() to avoid an extra Data entryStig Bjørlykke1-1/+1
2007-12-15Cleanup call_dissector / call_dissector_onlyJaap Keuter1-16/+16
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-99/+119
2007-10-27From Andrew Feren:Anders Broman1-0/+2
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...Ulf Lamping1-1/+3
2007-09-19call_dissector() provides generic 'data' handler for unrecognized data types....Mike Duigou1-1/+1
2007-08-08don't use NULL to initialise an integerUlf Lamping1-2/+2
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...Ulf Lamping1-0/+2
2007-08-07from: Mike DuigouLuis Ontanon1-0/+31
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-0/+1