The default capture buffer size is, in fact, *nominally* 1MB; however,
[obnox/wireshark/wip.git] / gtk /
2010-05-08 guyThe default capture buffer size is, in fact, *nominally...
2010-05-08 guyDon't define err_str twice if building on Win32 with...
2010-05-07 guyAs with the list of data link types, so with the list...
2010-05-07 guyAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-05-07 guyAdd monitor mode support to Wireshark *on the command...
2010-05-07 guyInstead, say that the default is platform-dependent.
2010-05-07 guyNow that we support -B on various UN*X platforms as...
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-05-06 stigMoved command line option for seconds type to -u.
2010-05-06 stigAdded an option to display seconds as hours, minutes...
2010-05-05 sfisherUpdate the comment about being based on the GTK Tree...
2010-05-03 etxrabTry to fix the solaris build bot.
2010-05-02 etxrabRun deprecated-gtk-todoon all files in the gtk dir.
2010-05-02 stigRewrite: gtk_combo_new -> gtk_combo_box_entry_new_text.
2010-05-02 etxrabFrom Jakub Zawadzki:
2010-05-02 stigDisable ok button when no name entered.
2010-05-02 stigAdded tooltips for UAT column headers.
2010-04-30 geraldReplace GtkClist in uat_gui.c with GtkTreeView+GtkListS...
2010-04-30 wmeierFix a gcc -Wshadow warning.
2010-04-29 geraldSeveral dissectors fill in custom custom data in the...
2010-04-29 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-04-29 morrissFrom Michael Speck via https://bugs.wireshark.org/bugzi...
2010-04-29 morrissDelay starting the resolv_update_cb until the main...
2010-04-28 jakeReplace GtkCList by GtkTreeView.
2010-04-27 stigAdded Manual IP address resolve functions.
2010-04-23 geraldFrom Vincenzo Condoleo via bug 3724:
2010-04-20 etxrabFrom Jakub Zawadzki:
2010-04-20 etxrabFrom Jakub Zawadzki:
2010-04-16 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-04-13 morrissInclude (horizontal) tabs in the Copy (Printable Text...
2010-04-08 etxrabGet rid of check_col().
2010-04-06 kukosaclear the store list before inserting all raws
2010-04-06 wmeierFix gcc -Wshadow warnings.
2010-04-04 jakeReplace GtkCList by GtkTreeView.
2010-04-03 jakeMake UDP Multicast Stream dialog work again.
2010-04-02 rbalintFix compile error caused by the previous commit.
2010-04-02 rbalintFix crash when double clicking in packet list area...
2010-04-01 geraldKeep a copy of the interface description and capture...
2010-03-28 etxrabFrom Jim Young:
2010-03-28 etxrabFix Bug 4388 "Expert Info Composite" : wrong font in...
2010-03-27 morrissFix (or at least work around the crash in)
2010-03-26 morrisss/#if DEBUG/#ifdef DEBUG/
2010-03-22 martinmInitialise a couple of variables to prevent gcc warnings.
2010-03-22 wmeierFix a gcc -Wshadow warning inadvertantly introduced...
2010-03-21 wmeierRework code so File ! Merge file_type selection works...
2010-03-21 wmeierFix some gcc -Wshadow warnings.
2010-03-20 jakeSquelch GTK runtime warnings.
2010-03-20 wmeierBug Fix: File ! Save As (on *nix) causes a gtk_critical...
2010-03-19 guySquelch a compiler warning.
2010-03-19 jakeReplace GtkCList by GtkTreeView.
2010-03-18 jakeTime to drop the T38 analysis menu option.
2010-03-18 jmayercmake changes:
2010-03-11 guySquelch some compiler warnings.
2010-03-07 etxrabUse strtok_s on windows and strtok_r otherwise.
2010-03-04 stigFrom LEGO via bug 3459:
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-03-03 jakeImplementation of % bytes column.
2010-03-03 guyCast the result of the subtraction.
2010-03-03 guySquelch MSVC compiler warnings - this should really...
2010-03-03 jakeRemove one too many columns, causing havoc on display...
2010-03-03 jakeAllow for other time presentations.
2010-03-03 rbalintDisable OID resolution and loading SMI modules by default.
2010-03-03 martinmIts convenient to be able to filter on mac-lte.ulsch...
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2010-02-28 stigAdded svn:ignore targets.
2010-02-27 guyConstify.
2010-02-24 jakeFix for bug 4522:
2010-02-24 wmeierGtkOptionMenu --> GtkComboBox
2010-02-24 wmeierUpdate (slightly) the description of ws_combo_box_clear...
2010-02-22 wmeierGtkOptionMenu --> GtkComboBox
2010-02-22 wmeierGtkOptionMenu --> GtkComboBox
2010-02-22 wmeierGtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new...
2010-02-22 wmeierAdd ws_combo_box_new_text_and_pointer() and related...
2010-02-21 martinmInclude dialag filter in generated channel filters.
2010-02-21 martinmAllow multiple instances to be created, with filters.
2010-02-21 martinm- include given filter in generated filter expressions.
2010-02-21 martinmAllow multiple instances of LTE MAC statistics windows...
2010-02-20 martinmAdd missing SIP response codes from iana sip-parameters
2010-02-20 martinmInclude detected DL retx in stats.
2010-02-19 guyGet rid of C++-style comments (even inside "#if 0"...
2010-02-19 etxrabCommit #if 0'd out code:
2010-02-19 guyFix compilation with pre-2.6 GTK+.
2010-02-18 wmeierGtkOPtionMenu ==> GtkComboBox;
2010-02-17 geraldAnother Laura bug: Don't reset the file load time in...
2010-02-17 wmeiergtk_option_menu() --> gtk_combo_box();
2010-02-17 wmeier#if 0 some unused code; Fix some indenttion.
2010-02-17 wmeierFix a very minor memory leak.
2010-02-16 geraldDon't try to fetch columns that don't exist.
2010-02-16 martinmPack widgets into boxes better to make window stretch...
2010-02-15 martinmEnable/disable filtering controls depending on channel...
2010-02-14 martinmTry to restore ue/channel selections during/after retap...
2010-02-09 guyRead the packet into private areas (private pseudo...
2010-02-04 martinmAdd commo-channel stats.
2010-02-04 martinmAdd UEId to MAC tap struct and stats window.
2010-02-04 wmeierFix a typo....
2010-02-04 wmeierFix a crash which occurs if a progress bar is displayed...
2010-02-01 wmeierFix some gcc -Wshadow warnings.
2010-02-01 etxrabTry to get the status bar to update the "Displayed...
next