aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-33/+25
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+5
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-4/+7
2002-01-30Include <string.h> to declare various string functions.Guy Harris1-1/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-7/+3
2002-01-03From Albert Chin: eliminate a GCCism.Guy Harris1-3/+3
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+13
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerGuy Harris1-2/+2
2001-12-10Put in a comment indicating that even loading a one-byte field from anGuy Harris1-1/+12
2001-12-10Test the link-layer type of the frame being looked at, not theGuy Harris1-7/+6
2001-12-10Use the encapsulation type of the current frame to decide whatGuy Harris1-11/+27
2001-12-10Get rid of the stuff to use bitfields to dissect IP and TCP headers -Guy Harris1-62/+12
2001-12-10Change a printf() error message to a simple_dialog() error message.Gilbert Ramirez1-2/+4
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.Guy Harris1-3/+15
2001-12-08Give the help window a title.Guy Harris1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris1-0/+3764