Commit Graph

22 Commits

Author SHA1 Message Date
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