summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-07-17From Cal Turney:Anders Broman3-14/+96
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2-3/+5
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss4-15/+15
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard1-5/+5
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-5/+5
2013-07-15Expand the big comment about launching browsers.Guy Harris1-0/+39
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler2-21/+5
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss3-3/+6
2013-07-15One more try at fixing all the issues reported inJeff Morriss1-8/+14
2013-07-12As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+9
2013-07-12Move the print modules into epan.Jeff Morriss6-8/+9
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss2-2/+2
2013-07-11Move some more modules into epan.Jeff Morriss2-2/+1
2013-07-11Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-47/+51
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki8-12/+25
2013-07-10Fix bug #8908: Strange behavior of tree expand/collapse in packet detailsJakub Zawadzki1-13/+37
2013-07-09Avoid having double "Default" entry in "Create New Profile".Stig Bjørlykke1-2/+0
2013-07-09Another change that should have been part of r50465, which removed the limits...Chris Maynard1-9/+14
2013-07-09Use sizeof() instead of hard-coded values. Other minor whitespace cleanup.Chris Maynard1-29/+28
2013-07-09Remove the advanced filter field arbitrary text limit of 100 and remove the f...Chris Maynard1-3/+0
2013-07-09From Cal Turney:Anders Broman2-17/+31
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-75/+5
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss1-3/+4
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-17/+13
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin1-6/+2
2013-07-03Attachment #11134 proposed as fix for bug #8899 by Peter HatinaIrene Rüngeler1-2/+1
2013-07-01Fix Coverity CID 1037114 (Dereference before null check).Chris Maynard1-0/+2
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier10-48/+48
2013-07-01Consistently maintain the callState member of an iax2_info_t structureGuy Harris1-45/+2
2013-06-29Fix indent (Tabs => Spaces) and add modelines info for follow_* filesAlexis La Goutte8-1497/+1569
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-10/+6
2013-06-28Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https:...Michael Mann2-9/+60
2013-06-27Remove a no-longer-used variable.Jeff Morriss1-2/+0
2013-06-27Windows changes for main_window_update ....Luis Ontanon3-4/+4
2013-06-27cleanup, use packet_list_iter_nth_child() in another place.Jakub Zawadzki1-19/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon6-18/+28
2013-06-26#gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...Jakub Zawadzki1-15/+3
2013-06-26packet-editor: Allow focus for byteview, it should fix problems with field he...Jakub Zawadzki1-0/+3
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2-2/+2
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss8-8/+8
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss6-6/+6
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss20-22/+7
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris1-31/+30
2013-06-25Allocate memory for col_text[_len] when really neededJakub Zawadzki1-23/+13
2013-06-25packet_list_iter_children() simplify, just call packet_list_iter_nth_child(.....Jakub Zawadzki1-21/+1
2013-06-21Cast away another implicit conversion not allowed in C++ warningStephen Fisher1-1/+1
2013-06-21Sort the man pages. Add capinfos and reordercap. Should we also any others ...Chris Maynard1-14/+30
2013-06-21One more fix for the protocol grey highlighting.Evan Huus1-2/+4
2013-06-21Yet another fix, put spaces in insensitive or normal state.Jakub Zawadzki1-6/+9
2013-06-21fix for r50095 don't fetch parent hfinfo, traverse tree to get top one.Jakub Zawadzki1-19/+38