Have "f_datalen" keep track of the number of bytes of uncompressed file
[obnox/wireshark/wip.git] / gtk / main.c
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-08-16 jmayerMove SVNVERSION handling into version_info. That way...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-08-02 ulfladd some minor comments around the GTK main loop
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...
2005-07-19 ulflfrom Graeme Hewson: "Fixes for ethereal config files"
2005-06-26 ulflremove compiler warnings:
2005-06-25 ulflwe are not a GNU program, so we shouldn't report as...
2005-06-24 guyMore constification.
2005-06-23 ulflfix #135: handle the command line parameters -v, -h...
2005-06-23 ulflWin32: "fix" handling of create_console(), hopefully...
2005-06-23 ulflbeautify version and usage output
2005-06-17 ulflfix a typo in the usage output
2005-06-16 guyDon't hand a null pointer to a "%s" format.
2005-06-16 guyFix a typo, and squelch a compiler warning.
2005-06-10 ulflthis is an attempt, please report problems:
2005-06-09 ulflfix positions of create_console()/destroy_console(...
2005-06-09 ulflbugfix: don't crash, if cf->filename is NULL (which...
2005-06-04 ulflupdate usage output and manual pages for both Ethereal...
2005-05-31 ulfladd new command line flag "-g", will go to a given...
2005-05-30 ulflfix #148: (win32 only) use command line parameter ...
2005-05-30 ulflFirst part to fix #148: use command line parameter...
2005-05-26 ulflshow the complete filename in the statusbar, as there...
2005-05-26 ulfldon't use stdout but stderr for logging, as this will...
2005-05-26 ulflavoid two gcc warnings
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-05-25 ulflthe capture child might not respond shortly after bring...
2005-05-20 ulflwin32 only: get interface details from WinPcap's packet...
2005-05-18 ulflfix #187: don't crash if using "Expand Subtrees" in...
2005-04-30 ulflremoved various gcc warnings
2005-04-19 ulflbugfix: don't crash if we have no interface name
2005-04-18 ulflstatusbar changes:
2005-04-16 ulflrename capture_clear() to capture_restart()
2005-04-16 ulflfix cf_cb_... callback handling (but it's still not...
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-04-11 ulflvarious capture code cleanup and fixes:
2005-04-10 ulflbugfix: call to cf_cb_live_capture_..._started with...
2005-04-10 ulflfix statusbar messages by splitting into update and...
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-04-01 guyDon't assume only one "-z" argument will be given on...
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-03-27 ulfladd a new checkitem "Colorize Packet List" into the...
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-03-26 guyCreate the directory for the preferences files before...
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-23 guyPlug a small leak found by the "leaks" tool on OS X.
2005-03-12 legoFrom Graeme Hewson:
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-03-04 sahlbergfrom didier: bug fix for the menu,
2005-02-28 legoMake sure that plugin tap listeners get registered...
2005-02-27 guyThe stats tree stuff should ultimately allow us to...
2005-02-27 guyMove "get_natural_int()" and "get_positive_int()" from...
2005-02-27 ulflsome clarification of the capture child thing
2005-02-27 legoabort early in main_filter_packets() if dftext is NULL
2005-02-24 guyDon't include "../image/eicon3d64.xpm", as we're not...
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...
2005-02-22 ulflThere seems to be some disagreement about if and how...
2005-02-21 ulflAs we have a (two) WishList(s) in the Wiki now, this...
2005-02-08 ulflfix a capture bug if the capture filter wasn't valid...
2005-02-07 guyMake Ethereal and Tethereal compile if we're building...
2005-02-07 guyThe welcome pane isn't scrollable, so add it to the...
2005-02-07 guyMove the code to set the title on a window when a captu...
2005-02-07 ulflInstead of calling each single thing when doing/finish...
2005-02-07 guyClean up indentation.
2005-02-06 guyDon't have "set_menus_for_captured_packets()" call
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-06 ulflsome cleanup of the initial start sequence of Ethereal...
2005-02-06 ulflfix bugs regarding the capture child
2005-02-06 ulflinstead of initializing the capture_options in main...
2005-02-05 ulflbegin a welcome page which is shown, if you don't have...
2005-02-05 ulflcompletely hide the main window panes, if we currently...
2005-02-05 ulflrename kill_capture_child to capture_kill_child to...
2005-02-05 guyPut "cf_status_t" back.
2005-02-04 guyInstead of having a single enumerated type for status...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-01-27 guyFix a problem with building with libpcap disabled.
2005-01-19 ulflwhile I'm at it, add another packet details context...
2005-01-18 ulfladded the "Online Protocol Info" to the packet details...
2005-01-17 guySquelch compiler warnings about unused parameters.
2005-01-17 ulfladd first implementation of context relevant calls...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 ulflmove global capture_child flag into capture_options
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-17 guyDon't start up a splash screen if "-G" is specified...
2004-12-02 lrolandDon't ethclist.h in main.c, when we don't need it.
2004-12-02 guyWe don't use our own clist for GTK+ 1.3[.x], either.
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-12-02 guyWe're not using our own clist for GTK+ 2.x, so call
2004-12-02 sahlbergperformance enhancement:
next