aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-15Get rid of a no-longer-relevant comment.guy1-2/+1
2003-09-03Check for "wtap_seek_read()" failing.guy1-3/+8
2003-08-18From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inguy1-3/+3
2003-03-02Get rid of unneeded includes of "../ui_util.h".guy1-2/+1
2003-03-02Use "goto_frame()" to go to a given frame number, notguy1-9/+5
2003-03-01Replace gdk_string_width and gdk_string_height withoabad1-39/+50
2003-02-14From Didier Gautheron:guy1-30/+51
2003-02-13From Didier Gautheron: fix up the handling of the cross.guy1-1/+4
2003-01-08Add some checks to make sure "gdk_color_parse()" andguy1-12/+78
2002-12-18Just use "packet_list_set_selected_row()" to select a given row in theguy1-15/+6
2002-12-18Don't assume that the time stamp of the last frame is the largest timeguy1-5/+10
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-278/+78
2002-11-03Merge gtk and gtk2 directories.oabad1-152/+428
2002-10-10Add (back) some #include <string.h>jmayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:jmayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-33/+25
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-2/+5
2002-03-05From Joerg Mayer: remove unused variables.guy1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-11/+11
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-4/+7
2002-01-30Include <string.h> to declare various string functions.guy1-1/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-7/+3
2002-01-03From Albert Chin: eliminate a GCCism.guy1-3/+3
2001-12-12Go nuts with the 3D logo.gerald1-1/+13
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerguy1-2/+2
2001-12-10Put in a comment indicating that even loading a one-byte field from anguy1-1/+12
2001-12-10Test the link-layer type of the frame being looked at, not theguy1-7/+6
2001-12-10Use the encapsulation type of the current frame to decide whatguy1-11/+27
2001-12-10Get rid of the stuff to use bitfields to dissect IP and TCP headers -guy1-62/+12
2001-12-10Change a printf() error message to a simple_dialog() error message.gram1-2/+4
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.guy1-3/+15
2001-12-08Give the help window a title.guy1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from Pavelguy1-0/+3764