Commit Graph

4016 Commits

Author SHA1 Message Date
Ulf Lamping b52ffe9b29 fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under MSVC2005(EE) again.
Some definitions are not available on MSVC2005. This fix "detects" the MSVC version used, it might still not work with MSVC2008EE though (I guess the required definitions are depending on the Windows SDK installed).

svn path=/trunk/; revision=28879
2009-06-28 21:13:51 +00:00
Bill Meier bf9acc100c Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first select a row.
Ditto when clicking on a column header to change the sort order.

svn path=/trunk/; revision=28878
2009-06-28 20:01:37 +00:00
Anders Broman 463a58589e From Sean Walberg:
The title in the TCP sequence graphs is too short.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556

svn path=/trunk/; revision=28873
2009-06-28 15:22:43 +00:00
Gerald Combs d91764cd0a Add a tooltip in case it's not obvious how to rearrange the columns.
svn path=/trunk/; revision=28853
2009-06-26 23:05:04 +00:00
Stig Bjørlykke 7bb637f051 Small whitespace cleanup.
svn path=/trunk/; revision=28847
2009-06-26 03:37:30 +00:00
Anders Broman 485fc6805b Change window_new() to dlg_window_new() and destroy the window with the top level window.
svn path=/trunk/; revision=28810
2009-06-22 15:22:37 +00:00
Anders Broman 135ca5136f Change window_new() to dlg_window_new() and destroy the window with the top level window.
svn path=/trunk/; revision=28796
2009-06-21 20:42:07 +00:00
Guy Harris 24c392d204 Update for main_menu.[ch] -> menus.[ch] change.
svn path=/trunk/; revision=28795
2009-06-21 19:30:19 +00:00
Guy Harris 432cac16f3 "main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but
context menus.

Note why we have an empty hex dump pane context menu.

svn path=/trunk/; revision=28794
2009-06-21 19:16:37 +00:00
Stig Bjørlykke 2f20f93a24 Let create_preference_option_menu() and create_preference_entry()
set the tooltips.

svn path=/trunk/; revision=28762
2009-06-16 21:04:43 +00:00
Stig Bjørlykke e41c47a335 Resize the list in the autocompletion popup when narrowing down the elements
to remove a possible horizontal scrollbar when not needed, also when using
backspace.

svn path=/trunk/; revision=28756
2009-06-16 04:54:59 +00:00
Stig Bjørlykke 3c0ebfbfe3 Let create_preference_option_menu() and create_preference_entry()
set the tooltips.

svn path=/trunk/; revision=28751
2009-06-15 23:39:57 +00:00
Stig Bjørlykke 48ef7414d1 Let create_preference_check_button() set the tooltips.
svn path=/trunk/; revision=28750
2009-06-15 23:25:12 +00:00
Stig Bjørlykke a61e285004 Added a preference to capture in Pcap-NG from GUI.
svn path=/trunk/; revision=28740
2009-06-15 16:36:02 +00:00
Jörg Mayer c321f29518 Trivial warning fixes:
- Might be used uninitialized
- not a prototype
- comma at end of enum


svn path=/trunk/; revision=28730
2009-06-15 02:34:53 +00:00
Gerald Combs ce3d46b20c Use a unique data file name for our OpenStreetMap data. Print an error
if we don't have data for any hosts. Fixes bug 3530.

svn path=/trunk/; revision=28728
2009-06-14 22:19:08 +00:00
Stig Bjørlykke 9fe70f3a2a From Didier Gautheron via bug 3532:
Reset the detail pane protocol preferences menu on profile switching.

svn path=/trunk/; revision=28719
2009-06-13 23:32:08 +00:00
Anders Broman a033f4e6a9 Windows transient to main window and destoyed with it.
svn path=/trunk/; revision=28704
2009-06-11 16:24:06 +00:00
Stig Bjørlykke 9903732397 Make it compile with gtk < 2.6.
svn path=/trunk/; revision=28690
2009-06-10 22:03:31 +00:00
Stig Bjørlykke 90a5f3ea8b From yami via bug 3508:
Fix a performance issue in filter autocomplete by disable sorting before
calling build_autocompletion_list() in filter_autocomplete_handle_backspace(),
and enable it after building list.

