aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-07fix bug #660: we must alphabetically sort columns 0&1, not 0&2ulfl1-8/+8
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-1/+1
2005-08-05have the definition of init_hostlist_table *ACTUALLY* match its declaration.lego1-1/+1
2005-08-05have the definition of init_hostlist_table match the declaration.lego1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-3/+3
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...ulfl1-1/+3
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ...sahlberg1-15/+15
2005-06-20From Mike Duigou:etxrab1-1/+12
2005-02-22From Francisco Alcoba:lego1-6/+4
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-2/+2
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-5/+24
2005-01-01Make the signatures of functions passed to "register_tap_listener()"guy1-20/+32
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-14/+8
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-08-08Put the "copy" button back in the conversation and host list tables.gerald1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsguy1-45/+6
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...ulfl1-14/+71
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...ulfl1-24/+11
2004-07-21GdkDisplay is only available in gtk 2.2 and latersahlberg1-3/+4
2004-07-20from Thomas Palmer: copy content of hostlist table to clipboard in csv format.ulfl1-10/+71
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-13Conversation/Endpoint list performance patch from Ian Schorrulfl1-7/+13
2004-07-10changed column headers, don't talk of frames but of packetsulfl1-2/+2
2004-06-03Make static some routines and variables not used outside the source fileguy1-48/+48
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromulfl1-3/+1
2004-06-01Make the definition of "add_hostlist_table_data()" match itsguy1-247/+242
2004-06-01minor bugfix from previous check inulfl1-4/+4
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-2/+4
2004-05-23use new functions in window API (ui_util.h),ulfl1-21/+16
2004-05-07rename context menu items:ulfl1-17/+30
2004-05-03add name resolution to both endpoint and conversation listsulfl1-9/+105
2004-05-02build a endpoints (aka hostlist) dialog,ulfl1-42/+208
2004-05-02after retapping, immediately redraw table to avoidulfl1-1/+3
2004-05-01bugfix: remove all elements on "tree reset", don't keep the first entry in th...ulfl1-2/+2
2004-04-12added a close button to the dialogsulfl1-15/+23
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-23/+23
2004-02-23Add a "force" argument to "filter_packets()" andguy1-2/+2
2004-02-23Make the tap names for host statistics use "hosts" instead of "conv",guy1-5/+4
2004-02-20FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid ofguy1-68/+38
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.guy1-0/+718