aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Fix for bug 6090. Clear the list store when resetting the dialog.Martin Mathieson1-0/+5
2013-06-19If the user turns off printing of the packet summary line, disable the column...Chris Maynard1-3/+9
2013-06-19Try to make it more obvious that you can select unselected task listGerald Combs1-14/+17
2013-06-19Remove col_headings_cb from print_cmd_toggle_detail() altogether. It's not n...Chris Maynard1-3/+1
2013-06-19Try and keep r50047 and still fixEvan Huus1-2/+3
2013-06-19Fix forJörg Mayer1-2/+2
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard4-12/+50
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin1-1/+2
2013-06-17Fix qt make buildbot stepAlexis La Goutte1-1/+3
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson2-2/+2
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris2-4/+7
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris8-40/+47
2013-06-15Make use of text metrics and devmode data to properly format a page for print...Chris Maynard1-161/+183
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other de...Chris Maynard1-0/+35
2013-06-13On OS X set the toolbar icon size to match our current icons.Gerald Combs1-1/+2
2013-06-12From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :Jeff Morriss1-2/+21
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs2-2/+19