aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_fddi.c
AgeCommit message (Collapse)AuthorFilesLines
2004-05-02build a endpoints (aka hostlist) dialog,Ulf Lamping1-1/+3
which shows all kinds of endpoints in a notebook svn path=/trunk/; revision=10773
2004-02-23Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping1-2/+2
called "IO stats" now "Throughput Graph" as this might be somewhat more descriptive IMHO. Same applies to the "TCP Stream Analysis" -> "TCP Stream Graphs" svn path=/trunk/; revision=10203
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-2/+2
items now again grouped by function, not by ISO layer svn path=/trunk/; revision=10202
2004-02-23Make the tap names for host statistics use "hosts" instead of "conv",Guy Harris1-6/+6
and make the tap names for endpoint statistics use "endpoints" instead of "conv". Similarly, make the titles for their windows say "Hosts" or "Endpoints" rather than "Conversations". svn path=/trunk/; revision=10195
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-11/+4
now sorted by ISO-layer, than alphabetically (now longer by functionality). Seperated the tap registering from the actual menu making stuff, so the seperate step of registering the tap and the menu is no longer needed. Removed all things related to this double registering. svn path=/trunk/; revision=10180
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris1-0/+98
svn path=/trunk/; revision=10120