aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ethclist.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-02performance enhancement:sahlberg1-13/+8
in some profiling runs eth_clist_get_type() took ~6% change this to just a variable and initialize it explicitely from main.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12653 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-1/+1
according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11972 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itguy1-0/+7912
to add functionality or improve performance, although, until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count on the performance improvements, or make its API different from that of the GtkClist API (other than names). Move all the code that knows about the packet list into gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is encapsulated inside it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9608 f5534014-38df-0310-8fa8-9805f1628bb7