Commit Graph

43 Commits

Author SHA1 Message Date
Stig Bjørlykke c280820a86 Renamed some menu items to clarify the usage:
"Mark All Packets"   -> "Mark All Displayed Packets"
 "Ignore All Packets" -> "Ignore All Displayed Packets"

svn path=/trunk/; revision=31349
2009-12-22 12:57:39 +00:00
Stig Bjørlykke 6c329cdc06 Set correct sensitivity for "Ignore All Packets".
svn path=/trunk/; revision=31348
2009-12-22 12:53:05 +00:00
Sake Blok 2cd7003383 Add "Ignore all packets", just like "Mark all packets"
svn path=/trunk/; revision=31343
2009-12-21 23:07:14 +00:00
Stig Bjørlykke 59835dbe0f Added some shortcuts for the Ignore Packet menu items.
svn path=/trunk/; revision=31314
2009-12-18 17:45:42 +00:00
Stig Bjørlykke ef92b4ec11 Added "Ignore Packet" menu items to the main menu.
Show ignored packages in the summary dialog.

svn path=/trunk/; revision=31289
2009-12-17 12:05:13 +00:00
Stig Bjørlykke 47be3577a7 Introduce "Ignore Packet" in the packet list.
This will remove the package from the dissection functions without
removing it from the capture file.

svn path=/trunk/; revision=31287
2009-12-17 01:18:14 +00:00
Jaap Keuter 81b585cf8e From Valerio Messina:
As now, when Wireshark save capture files, it show "Loading" in status bar and
in the dialog box, warning many users of lost them packets. Saving work as expected.
Is simply a GUI use interaction problem.

svn path=/trunk/; revision=31269
2009-12-14 22:05:29 +00:00
Stig Bjørlykke f9ef0270eb Added "No Sorting" and Align menu items to the old packet list
heading popup menu.

svn path=/trunk/; revision=31214
2009-12-09 14:40:19 +00:00
Stig Bjørlykke 8a488e5fbf Use size_t for length.
svn path=/trunk/; revision=31152
2009-12-02 14:44:53 +00:00
Stig Bjørlykke 942d6e41f8 Indicate default column alignment in the popup menu.
svn path=/trunk/; revision=31150
2009-12-02 13:53:33 +00:00
Stig Bjørlykke 40b377bd66 Fixed opening correct preferences page.
svn path=/trunk/; revision=31149
2009-12-02 09:39:13 +00:00
Stig Bjørlykke 8b1f93f288 Save column alignment in the recent file.
Added center and default alignment menu items.

svn path=/trunk/; revision=31143
2009-12-01 17:07:13 +00:00
Stig Bjørlykke 81ffd50409 Added three states for sorting: ascending, descending and no sorting
(ascending on first column).

svn path=/trunk/; revision=31141
2009-12-01 16:23:20 +00:00
Stig Bjørlykke bc35b6fc5a Function rename:
new_packet_list_column_clicked() -> new_packet_list_column_menu_cb() 
packet_list_column_clicked() -> packet_list_column_menu_cb() 

svn path=/trunk/; revision=31130
2009-11-30 15:58:57 +00:00
Stig Bjørlykke be49cd13f9 Added function to align columns.
svn path=/trunk/; revision=31099
2009-11-27 18:12:30 +00:00
Stig Bjørlykke 5f2779d7bf Added the popup menu to the old packet list heading, to make it equal to
the new packet list.

svn path=/trunk/; revision=31089
2009-11-26 14:47:05 +00:00
Stig Bjørlykke 43de696a6c Added a popup menu in the packet list heading to set sort order and some
functions to rename column title, resize a single column and remove a column.

svn path=/trunk/; revision=31086
2009-11-26 09:09:07 +00:00
Stig Bjørlykke 542a34ced8 Implement new_packet_list_recreate(). This should be reimplemented to
avoid building a new table and redissecting all packets.

svn path=/trunk/; revision=31024
2009-11-19 21:11:41 +00:00
Stig Bjørlykke 9a7d0994d8 Add a custom column from the packet details popup menu.
This fixes bug 4246.

