aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_packet_list.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-21Constify (missed in r30051)Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30054
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent ↵Kovarththanan Rajaratnam1-3/+3
with capture_file.plist_end svn path=/trunk/; revision=30047
2009-09-08Make tshark and rawshark use build_column_format_array() instead of ↵Kovarththanan Rajaratnam1-1/+1
duplicating the code svn path=/trunk/; revision=29803
2009-09-08Custom columnfication:Kovarththanan Rajaratnam1-17/+16
* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id svn path=/trunk/; revision=29797
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
svn path=/trunk/; revision=29577
2009-07-22From Jakub Zawadzki:Anders Broman1-59/+5
This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare() to new function frame_data_compare() + it make use of new function inside packet_list_compare() and packet_list_compare_records() svn path=/trunk/; revision=29164
2009-06-30Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=28894
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+6
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-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
context menus. Note why we have an empty hex dump pane context menu. svn path=/trunk/; revision=28794
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-1/+1
Update expert info icon on redissect. svn path=/trunk/; revision=28269
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-4/+4
up (99 44/100% of which were assignments of double-precision floating-point constants to floats). Hopefully this will catch at least some P64 issues on UN*X. svn path=/trunk/; revision=28108
2008-12-09Untabify and code cleanup.Stig Bjørlykke1-153/+148
svn path=/trunk/; revision=26942
2008-11-18Optimized finding current row from cfile.current_frame.Stig Bjørlykke1-24/+16
svn path=/trunk/; revision=26804
2008-11-18Check if selected packet is already selected before doing any updates.Stig Bjørlykke1-0/+5
svn path=/trunk/; revision=26803
2008-11-17Open the packet in a new window when it is double-clcked upon in the Sake Blok1-0/+9
packet-list. (as noted in bug 3059) svn path=/trunk/; revision=26800
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke1-9/+4
svn path=/trunk/; revision=25968
2008-06-15Moved setting of E_MPACKET_LIST_KEY object data to the function creatingStig Bjørlykke1-0/+1
packet_list to ensure it's created before we set it. Applying filter from the packet list still doesn't work correctly. svn path=/trunk/; revision=25454
2008-06-14Update all time columns when changing the time precision.Stig Bjørlykke1-2/+2
Not implemented for conversation relative and delta time yet, because this will need a reload as they are set by the dissectors and does not exist in the frame data. svn path=/trunk/; revision=25452
2008-06-14Save the column width in the recent list on every change so we canStig Bjørlykke1-1/+9
pick the correct width when changing the time precision. svn path=/trunk/; revision=25451
2008-05-04Corrected some unused arguments in case someone starts using them,Stig Bjørlykke1-2/+2
or just copy the code. svn path=/trunk/; revision=25225
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
remove color.c rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h) svn path=/trunk/; revision=24974
2008-04-12various code cleanupUlf Lamping1-20/+20
svn path=/trunk/; revision=24964
2008-04-12Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24953
2008-04-12Reintroduced save of column width in main_packet_list.[ch],Stig Bjørlykke1-13/+44
accidentally removed in r24950. svn path=/trunk/; revision=24952
2008-04-12rename packet_list to main_packet_listUlf Lamping1-0/+954
svn path=/trunk/; revision=24950