Redesigned the menu structure of the former statistics stuff,
[obnox/wireshark/wip.git] / gtk / tcp_graph.c
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-13 guyMake the variable into which values from
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflremoved two MSVC warnings (GTK2 related)
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2003-12-17 ulflremoved some more MSVC warnings (type casting)
2003-12-09 obiotMark parameter data as unused in callback_create_help().
2003-09-25 guyFrom Laurent Rabret:
2003-09-16 guyHandle PPP with a pseudo-header.
2003-09-15 guyGet rid of a no-longer-relevant comment.
2003-09-03 guyCheck for "wtap_seek_read()" failing.
2003-08-18 guyFrom Gisle Vanem: MingW declares "rint()" in <math...
2003-03-02 guyGet rid of unneeded includes of "../ui_util.h".
2003-03-02 guyUse "goto_frame()" to go to a given frame number, not
2003-03-01 oabadReplace gdk_string_width and gdk_string_height with
2003-02-14 guyFrom Didier Gautheron:
2003-02-13 guyFrom Didier Gautheron: fix up the handling of the cross.
2003-01-08 guyAdd some checks to make sure "gdk_color_parse()" and
2002-12-18 guyJust use "packet_list_set_selected_row()" to select...
2002-12-18 guyDon't assume that the time stamp of the last frame...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-10-10 jmayerAdd (back) some #include <string.h>
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
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...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-03-05 guyFrom Joerg Mayer: remove unused variables.
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-01-30 guyInclude <string.h> to declare various string functions.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-03 guyFrom Albert Chin: eliminate a GCCism.
2001-12-12 geraldGo nuts with the 3D logo.
2001-12-12 guyFrom Motonori Shindo: add a cast of "ip" to "guint8...
2001-12-10 guyPut in a comment indicating that even loading a one...
2001-12-10 guyTest the link-layer type of the frame being looked...
2001-12-10 guyUse the encapsulation type of the current frame to...
2001-12-10 guyGet rid of the stuff to use bitfields to dissect IP...
2001-12-10 gramChange a printf() error message to a simple_dialog...
2001-12-09 guyFrom Gordon McKinney: make IP-over-PPP work with the...
2001-12-08 guyGive the help window a title.
2001-12-08 guyTCP time-sequence, round-trip time, and throughput...