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