steam-ihs: fix memleak on exception
[metze/wireshark/wip.git] / epan / frame_data.c
2018-09-26 Gerald CombsMake systemd journal entries events.
2018-02-09 Guy HarrisRemove redundant members from wtap_syscall_header.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-23 Guy HarrisUse structure assignment for nstime_t.
2016-01-15 Pascal QuantinAlways initialize need_colorize flag
2015-10-28 Roland Knallframe_data: Reset subnum if visited is resetted
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-07-10 AndersBromanI don't see the point of inserting p_proto_data sorted use
2014-06-05 AndersBromanMake socpe a local variable, can be used if we change...
2014-04-06 Alexis La GoutteFix indent (use 2 spaces) and add modelinse info for...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-11-23 Michael MannUse 32bit key in p_add_proto_data() and friends. Bug...
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-09-13 Jörg MayerExplicitly include emem.h where it is needed
2013-08-01 Jeff MorrissInitialize fdata->flags.has_user_comment too.
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 Jakub ZawadzkiRemove interface_id, pack_flags from frame_data structure.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-05-15 Gerald CombsUn-shadow a couple of variables.
2013-05-15 Anders Broman- Use the key for comparison of per_proto_data.
2013-05-15 Pascal QuantinFix copy/paste error introduced in r49259
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-03-20 Bill Meier From beroset:
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2012-12-22 Michael TüxenAdd support for displaying the Packet Block Flags Word...
2012-12-08 Evan HuusConvert the SMTP dissector and the frame_data manager...
2012-10-03 Bill MeierTrivial: use consistent indentation; reformat a long...
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-26 Jakub ZawadzkiRevert r44049, frame_data_cleanup() is called when...
2012-07-26 Jakub ZawadzkiFree frame comment.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-11 Anders BromanAdd the abillity to read and write option comments...
2011-08-13 Stig BjørlykkeFrom Edwin Groothuis via bug 6179:
2011-07-04 Anders BromanFrom Michael Mann:
2011-05-03 Guy HarrisTShark doesn't need column text attached to each frame...
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2010-07-22 Guy HarrisIn the frame_data structure, expand the per-packet
2010-06-23 Stig BjørlykkeEnsure the "Delta time displayed" is always zero for...
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-12-17 Stig BjørlykkeIntroduce "Ignore Packet" in the packet list.
2009-10-05 Kovarththanan Raja... se_alloc returns a non NULL pointer so we don't have...
2009-09-22 Kovarththanan Raja... Make frame_data_set_after_dissect() callers do the...
2009-09-22 Kovarththanan Raja... Switch Wireshark GUI (file.c) over to using frame_data.c
2009-09-22 Kovarththanan Raja... Refactor frame_data_init() into frame_data_set_before_d...
2009-09-21 Kovarththanan Raja... Bring frame_data_init() and add_packet_to_packet_list...
2009-09-21 Kovarththanan Raja... Guard fdata->col_text_len/fdata->col_text with NEW_PACK...
2009-09-21 Kovarththanan Raja... Move frame_data_init() declaration to frame_data.h
2009-09-20 Kovarththanan Raja... Fix return type for frame_data_init()
2009-09-20 Kovarththanan Raja... Introduce frame_data_cleanup() and start using it
2009-09-20 Kovarththanan Raja... Introduce frame_data_init() and get rid of fill_in_fdat...
2009-07-22 Anders BromanFrom Jakub Zawadzki:
2008-01-08 Stig BjørlykkeChanged email address for Gerald from zing.org to wires...
2006-05-21 Ronnie Sahlbergname change
2006-01-24 Ulf Lampingminor code cleanup
2005-08-13 Ronnie Sahlbergget rid of one more gmemchunk
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-07-08 Tim PotterAdded prototype for p_rem_proto_data()
2002-11-27 Guy HarrisCast various "const gpointer" arguments to const pointe...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2001-04-01 Ed WarnickeMoved the frame_data structures and functions from...