aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki10-14/+30
2013-07-10From Cal Turney:Anders Broman1-62/+113
2013-07-10Use QHeaderView::setSectionResizeMode on Qt >= 5.Gerald Combs1-0/+10
2013-07-10From Joe McEachern:Anders Broman1-1/+1
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-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte11-4/+1430
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 Combs16-96/+490
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 Zawadzki2-22/+18
2013-07-06From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus1-1/+1
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-02Preserve symlinks when copying libraries into the application bundle onGerald Combs1-1/+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-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon4-5/+8
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 Ontanon8-25/+35
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 Morriss11-7/+1074
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss11-11/+10
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss14-14/+14
2013-06-25There's no need to compile timestats.c any more--it's now in libwsutil.Jeff Morriss1-1/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss34-36/+18
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 Maynard3-24/+48
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
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki3-24/+78
2013-06-20Sort the encapsulation type combo box similar to the GTK change in r50077.Gerald Combs1-0/+1
2013-06-20Fix file_import_dlg.c:132: warning: useless storage class specifier in emptyEvan Huus1-1/+1
2013-06-20Sort the list of encapsulation types, but still have Ethernet be the default.Chris Maynard1-3/+39
2013-06-19update the button in the status bar when a packet comment is addedMartin Kaiser1-0/+1
2013-06-19Implement bug 8675: show stream id in follow TCP stream window.Martin Mathieson1-6/+8