aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-01-08Don't create About window when Wireshark Qt startAlexis La Goutte2-7/+6
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
2014-01-08Coverity 280334Martin Kaiser1-1/+2
2014-01-07Remove svn:executable attribute.Jakub Zawadzki2-0/+0
2014-01-07include config.h at the top of the file.Jörg Mayer2-2/+5
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-22/+22
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-19/+19
2014-01-05Enhance NSIS Windows installer (Wireshark Qt support)Alexis La Goutte2-109/+135
2014-01-04Add tooltips for the total number of streams.Gerald Combs3-8/+21
2014-01-03Update NEWS and Release noteAlexis La Goutte1-10/+6
2014-01-02It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte2-18/+24
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss1-8/+2
2014-01-02Add About window for Wireshark QtAlexis La Goutte10-6/+680
2014-01-02Fix icon in top of Wireshark Qt main windowAlexis La Goutte1-14/+5
2014-01-02Fix indent always use tabAlexis La Goutte1-215/+215
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann4-4/+4
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser7-7/+7
2013-12-23From Ville Skyttä: Spelling FixesBill Meier25-36/+37
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-1/+1
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-0/+1
2013-12-21Argh, fix include.Jakub Zawadzki1-1/+1
2013-12-21fix warnings.Jakub Zawadzki4-1/+5
2013-12-21missing includeJakub Zawadzki1-0/+1
2013-12-21fix some warnings.Jakub Zawadzki2-10/+8
2013-12-21Add missing includesJakub Zawadzki4-0/+5
2013-12-21ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()Jakub Zawadzki1-2/+2
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-2/+2
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki4-13/+6
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-20nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)Bill Meier1-26/+29
2013-12-20Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2-3/+3
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte3-3/+0
2013-12-18Add 'Filter Association' to context menu in packet list.Irene Rüngeler11-11/+49
2013-12-18Ignore the first line of the chunk statistics file.Irene Rüngeler2-21/+8
2013-12-18Translate a little leftover German to English.Jeff Morriss1-3/+3
2013-12-17Make Ubuntu Buildbot happyAlexis La Goutte1-1/+1
2013-12-17Fix preprocessor macro and indentation.Evan Huus1-2/+2
2013-12-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-1310/+1322
2013-12-17Make translatable ready SCTP Graph for QtAlexis La Goutte5-50/+50
2013-12-17Find the right frame when plottable was clicked.Irene Rüngeler4-35/+59
2013-12-17Fill the chunk statistics. Read line with fgets instead of getline.Irene Rüngeler1-16/+8
2013-12-17Add the header files only once.Irene Rüngeler1-6/+0
2013-12-16Fix alignment issue in GTK2 flowgraph "packet choice" window.Bill Meier1-6/+24
2013-12-15Fix warning found by doxygenAlexis La Goutte5-5/+16
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki9-19/+17
2013-12-14Create/use several extended value-strings;Bill Meier1-6/+29