aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_table.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-3/+3
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-2/+3
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris1-4/+4
2003-12-16From Ronnie Sahlberg: when the user selects a filter from the popupGuy Harris1-1/+4
2003-12-14From Ronnie Sahlberg: fix a crash on Win32 when we resort a column inGuy Harris1-2/+2
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-10-07Include "gtk/color_dlg.h" to declare "color_display_with_filter()", andGuy Harris1-1/+3
2003-10-07Update to endpoint talkers,Ronnie Sahlberg1-1/+26
2003-10-07Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg1-16/+64
2003-10-03Update ipx and conversation list to make it possible to select and filter for...Ronnie Sahlberg1-4/+4
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris1-10/+3
2003-09-15Keep a "display name" as part of a capture_file structure; for liveGuy Harris1-5/+5
2003-09-15From Graeme Hewson:Guy Harris1-3/+9
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg1-4/+30
2003-09-05For endpoint conversations change how Endpoint1 and Endpoint two are selected.Ronnie Sahlberg1-16/+12
2003-09-04Update to the conversations list.Ronnie Sahlberg1-3/+4
2003-09-04fix our-of-bounds bug in teh port to string conversion routineRonnie Sahlberg1-2/+3
2003-09-04Update to endpoint talkers. move lots of duplicated code into teh helper en...Ronnie Sahlberg1-87/+132
2003-09-04Uglify endpoint_talkers_table.cRonnie Sahlberg1-69/+214
2003-09-02When putting the filename in the titlebarRonnie Sahlberg1-2/+3
2003-08-31Include "tap.h" to get "remove_tap_listener()" declared.Guy Harris1-1/+2
2003-08-30Remove the individual reset functions and replace with a common one in the he...Ronnie Sahlberg1-1/+6
2003-08-30step two in endpoint talkers cleanupRonnie Sahlberg1-1/+18
2003-08-27Use "GPOINTER_TO_INT()" to convert the return value ofGuy Harris1-2/+2
2003-08-27update to the talkers popup list.Ronnie Sahlberg1-61/+130
2003-08-27 Updates for the endpoint talkers thingRonnie Sahlberg1-5/+433
2003-08-26All endpoint talkers table taps use "address_to_str()" as the routine toGuy Harris1-5/+5
2003-08-24Cast arguments to "g_free()" to avoid compiler warnings (those are knownGuy Harris1-17/+15
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...Ronnie Sahlberg1-0/+394