aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-14From beroset:Anders Broman1-35/+35
2013-03-06Fix the plurality of the length of a data source if it has only 1 byte (I'mJeff Morriss1-2/+5
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-6/+0
2012-12-02Create a wmem pool in pinfo and use it for some address allocations.Evan Huus1-0/+4
2012-11-09Enter and leave wmem's file scope appropriately.Evan Huus1-0/+5
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki1-3/+11
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-9/+18
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+3
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs1-2/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Revert r44978: dissector_add_uint: Legalize formerly improper use of the API ...Jakub Zawadzki1-46/+39
2012-09-18dissector_add_uint:Jörg Mayer1-39/+46
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-3/+4
2012-09-11Add new function: call_dissector_with_dataJakub Zawadzki1-3/+10
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-16/+16
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-3/+3
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-08Use g_hash_table_new_full() instead of g_hash_table_new() for subdissectorEvan Huus1-16/+8
2012-08-29Add casts to fix compilation with GCC.Evan Huus1-6/+18
2012-08-29Fix memleak.Jakub Zawadzki1-0/+1
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-3/+51
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+9
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