summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann8-1512/+230
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-2/+0
2013-11-19Print one YAML item per packet.Gerald Combs1-4/+7
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris6-15/+155
2013-11-19fix compiler warning about write-only variableMartin Kaiser1-1/+2
2013-11-19The GTK+ "follow stream" dialogs don't support "save as YAML"; put in aGuy Harris1-0/+4
2013-11-19#if 0 out an error check that wasn't doing anything interesting for anGuy Harris1-3/+5
2013-11-18Follow dialog data display improvements.Gerald Combs4-98/+95
2013-11-18Remove duplicate (wireshark_application.h) and unused #include filesAlexis La Goutte1-3/+0
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-2/+28
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris60-60/+60
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs2-9/+18
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs2-2/+16
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs8-10/+69
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
2013-11-14Fix automake compilation.Gerald Combs1-0/+1
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs12-45/+298
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64
2013-11-13Highlight selected sequence diagram items.Gerald Combs10-321/+372
2013-11-12Highlight selected sequence diagram items.Gerald Combs3-15/+69
2013-11-12tabs -> spacesPascal Quantin1-9/+9
2013-11-12Fix a typo errorPascal Quantin1-1/+1
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-11/+6
2013-11-12Don't do our own line wrapping of the display filter, let GTK do it for us.Jeff Morriss1-21/+2
2013-11-12Fix compilation on Windows.Gerald Combs1-2/+1
2013-11-12Try to fix compilation for GLib < 2.30.Gerald Combs1-0/+5
2013-11-12When we dump a sequence diagram to text, make sure labels are truncated.Gerald Combs1-8/+12
2013-11-12Fix segfault bug and show the combo-box.Irene RĂ¼ngeler1-1/+1
2013-11-12Use the right threshold.Irene RĂ¼ngeler1-1/+1
2013-11-12Redraw the diagram when needed.Gerald Combs1-12/+3
2013-11-12Sequence / flow diagram updates.Gerald Combs8-42/+340
2013-11-11Sequence / flow diagram updates.Gerald Combs7-36/+109
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki56-29/+94
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2-0/+3
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-1/+1
2013-11-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin1-2/+3
2013-11-09Fix crash when displaying VoIP call flow (introduced in r52824)Pascal Quantin1-0/+13
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki5-0/+5
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2-2/+2
2013-11-08Indentation tweaks.Guy Harris1-3/+4
2013-11-08Didn't need to include wtap.h againMartin Mathieson1-1/+0
2013-11-08Fix up function names: type -> type_subtypeMartin Mathieson1-4/+5
2013-11-08The "file types" we have are actually combinations of types andGuy Harris10-29/+30
2013-11-08Another one.Guy Harris1-1/+1
2013-11-08What matters is the encapsulation type, not the file type, so just testGuy Harris1-1/+1