aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-06-01From Alexander Koeppe.Anders Broman1-3/+25
2012-05-31From Martin Kaiser via bug 7312:Gerald Combs1-0/+2
2012-05-30Fix part of bug #4030Jakub Zawadzki1-4/+9
2012-05-29From Evan Huus:Anders Broman1-1/+4
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard1-1/+1
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris1-7/+1
2012-05-27From Evan Huus in bug 7295:Guy Harris1-1/+1
2012-05-27From Evan Huus from bug 7295:Guy Harris1-5/+0
2012-05-25See if this fixes the include problem.Guy Harris1-1/+1
2012-05-25Fix some build problems.Guy Harris1-4/+1
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris13-511/+373
2012-05-25Well, "ui/gtk/capture_file_dlg.h" is needed on Win32.Guy Harris3-0/+3
2012-05-25ui/gtk/capture_file_dlg.h doesn't need to be included in these files.Guy Harris4-4/+0
2012-05-25If either create_persconffile_dir() or ws_fopen() fail, then bail out. This ...Chris Maynard1-0/+2
2012-05-24Don't include a Clear button in the packet- and capture-file-comment dialogs:Jeff Morriss1-21/+4
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss2-2/+2
2012-05-24Get rid of the button row for the capture-file comments. Instead, turn theJeff Morriss1-72/+50
2012-05-24Word-wrap comments in the display.Guy Harris1-0/+1
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss1-4/+3
2012-05-24Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss1-3/+4
2012-05-24menu_dissector_filter(): free the action_name when we're done with it.Jeff Morriss1-7/+12
2012-05-24Free the comment after calling gtk_text_buffer_set_text().Jeff Morriss1-2/+4
2012-05-24Also allow the user to edit the capture-file comment if there is one (notJeff Morriss1-26/+27
2012-05-24Now that cf_save_packets() can avoid doing a "fast path" save if theGuy Harris1-14/+14
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2-5/+4
2012-05-24We have to tell cf_save_packets() whether to save them in compressedGuy Harris1-1/+1
2012-05-24In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris2-69/+45
2012-05-23From Florent Drouin:Anders Broman1-7/+79
2012-05-23From Robert Bullen:Anders Broman4-121/+206
2012-05-23Fix comparison of file extension with extensions for the file type -Guy Harris1-15/+21
2012-05-23In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris2-10/+60
2012-05-23No packet range stuff for the "Save As" dialog.Guy Harris1-1/+1
2012-05-22Separate callback to control the file type combo box in the "ExportGuy Harris1-2/+20
2012-05-22Do the "Save As always saves the entire capture, Export SpecifiedGuy Harris3-15/+236
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris8-82/+341
2012-05-22cf_save -> cf_save_asAnders Broman1-1/+1
2012-05-22Replace the File -> Export menu with separate:Guy Harris1-78/+87
2012-05-22We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2-13/+41
2012-05-22The GUI's state machine requires that, when reloading a capture after aGuy Harris3-29/+25
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris10-67/+94
2012-05-19Add an 'if' test to prevent a potential null pointer dereferenceBill Meier1-7/+8
2012-05-19Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier1-15/+16
2012-05-16Free memory when create_tempfile() failed.Jakub Zawadzki2-0/+6
2012-05-16Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.Gerald Combs2-26/+47
2012-05-15Don't leak an open file handle (CID 702423).Gerald Combs1-0/+1
2012-05-12From Akos Lukovics:pascal1-1/+3
2012-05-12Fix bug #7251Jakub Zawadzki1-2/+2
2012-05-11Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris1-628/+627
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris2-0/+37
2012-05-10Avoid needlessly shadowing a variable.Martin Mathieson1-1/+0