svn path=/trunk/; revision=28687
2009-06-10 18:13:07 +00:00
Bill Meier 3c13985c49 *nix color_filters import/export: fix minor bug: failure to close dialog if a file open error.
svn path=/trunk/; revision=28685
2009-06-10 15:48:20 +00:00
Stig Bjørlykke 97f33bab62 Resize the list in the autocompletion popup when narrowing down the elements
to remove a possible horizontal scrollbar when not needed.

svn path=/trunk/; revision=28681
2009-06-09 23:23:07 +00:00
Gerald Combs caa884723c For interfaces that don't support PacketOpenAdapter (such as TurboCap),
disable the "Details" button in the interface list. Update an error
dialog to try to be more helpful.

svn path=/trunk/; revision=28675
2009-06-09 20:08:47 +00:00
Sake Blok 140d21fe45 Reverted part of SVN 27411. The "home" and "end" key bindings overruled
the use of these keys while editing a filter in the filter toolbar.
The keys "ctrl-home" and "ctrl-end" already provide the functionality to 
go to the first or last packet in the packet-list. I added these as
accelerator keys and updated the users guide accordingly.

Of course we can also make "home" and "end" work, without breaking 
functionality in the filter toolbar, but that takes a little more
work (at least for me... maybe not after going to Steve's session
at Sharkfest :-)).

(will add this to inclusion list for 1.0.9 and 1.2.0)


svn path=/trunk/; revision=28670
2009-06-09 06:23:37 +00:00
Bill Meier 6a31d1a73e (Trivial) Remove an obsolete comment related to GTK 1
svn path=/trunk/; revision=28661
2009-06-08 12:49:05 +00:00
Anders Broman d2099a52a2 Add time stamp to the list.
svn path=/trunk/; revision=28649
2009-06-06 17:08:01 +00:00
Guy Harris 64432ed12b Give a routine a name that indicates in more detail exactly what the
routine does (it doesn't get arbitrary text, it gets a filter that
matches patches with a particular value of a particular column).

svn path=/trunk/; revision=28647
2009-06-06 00:21:40 +00:00
Guy Harris cf91fdf16b Have tap listeners specify whether the "packet" routine requires
a protocol tree;

	the column values.

This includes stats-tree listeners.

Have the routines to build the packet list, and to retap packets, honor
those requirements.  This means that cf_retap_packets() no longer needs
an argument to specify whether to construct the column values or not, so
get rid of that argument.

This also means that there's no need for a tap to have a fake filter
to ensure that the protocol tree will be built, so don't set up a fake
"frame" filter.

While we're at it, clean up some cases where "no filter" was represented
as a null string rather than a null pointer.

Have a routine to return an indication of the number of tap listeners
with filters; use that rather than the global num_tap_filters.

Clean up some indentation and some gboolean vs. gint items.

svn path=/trunk/; revision=28645
2009-06-05 22:42:47 +00:00
Guy Harris f844990596 And again.
svn path=/trunk/; revision=28644
2009-06-05 19:12:30 +00:00
Guy Harris 94af3f079e Use time_stat_init() to initialize the statistics for procedures.
svn path=/trunk/; revision=28643
2009-06-05 19:04:05 +00:00
Michael Tüxen 2f5d2bb8a3 * Fix name of Irene in AUTHORS.
* Add Varun Notibala to AUTHORS.
* Add support for NR-SACK and fix stability problems.

svn path=/trunk/; revision=28642
2009-06-05 13:33:18 +00:00
Martin Mathieson 10812c0de5 Show total number of frames, UEs in stats window title.
svn path=/trunk/; revision=28639
2009-06-04 15:10:28 +00:00
Anders Broman d7eaecfbdb Unit is now ms.
svn path=/trunk/; revision=28629
2009-06-03 19:17:35 +00:00
Jaap Keuter 1c323dd87b Correct error dialog with correct tap name.
Cleanup source code.

