summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Based on http://anonsvn.wireshark.org/viewvc?revision=48893&view=revisionAnders Broman1-4/+4
2013-04-19Initialize another variable.Irene Rüngeler1-1/+1
2013-04-19Show Forward_Tsn chunks in the graphIrene Rüngeler3-45/+133
2013-04-17Remove an unused variable, structure and #define caught by cppcheck.Evan Huus2-15/+0
2013-04-17Use also const char to uat_save (identical to uat_load)Alexis La Goutte1-2/+2
2013-04-17Fix the following GTK-CRITICAL error Gtk-CRITICAL **: gtk_list_store_get_path...Alexis La Goutte1-2/+4
2013-04-17Cast scrolling values to gdoubles, not gfloats - GtkAdjustment haveEvan Huus1-7/+7
2013-04-16Fix a minor memory leak caught by cppcheck. Also replace a whole bunch ofEvan Huus1-3/+5
2013-04-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8583Evan Huus1-0/+14
2013-04-16Re-add format argument that appears to have been accidentallyEvan Huus1-1/+1
2013-04-16Update interface list when interface get lost and come back.Irene Rüngeler3-7/+17
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-1/+1
2013-04-15Allow MAC and RLC stats dialogs to be launched other than by menu/filterMartin Mathieson3-3/+4
2013-04-13Allow zooming in on a rectangular region using left mouse.Martin Mathieson1-6/+224
2013-04-12Ifdef LibPcapIrene Rüngeler3-4/+6
2013-04-12The button are only needed if libpcap is present.Irene Rüngeler2-0/+4
2013-04-12The function takes no arguments...Michael Tüxen1-1/+1
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler6-2/+36
2013-04-11Misc. small string changes to the capture options dialog for consistency andEvan Huus1-21/+21
2013-04-11Replace the capture start and restart icons with a green fin similar toGerald Combs2-1873/+1807
2013-04-11QT: Select default interface if none else is selectedIrene Rüngeler1-0/+6
2013-04-11Don't select the 'any' device (in Linux), when 'capture all' is selected.Irene Rüngeler2-10/+32
2013-04-11Select the interface, if only one exists.Irene Rüngeler1-0/+7
2013-04-10Add a license header.Gerald Combs4-0/+93
2013-04-09The default interface should now be selected also on Windows.Irene Rüngeler2-6/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss5-12/+12
2013-04-08Nudge the fill another half pixel.Gerald Combs1-20/+20
2013-04-08Decrease the width of the outer borders by half a pixel to match theGerald Combs1-25/+26
2013-04-08Try a blue fill for the stop capture button, using Windows SoundGerald Combs1-53/+68
2013-04-08Set the default interface as selected.Irene Rüngeler1-0/+5
2013-04-08Fix bug in "Import Hex Dump" where data was overwritten in the buffer.Irene Rüngeler1-2/+2
2013-04-07Adjust the automatic update label.Gerald Combs1-1/+1
2013-04-07Expose the automatic update preference on Windows.Gerald Combs1-5/+24
2013-04-07Use a monospace font for the address resolution dialog so that tabGerald Combs1-99/+114
2013-04-07Change the "stop capture" icon to a Great Big Huge Square to try to makeGerald Combs2-156/+92
2013-04-05Put "Remote Interface" window on top of "Interface Management" windowPascal Quantin1-0/+1
2013-04-05Match the new text2pcap max packet import size of 65KiB-1 from r48738.Chris Maynard2-3/+3
2013-04-05Don't forget to move the trailing '\0'.Michael Tüxen1-1/+2
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler4-0/+40
2013-04-05From Tim Ringenbach:Anders Broman1-2/+2
2013-04-04Set 'details' radio button sensitivity also at the creation of the dialog.Jaap Keuter1-0/+3
2013-04-04Use a consistent bracketing style throughout. Add modelines.Chris Maynard1-82/+49
2013-04-02OK, if we're setting the file path for the window - which we want to do,Guy Harris1-7/+60
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris3-6/+6
2013-04-02Handle the case of there being no comment view.Guy Harris1-9/+11
2013-04-02Show the comment area only if we could write out the comments were theGuy Harris1-20/+22
2013-04-02Only enable Edit->Packet Comment... if we can save the file withoutGuy Harris1-1/+1
2013-04-02Add support for the initial direction indication. Irene will hookMichael Tüxen2-6/+38
2013-04-01Add routines to file.c to indicate whether:Guy Harris5-83/+22
2013-04-01If we can't write the capture out in a file format that supportsGuy Harris1-1/+1