"Bytes left to read" is an unsigned quantity. Changed FT_INT64 to FT_UINT64 as sugge...
[obnox/wireshark/wip.git] / epan / frame_data.c
2011-08-13 stigFrom Edwin Groothuis via bug 6179:
2011-07-04 etxrabFrom Michael Mann:
2011-05-03 guyTShark doesn't need column text attached to each frame...
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2010-07-22 guyIn the frame_data structure, expand the per-packet
2010-06-23 stigEnsure the "Delta time displayed" is always zero for...
2010-01-19 wmeierUse more unique names for certain enum constants.
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-10-05 krjse_alloc returns a non NULL pointer so we don't have...
2009-09-22 krjMake frame_data_set_after_dissect() callers do the...
2009-09-22 krjSwitch Wireshark GUI (file.c) over to using frame_data.c
2009-09-22 krjRefactor frame_data_init() into frame_data_set_before_d...
2009-09-21 krjBring frame_data_init() and add_packet_to_packet_list...
2009-09-21 krjGuard fdata->col_text_len/fdata->col_text with NEW_PACK...
2009-09-21 krjMove frame_data_init() declaration to frame_data.h
2009-09-20 krjFix return type for frame_data_init()
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-20 krjIntroduce frame_data_init() and get rid of fill_in_fdat...
2009-07-22 etxrabFrom Jakub Zawadzki:
2008-01-08 stigChanged email address for Gerald from zing.org to wires...
2006-05-21 sahlbergname change
2006-01-24 ulflminor code cleanup
2005-08-13 sahlbergget rid of one more gmemchunk
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-07-08 tpotAdded prototype for p_rem_proto_data()
2002-11-27 guyCast various "const gpointer" arguments to const pointe...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2001-04-01 hagbardMoved the frame_data structures and functions from...