aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Dissector handle after [new_]register_dissector can be get by find_dissector(...Jakub Zawadzki1-2/+6
2013-08-01Use opt_comment only when has_phdr_comment is set.Jakub Zawadzki1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+6
2013-08-01Move some asserts to be triggered sooner.Jakub Zawadzki1-9/+8
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-0/+2
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-1/+2
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-27/+2
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-0/+10
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann1-2/+2
2013-05-16Use slice memory for data sources, since we never have to realloc it.Evan Huus1-2/+2
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman1-5/+8
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-2/+2
2013-03-24Add const casts and make local functions static.Anders Broman1-3/+3
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