aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
creating temporary files, so use it to get the directory we show to the user. svn path=/trunk/; revision=53378
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris60-60/+60
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
svn path=/trunk/; revision=53347
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs2-9/+18
svn path=/trunk/; revision=53343
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs2-2/+16
This matches the GTK+ behavior and keeps us from dissecting TCP packets out of order when we follow a TCP stream. svn path=/trunk/; revision=53342
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
svn path=/trunk/; revision=53340
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
svn path=/trunk/; revision=53335
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs8-10/+69
Stream and Flow Graph hint statistics. svn path=/trunk/; revision=53326
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
svn path=/trunk/; revision=53324
2013-11-14Fix automake compilation.Gerald Combs1-0/+1
svn path=/trunk/; revision=53315
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs12-45/+298
Collect packet numbers when following streams so that we can correlate text positions with packets. Add a FollowStreamText class so that we can track mouse events. Add a hint label that shows the packet under the cursor along with packet counts and the number of "turns". Add the packet number to the C array dump. Note that dumping to YAML might be useful for Scapy users. svn path=/trunk/; revision=53314
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64
svn path=/trunk/; revision=53311
2013-11-13Highlight selected sequence diagram items.Gerald Combs10-321/+372
Create a new dialog each time the user follows a stream. A lot of the follow code seems to assume one and only one dialog so there are likely outstanding bugs. Don't use the global cfile (should we deprecate its usage?). We want to move closer to multiple documents, not further away. Clean up after ourselves. Free our payload list and unlink our temp file. Make a bunch of gchar*s QStrings. Make sure our destructor gets called and use it. Make member variable and method names more consistent. svn path=/trunk/; revision=53306
2013-11-12Highlight selected sequence diagram items.Gerald Combs3-15/+69
svn path=/trunk/; revision=53294
2013-11-12tabs -> spacesPascal Quantin1-9/+9
svn path=/trunk/; revision=53292
2013-11-12Fix a typo errorPascal Quantin1-1/+1
svn path=/trunk/; revision=53291
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-11/+6
the ftenum_t for the fvalue's ftype, rather than a pointer to the ftype (which isn't all that useful except as a handle, unless you import the internal header). Have fvalue_to_string_repr() return NULL, rather than failing, if the fvalue's ftype has no val_to_string_repr method. This lets us not include the ftypes internal header in ui/cli/tap-diameter-avp.c. svn path=/trunk/; revision=53290
2013-11-12Don't do our own line wrapping of the display filter, let GTK do it for us.Jeff Morriss1-21/+2
(With this change all the right-hand columns in this dialog will wrap if necessary whereas before only the display filter would wrap lines.) svn path=/trunk/; revision=53282
2013-11-12Fix compilation on Windows.Gerald Combs1-2/+1
svn path=/trunk/; revision=53280
2013-11-12Try to fix compilation for GLib < 2.30.Gerald Combs1-0/+5
svn path=/trunk/; revision=53279
2013-11-12When we dump a sequence diagram to text, make sure labels are truncated.Gerald Combs1-8/+12
svn path=/trunk/; revision=53275
2013-11-12Fix segfault bug and show the combo-box.Irene RĂ¼ngeler1-1/+1
svn path=/trunk/; revision=53272
2013-11-12Use the right threshold.Irene RĂ¼ngeler1-1/+1
svn path=/trunk/; revision=53271
2013-11-12Redraw the diagram when needed.Gerald Combs1-12/+3
svn path=/trunk/; revision=53264
2013-11-12Sequence / flow diagram updates.Gerald Combs8-42/+340
Add "Save As..." Add a context menu and keyboard shortcuts. Add a tooltip. svn path=/trunk/; revision=53263
2013-11-11Sequence / flow diagram updates.Gerald Combs7-36/+109
Plumb some controls. Adjust dialog layout. Make sure sequence information is allocated and freed correctly. Remove a debugging statement. svn path=/trunk/; revision=53260
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
From Richard Moore via bug 9410. svn path=/trunk/; revision=53239
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki56-29/+94
svn path=/trunk/; revision=53230
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2-0/+3
svn path=/trunk/; revision=53223
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=53214
2013-11-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin1-2/+3
Initialize last entry of background_color array to avoid having a RGBA(0,0,0,0) transparent black svn path=/trunk/; revision=53205
2013-11-09Fix crash when displaying VoIP call flow (introduced in r52824)Pascal Quantin1-0/+13
svn path=/trunk/; revision=53204
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki5-0/+5
svn path=/trunk/; revision=53189
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2-2/+2
After r50154 nstime_t is inside wsutil/ so wiretap don't need it's own copy. svn path=/trunk/; revision=53184
2013-11-08Indentation tweaks.Guy Harris1-3/+4
svn path=/trunk/; revision=53173
2013-11-08Didn't need to include wtap.h againMartin Mathieson1-1/+0
svn path=/trunk/; revision=53171
2013-11-08Fix up function names: type -> type_subtypeMartin Mathieson1-4/+5
svn path=/trunk/; revision=53170
2013-11-08The "file types" we have are actually combinations of types andGuy Harris10-29/+30
subtypes, e.g. Network Monitor version 1 and Network Monitor version 2 are separate "file types", even though they both come from Network Monitor. Rename various functions, #defines, and variables appropriately. svn path=/trunk/; revision=53166
2013-11-08Another one.Guy Harris1-1/+1
svn path=/trunk/; revision=53165
2013-11-08What matters is the encapsulation type, not the file type, so just testGuy Harris1-1/+1
for WTAP_ENCAP_BER, not for WTAP_FILE_BER. svn path=/trunk/; revision=53164
2013-11-08Remove some trailing whitespace....Bill Meier2-10/+10
svn path=/trunk/; revision=53161
2013-11-08Fix more errors.Guy Harris1-3/+2
svn path=/trunk/; revision=53159
2013-11-08Wrong function.Guy Harris1-1/+1
svn path=/trunk/; revision=53158
2013-11-08Fix errors.Guy Harris1-1/+1
svn path=/trunk/; revision=53157
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris3-53/+158
.cap, for example, doesn't refer to a particular file type - a whole bunch of file types use .cap. Also offer, in addition to "All Files", "All Capture Files", which matches all the extensions we know about. svn path=/trunk/; revision=53156
2013-11-07Try 2 to fix Mac OS X 10.5 buildbotAlexis La Goutte1-0/+1
Include old-gtk-compat.h svn path=/trunk/; revision=53140
2013-11-07Try to fix Mac OS 10.5 Buildbot (with old Glib...)Alexis La Goutte1-1/+2
gtk_dialog_get_action_area is available only Glib 2.14 svn path=/trunk/; revision=53137
2013-11-07Remove C++ commentsAlexis La Goutte1-1/+1
svn path=/trunk/; revision=53136
2013-11-07Add Edit Packet in Right ClickAlexis La Goutte1-2/+18
svn path=/trunk/; revision=53135
2013-11-07Add Packet Editor PreferenceAlexis La Goutte2-1/+12
svn path=/trunk/; revision=53134