name change
[metze/wireshark/wip.git] / gtk / tcp_graph.c
2006-05-21 Ronnie Sahlbergname change
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-19 Guy HarrisGet rid of a declaration of a non-existent function.
2006-03-09 Gerald CombsThere is a one-to-one mapping between each graph and...
2006-03-08 Lars RolandMake calculation of TCP Graph bounds more robust. The...
2005-12-22 Gerald CombsFrom Bill Meier:
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-09-14 Guy HarrisHave cf_retap_packets() take an argument that indicates...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 Guy HarrisAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 Guy HarrisAdd a "register_dfilter_stat()", to register stats...
2005-08-20 Jörg Mayer- Declare some functions static
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-08 Ulf Lampingfix some MSVC const warnings
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-08-05 Ulf Lampingreplace malloc and alike calls by their GLib pendants...
2005-07-10 Guy HarrisJust pass &cfile to select_tcpip_session(); we don...
2005-07-10 Guy HarrisFix some comment typos.
2005-07-10 Guy HarrisGet rid of an unused argument.
2005-07-10 Ronnie SahlbergIt works reasonably well with extensive testing so...
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-09-29 Guy HarrisMove various tables into the epan directory.
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-17 Ulf Lampingmove font related stuff to new file font_utils.c/.h
2004-06-10 Guy Harris"delete_event" is an event, so its handler takes three...
2004-05-26 Ulf Lampingmore code cleanup from dialog things:
2004-05-23 Ulf Lampinguse new functions in window API (ui_util.h),
2004-04-12 Ulf Lampingadded a close button to the dialogs,
2004-03-17 Guy HarrisUse "g_ntohs()" rather than "ntohs()".
2004-03-13 Ulf Lampingreplaced sprintf / snprintf by g_snprintf,
2004-02-27 Ronnie Sahlbergcosmetic update to tcp graphs.
2004-02-23 Ulf Lampingminor change
2004-02-23 Ulf LampingChanged all items to "Endpoint List" and get rid of...
2004-02-23 Ulf Lampingstatistics menu redesigned, now looking more like the...
2004-02-22 Ulf Lampingtcp_graph.h is no longer needed, as the tap mechanism...
2004-02-22 Ulf LampingRedesigned the menu structure of the former statistics...
2004-02-13 Guy HarrisAdd a "window_new()" routine that creates a window...
2004-02-06 Ulf Lampingreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-21 Ulf Lampingimplemented dlg_button_row_new to get a standard functi...
2004-01-21 Ulf Lampinguse stock buttons whereever possible,
2004-01-13 Guy HarrisMake the variable into which values from
2004-01-10 Ulf Lampingusing button compatibility macros
2004-01-10 Ulf Lampingremoved two MSVC warnings (GTK2 related)
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-23 Ulf Lampingremoved some MSVC warnings (conversions between double...
2003-12-17 Ulf Lampingremoved some more MSVC warnings (type casting)
2003-12-09 Olivier BiotMark parameter data as unused in callback_create_help().
2003-09-25 Guy HarrisFrom Laurent Rabret:
2003-09-16 Guy HarrisHandle PPP with a pseudo-header.
2003-09-15 Guy HarrisGet rid of a no-longer-relevant comment.
2003-09-03 Guy HarrisCheck for "wtap_seek_read()" failing.
2003-08-18 Guy HarrisFrom Gisle Vanem: MingW declares "rint()" in <math...
2003-03-02 Guy HarrisGet rid of unneeded includes of "../ui_util.h".
2003-03-02 Guy HarrisUse "goto_frame()" to go to a given frame number, not
2003-03-01 Olivier AbadReplace gdk_string_width and gdk_string_height with
2003-02-14 Guy HarrisFrom Didier Gautheron:
2003-02-13 Guy HarrisFrom Didier Gautheron: fix up the handling of the cross.
2003-01-08 Guy HarrisAdd some checks to make sure "gdk_color_parse()" and
2002-12-18 Guy HarrisJust use "packet_list_set_selected_row()" to select...
2002-12-18 Guy HarrisDon't assume that the time stamp of the last frame...
2002-11-11 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 Olivier AbadMerge gtk and gtk2 directories.
2002-10-10 Jörg MayerAdd (back) some #include <string.h>
2002-09-05 Jörg MayerInclude cleanups in gtk and gtk2:
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...
2002-04-29 Guy HarrisRemoval (or, at least, #ifdeffing out) of unused variab...
2002-03-05 Guy HarrisFrom Joerg Mayer: remove unused variables.
2002-03-05 Guy HarrisFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-01-30 Guy HarrisInclude <string.h> to declare various string functions.
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-11 Guy HarrisHave a routine to create a scrolled window, set its...
2002-01-03 Guy HarrisFrom Albert Chin: eliminate a GCCism.
2001-12-12 Gerald CombsGo nuts with the 3D logo.
2001-12-12 Guy HarrisFrom Motonori Shindo: add a cast of "ip" to "guint8...
2001-12-10 Guy HarrisPut in a comment indicating that even loading a one...
2001-12-10 Guy HarrisTest the link-layer type of the frame being looked...
2001-12-10 Guy HarrisUse the encapsulation type of the current frame to...
2001-12-10 Guy HarrisGet rid of the stuff to use bitfields to dissect IP...
2001-12-10 Gilbert RamirezChange a printf() error message to a simple_dialog...
2001-12-09 Guy HarrisFrom Gordon McKinney: make IP-over-PPP work with the...
2001-12-08 Guy HarrisGive the help window a title.
2001-12-08 Guy HarrisTCP time-sequence, round-trip time, and throughput...