From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually their
[obnox/wireshark/wip.git] / gtk /
2004-04-12 ulflESC key presses Close button
2004-04-12 ulfladded a close button to the dialogs,
2004-04-12 ulfladded missing #include from my latest checkin
2004-04-12 ulfladded a close button to the dialogs,
2004-04-12 ulfladded a close button to the dialogs
2004-04-09 geraldMake the hex dump byte counter a guint32, so that we...
2004-04-08 ulflcatch the enter key from the interface drop-down list,
2004-04-08 guyOn Windows, when looking for the ":" that separates...
2004-04-07 sahlbergmake service response time statistics work for "unknown...
2004-04-06 ulflfrom Thomas Palmer: add a preference setting for filter...
2004-04-06 geraldRemove an extraneous 'break'.
2004-03-30 guyFrom Lars Roland: Tethereal version of SIP statistics...
2004-03-29 guyIt *appears* that if you don't explicitly request that...
2004-03-29 guyIn a "save" dialog, the "yes" button should be a "Save...
2004-03-29 guyAdd another wrapper routine, "file_selection_set_extra_...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 ulflminor code cleanup, including removed MSVC warnings
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-03-27 guyFrom Lars Roland: use the generic filter dialog for...
2004-03-26 guyFrom Martin Mathieson: SIP statistics tap.
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-23 guyFrom Tomas Kukosa: don't change the state of the "Expan...
2004-03-20 guyFrom Tomas Kukosa:
2004-03-19 guyFrom Tomas Kukosa: add a new "Expand Tree" context...
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-03-17 deniel* Protocol Hierarchy Statistics:
2004-03-17 guyUse "g_ntohs()" rather than "ntohs()".
2004-03-17 guyCast a "char" to "guchar" before passing it to the...
2004-03-14 deniel* Color filters:
2004-03-14 denielFix incorrect number of arguments for format and compil...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-03-13 ulflusing a stock icon for the open recent "clear list...
2004-03-13 ulflreplaced vsnprintf by g_vsnprintf
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
2004-03-13 ulflvarious string related changes, mainly replace sprintf...
2004-03-13 ulflreplaced snprintf by g_snprintf and removed #include...
2004-03-13 ulflreplaced gtk_widget_show() by a single gtk_widget_show_...
2004-03-11 geraldMake the color preferences popup menu shrink to its...
2004-03-08 guyDon't refer to "auto_scroll_live" if HAVE_LIBPCAP isn...
2004-03-08 sahlbergupdate to iostat make it automagically make sure...
2004-03-07 ulflfixed a bug GTK_WIDGET_VISIBLE -> GTK_WIDGET_SENSITIVE,
2004-03-06 ulflsome code cleanup
2004-03-06 ulflreplaced show/hide by sensitive/insensitive to see...
2004-03-06 ulflusing a table for layout of stop capture fields,
2004-03-06 ulflusing a table for layout of multi files fields, do...
2004-03-04 ulflusing a gtk_table instead of hbox'es for "multiple...
2004-03-04 ulflcapture dialog limits now with units.
2004-03-04 ulflfixed differences between capture GUI frontend and...
2004-03-02 ulflimplemented capture dialog 3rd (+x) proposal
2004-03-02 ulflreplaced all seperate gtk_widget_show() by a single...
2004-02-29 ulflimproved resizability
2004-02-28 ulflredesign of the whole dialog
2004-02-28 guyDefault to not using the ring buffer (as the default...
2004-02-28 ulflCapturing: "Number of files" switches between normal...
2004-02-28 ulflremoved "magically" label switching of "Stop capture...
2004-02-28 guyYes, you do have to free the display filter after compi...
2004-02-28 guyThe string in the Find Frame dialog box isn't necessari...
2004-02-27 ulfladded dfilter string syntax check to various places
2004-02-27 sahlbergcosmetic update to tcp graphs.
2004-02-25 guyGet rid of a debugging printf.
2004-02-25 ulflSeperated the "Go" menu, corresponding to:
2004-02-25 ulflchanged some labels
2004-02-24 ulflminor redesign of the dialog
2004-02-24 ulflchanged some label texts
2004-02-24 ulflfixed some GTK2 stock items keyboard shortcuts
2004-02-24 ulflfixed some menu item capitalization and keyboard shortcuts
2004-02-24 ulfladded a "Close" button to the dialog
2004-02-24 guySmall cleanup - the for loop was left over from earlier...
2004-02-24 geraldIn get_if_name(), return immediately once we've found...
2004-02-23 guySigh. On Windows OT, device names don't have "\Device...
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-23 ulflchanged title and menu registering to "IO Graphs"
2004-02-23 ulflminor change
2004-02-23 ulflChanged all items to "Endpoint List" and get rid of...
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-23 geraldMove cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES...
2004-02-23 guyMake the tap names for host statistics use "hosts"...
2004-02-23 guyPut in a comment noting a problem with dialog boxes...
2004-02-22 ulflchange menu item names from "Host List" to "Endpoint...
2004-02-22 ulflsome changes to the dialog layout and added some tooltips
2004-02-22 ulflminor bugfix
2004-02-22 guySquelch a compiler warning.
2004-02-22 ulflstatistics menu structure proposal:
2004-02-22 ulfltcp_graph.h is no longer needed, as the tap mechanism...
2004-02-22 ulflWIDGET_SET_SIZE(-2) is asserted by current GTK2 libs...
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-21 ulfladded a help button
2004-02-21 ulflnew somewhat improved layout of the capture options...
2004-02-21 ulflquit_after_cap should be a gboolean, not an int, and...
2004-02-21 ulflrework of capture.c: better seperation of sync and...
2004-02-20 guyRevert to the previous scheme, wherein we always save...
2004-02-20 geraldDon't clobber the concurrent DNS resolution flag each...
2004-02-20 guyGive it an RCS ID.
2004-02-20 geraldAdd support for a "version.conf" file in the main direc...
2004-02-20 ulflwin32 only: when adding to the recent file list, preven...
2004-02-20 ulflminor bugfix from recent check in
2004-02-20 ulflbugfix: resizing (values from recent) must be done...
2004-02-20 ulflwin32 drag-n-drop: corrected handling of UNC filenames...
2004-02-20 ulflbugfix for export selected data: win32 needs O_BINARY...
next