aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ip.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-5/+4
match what "register_tap_listener()" expects (rather than squelching warnings about the differences by casting function pointers to "void *"). Make static some functions not used outside the module in which they're defined. svn path=/trunk/; revision=12913
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12128
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
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-9/+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/+95
svn path=/trunk/; revision=10120