aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss2012-05-243-20/+3
* Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss2012-05-241-3/+4
* cf_update_capture_comment(): free the shb_inf when we're done with it.Jeff Morriss2012-05-241-0/+3
* menu_dissector_filter(): free the action_name when we're done with it.Jeff Morriss2012-05-241-7/+12
* Free the comment after calling gtk_text_buffer_set_text().Jeff Morriss2012-05-241-2/+4
* Also allow the user to edit the capture-file comment if there is one (notJeff Morriss2012-05-241-26/+27
* Followup to r42823: check for RVALS used without BASE_RANGE_STRING.Jeff Morriss2012-05-241-12/+16
* Fix bug #7283Jakub Zawadzki2012-05-242-2/+4
* From Stephen Donnelly:Anders Broman2012-05-243-35/+60
* From Martin Kaiser:Anders Broman2012-05-242-4/+4
* Now that cf_save_packets() can avoid doing a "fast path" save if theGuy Harris2012-05-241-14/+14
* Cleanup AUTHORS file.Jakub Zawadzki2012-05-241-10/+3
* From Mayuresh Raut.Anders Broman2012-05-241-0/+4
* From Mayuresh Raut.Anders Broman2012-05-241-5/+503
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-2412-11/+41
* We have to tell cf_save_packets() whether to save them in compressedGuy Harris2012-05-241-1/+1
* In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris2012-05-244-174/+129
* From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=72...Pascal Quantin2012-05-231-10/+173
* Shrink the height of the "Save As" dialog, now that it no longer hasGuy Harris2012-05-231-1/+1
* Fix bug #7277Jakub Zawadzki2012-05-231-1/+3
* Dissect MAC and RLC for CHANNEL_FACH_FDDAnders Broman2012-05-231-4/+45
* Add conv_id.hAnders Broman2012-05-231-2/+3
* Add file missing from http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev...Anders Broman2012-05-231-0/+48
* From Florent Drouin:Anders Broman2012-05-231-7/+79
* From Stephen Donnelly:Anders Broman2012-05-231-1/+39
* From Robert Bullen:Anders Broman2012-05-236-121/+212
* Fix a typoAnders Broman2012-05-231-1/+1
* From Jim Wright:Anders Broman2012-05-232-14/+109
* Fix comparison of file extension with extensions for the file type -Guy Harris2012-05-231-15/+21
* All:Bill Meier2012-05-232-223/+224
* From Evan Huus: "Fix Potential padding issues in Yahoo dissectors"Bill Meier2012-05-232-3/+11
* In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris2012-05-234-16/+72
* No packet range stuff for the "Save As" dialog.Guy Harris2012-05-232-1/+7
* Fix Coverity CID 703086: Dereference after null check in decode_tcp_ports().Chris Maynard2012-05-231-1/+1
* Fix: packet-gsm_a_gm.c:3965:6: error: comparison is always true due to limite...Jeff Morriss2012-05-221-2/+2
* Suppress a (legitimate) compiler warning for now, and leave a commentGuy Harris2012-05-221-1/+2
* Separate callback to control the file type combo box in the "ExportGuy Harris2012-05-221-2/+20
* Do the "Save As always saves the entire capture, Export SpecifiedGuy Harris2012-05-223-15/+236
* nflog dissector:Jakub Zawadzki2012-05-221-4/+24
* "Save As" always saves everything and, when the save is done, makes theGuy Harris2012-05-2210-159/+505
* Fix PCH dissectionAnders Broman2012-05-223-73/+79
* Dissect Operator Specific Use container in Protocol Configuration Options IEpascal2012-05-221-69/+89
* Set paging indication and start fixing TFI list.Anders Broman2012-05-225-76/+151
* Get rid of non-ASCII chars. Remove a few trailing commas.Jeff Morriss2012-05-222-9/+9
* cf_save -> cf_save_asAnders Broman2012-05-221-1/+1
* Collect and use E-DCH data. + one file.Anders Broman2012-05-221-1/+94
* Collect and use E-DCH data.Anders Broman2012-05-224-18/+187
* Replace the File -> Export menu with separate:Guy Harris2012-05-221-78/+87
* We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2012-05-224-40/+179
* Note that, given that ws_rename() is a wrapper around ws_stdio_rename()Guy Harris2012-05-222-2/+16