svn path=/trunk/; revision=28627
2009-06-03 18:54:48 +00:00
Bill Meier a599e0f938 Fix some small memory leaks.
svn path=/trunk/; revision=28613
2009-06-02 20:57:57 +00:00
Bill Meier bbe2945345 Fix a small memory leak
svn path=/trunk/; revision=28612
2009-06-02 20:16:23 +00:00
Bill Meier 159f6ec4c1 io_stat save & filewall rule save: rework "save dialog" slightly:
- Prevent "dead" save-as window if error opening/writing file
        or if a directory is entered as the filename;
        Work-around is to always kill save-as window whether success
         or an error causing alert-box popup;
     - Enable "check for file overwrite" (if GTK 2.8 or greater);
     - Fix some memory leaks.

svn path=/trunk/; revision=28608
2009-06-02 19:16:08 +00:00
Anders Broman 75af067043 Calculate skew and clock drift, make it possible to copy the label.
svn path=/trunk/; revision=28606
2009-06-02 19:05:20 +00:00
Stig Bjørlykke 28dee99cdc From Graham Bloice via bug 3504:
Fix concurrent name resolution for c-ares.

svn path=/trunk/; revision=28605
2009-06-02 18:47:36 +00:00
Bill Meier 3e48b7890f follow_stream: Enable "check for file overwrite" (if GTK 2.8 or greater);
svn path=/trunk/; revision=28600
2009-06-02 15:39:20 +00:00
Bill Meier 9cbe53f92b rtp_stream_dlg: rework dtp_stream "save as" slightly:
- Prevent "dead" save-as window if error opening/writing file
       or if a directory is entered as the filename;
       Work-around is to always kill save-as window whether success
        or an error causing alert-box popup;
    - Enable "check for file overwrite" (if GTK 2.8 or greater);
    - Fix some memory leaks.

svn path=/trunk/; revision=28597
2009-06-02 15:17:35 +00:00
Stig Bjørlykke 077d995cc1 From Jim Young (bug 2504):
Quick fix to sync expert_tapdata_s.

svn path=/trunk/; revision=28592
2009-06-02 10:40:58 +00:00
Bill Meier ba9afe83d5 proto_main_draw: rework packet bytes "save as" slightly:
- Prevent "dead" save-as window if error opening/writing file
      or if a directory is entered as the filename;
      Work-around is to always kill save-as window whether success
       or an error causing alert-box popup;
   - Enable "check for file overwrite" (if GTK 2.8 or greater);
   - Fix some memory leaks.

svn path=/trunk/; revision=28577
2009-06-01 20:52:53 +00:00
Bill Meier 7edb5ab6ab follow_stream: rework "save as" slightly:
- Prevent "dead" save-as window if unable to open file for write
     or if a directory is entered as the filename;
     Work-around is to always kill save-as window whether success
      or an error causing alert-box popup;
  - Fix a memory leak.
  - Define certain functions used only in follow_stream.c as static;
    (Remove declarations for them from follow_stream.h)

svn path=/trunk/; revision=28574
2009-06-01 19:43:58 +00:00
Stig Bjørlykke 97f65cd644 Fix a printf to make the label correct.
svn path=/trunk/; revision=28569
2009-06-01 17:52:14 +00:00
Bill Meier 905d8d1155 (Trivial): remove a comment referring to Gtk 1
svn path=/trunk/; revision=28567
2009-06-01 17:29:08 +00:00
Bill Meier 8c5ef88c53 dfilter_expr_dlg: fix several very minor memory leaks;
svn path=/trunk/; revision=28565
2009-06-01 17:27:54 +00:00
Bill Meier e1eff63e02 about_dlg: fix a memory leak when double-clicking on a path.
svn path=/trunk/; revision=28563
2009-06-01 17:08:46 +00:00
Bill Meier 8b47fcfdc0 wlan_stat: fix a memory leak
svn path=/trunk/; revision=28562
2009-06-01 17:01:42 +00:00
Anders Broman ae260ddd2b Show max and mean Jitter.
svn path=/trunk/; revision=28560
2009-06-01 16:44:05 +00:00