aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_table.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in combi...Ulf Lamping1-1521/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13Conversation/Endpoint list performance patch from Ian SchorrUlf Lamping1-8/+13
2004-07-10changed column headers, replaced e.g. "-> Packets" byUlf Lamping1-2/+2
2004-06-03Make static some routines and variables not used outside the source fileGuy Harris1-281/+282
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-3/+1
2004-06-01Make the definition of "add_ett_table_data()" match its declaration.Guy Harris1-2/+2
2004-06-01minor bugfix from previous check inUlf Lamping1-2/+1
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-4/+7
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-20/+14
2004-05-05various context menu related changesUlf Lamping1-187/+203
2004-05-03add name resolution to both endpoint and conversation listsUlf Lamping1-11/+136
2004-05-02slightly changed to prevent naming conflict with hostlist_table.cUlf Lamping1-5/+5
2004-05-02build a conversation (aka endpoint_talkers) dialog,Ulf Lamping1-39/+205
2004-05-01bugfix: remove all elements on "tree reset", don't keep the first entry in th...Ulf Lamping1-2/+2
2004-04-12added a close button to the dialogsUlf Lamping1-13/+21
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-32/+32
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-4/+5
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-3/+3
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