svn path=/trunk/; revision=31020
2009-11-19 18:22:26 +00:00
Stig Bjørlykke 7c5f1b80ac Introduce packet bytes bit view.
svn path=/trunk/; revision=30832
2009-11-05 10:16:49 +00:00
Anders Broman 546014cdaf cf_change_time_formats() is not needed with new packet list.
svn path=/trunk/; revision=30034
2009-09-21 11:58:36 +00:00
Stig Bjørlykke 1eba4dca43 Enable resize columns button for new packet list.
svn path=/trunk/; revision=29763
2009-09-07 12:12:45 +00:00
Stig Bjørlykke 36e4c964fa Also deactivate and activate menu for recent.gui_time_precision.
svn path=/trunk/; revision=29679
2009-09-02 21:04:41 +00:00
Kovarththanan Rajaratnam b0d1651885 Make sure that we deactivate before activating in menu_recent_read_finished(). This fixes a crash due to recent.gui_time_format being invalid (-1). Please review whether this is a correct fix
svn path=/trunk/; revision=29678
2009-09-02 19:56:39 +00:00
Anders Broman d1b6cefef4 Use new_packet_list_colorize_packets() where cf_colorize_packets();
is used.

svn path=/trunk/; revision=29674
2009-09-02 18:18:57 +00:00
Kovarththanan Rajaratnam 8cba530c81 From Richard Brodie via. Bug 3913:
Free ptr array allocated through proto_find_finfo()

svn path=/trunk/; revision=29654
2009-09-01 17:09:36 +00:00
Bill Meier 1bc9f19f05 Add #include <stdio.h> in a few more places for Solaris.
svn path=/trunk/; revision=29577
2009-08-27 03:54:57 +00:00
Anders Broman 3208870317 Make copy summary work for new_packet_list.
XXX The enum in .h file does not seem to work???

svn path=/trunk/; revision=29467
2009-08-18 14:40:51 +00:00
Kovarththanan Rajaratnam efa7710fdf Enable 'Mark Packet' in the Edit menu
svn path=/trunk/; revision=29424
2009-08-15 04:24:43 +00:00
Kovarththanan Rajaratnam 6b556d4039 Add support for mark/unmark all frames in our new packet list
svn path=/trunk/; revision=29423
2009-08-15 04:19:45 +00:00
Kovarththanan Rajaratnam e15fef4355 Find next/previous mark is also supported so don't exclude it
svn path=/trunk/; revision=29422
2009-08-15 04:05:04 +00:00
Kovarththanan Rajaratnam 2a7add22c2 Don't exclude functionality we already support
svn path=/trunk/; revision=29421
2009-08-15 03:57:14 +00:00
Kovarththanan Rajaratnam af00c3e6da Make 'Apply as filter'/'Prepare filter' work for new packet list.
svn path=/trunk/; revision=29419
2009-08-14 19:35:01 +00:00
Anders Broman b95335b76f Make mark frame work.
svn path=/trunk/; revision=29225
2009-07-28 22:18:19 +00:00
Anders Broman 94e0026e19 From Kovarththanan Rajaratnam:
Enable popup menu in packet list view.

svn path=/trunk/; revision=29223
2009-07-28 20:46:23 +00:00
Anders Broman bc43666e77 Fix setting of timestamp_precision.
svn path=/trunk/; revision=29218
2009-07-28 14:07:15 +00:00
Anders Broman e464a9bef9 Fix setting of new time format.
svn path=/trunk/; revision=29212
2009-07-28 10:53:57 +00:00
Anders Broman 10e3b340ba From Kovarththanan Rajaratnam:
packet_goto_next_previous_frame

svn path=/trunk/; revision=29191
2009-07-25 09:45:35 +00:00
Anders Broman be084ae799 From Kovarththanan Rajaratnam:
New packet list: enable goto first/last packet (Optimized)

svn path=/trunk/; revision=29190
2009-07-25 07:50:53 +00:00
Stephen Fisher edc8ae64f1 Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: when
enabling/disabling the coloring of the packet list from the menus, the user
has to drag the mouse cursor over each displayed row to take away/add the
coloring.  Dragging the scroll bar up or down will also take care of this as
only the displayed rows are colored.


svn path=/trunk/; revision=29142
2009-07-20 06:21:35 +00:00
Guy Harris 104b74d068 Fix typo.
svn path=/trunk/; revision=28893
2009-06-30 19:09:18 +00:00
Stephen Fisher e6d0686f7b Introduce experimental new feature: GTK2 tree view based packet list
To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling.
To do this with gcc, set the environment variable CPPFLAGS to
"-DNEW_PACKET_LIST" and re-run configure.

Many features do not yet work.  This work began with prototypes by Ulf
quite a while back.  I've put quite a bit of work into this so far and
as discussed with a few of the core team members at Sharkfest09 and it was
decided that it would be best to commit what I have so far to allow others to
help work on this.


svn path=/trunk/; revision=28892
2009-06-30 18:05:04 +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