aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Don't create About window when Wireshark Qt startAlexis La Goutte2014-01-082-7/+6
* Coverity 280335, 280336Martin Kaiser2014-01-081-2/+4
* Coverity 280334Martin Kaiser2014-01-081-1/+2
* Remove svn:executable attribute.Jakub Zawadzki2014-01-072-0/+0
* include config.h at the top of the file.Jörg Mayer2014-01-072-2/+5
* Fix indent (use 4 spaces)Alexis La Goutte2014-01-051-22/+22
* Fix indent (use 4 spaces)Alexis La Goutte2014-01-051-19/+19
* Enhance NSIS Windows installer (Wireshark Qt support)Alexis La Goutte2014-01-052-109/+135
* Add tooltips for the total number of streams.Gerald Combs2014-01-043-8/+21
* Update NEWS and Release noteAlexis La Goutte2014-01-031-10/+6
* It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte2014-01-022-18/+24
* Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss2014-01-021-8/+2
* Add About window for Wireshark QtAlexis La Goutte2014-01-0210-6/+680
* Fix icon in top of Wireshark Qt main windowAlexis La Goutte2014-01-021-14/+5
* Fix indent always use tabAlexis La Goutte2014-01-021-215/+215
* Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann2013-12-304-4/+4
* Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier2013-12-301-5/+5
* Make arrow down/ up work in gtk again.Jakub Zawadzki2013-12-291-1/+1
* add ssl detection to proto_get_frame_protocols()Martin Kaiser2013-12-247-7/+7
* From Ville Skyttä: Spelling FixesBill Meier2013-12-2325-36/+37
* Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann2013-12-231-1/+1
* Avoid including definition of column_info structure in dissectors.Jakub Zawadzki2013-12-221-0/+1
* Argh, fix include.Jakub Zawadzki2013-12-211-1/+1
* fix warnings.Jakub Zawadzki2013-12-214-1/+5
* missing includeJakub Zawadzki2013-12-211-0/+1
* fix some warnings.Jakub Zawadzki2013-12-212-10/+8
* Add missing includesJakub Zawadzki2013-12-214-0/+5
* ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()Jakub Zawadzki2013-12-211-2/+2
* isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki2013-12-211-2/+2
* Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki2013-12-214-13/+6
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-1/+1
* nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)Bill Meier2013-12-201-26/+29
* Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus2013-12-201-1/+1
* Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus2013-12-191-1/+1
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-192-3/+3
* Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte2013-12-183-3/+0
* Add 'Filter Association' to context menu in packet list.Irene Rüngeler2013-12-1811-11/+49
* Ignore the first line of the chunk statistics file.Irene Rüngeler2013-12-182-21/+8
* Translate a little leftover German to English.Jeff Morriss2013-12-181-3/+3
* Make Ubuntu Buildbot happyAlexis La Goutte2013-12-171-1/+1
* Fix preprocessor macro and indentation.Evan Huus2013-12-171-2/+2
* Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2013-12-171-1310/+1322
* Make translatable ready SCTP Graph for QtAlexis La Goutte2013-12-175-50/+50
* Find the right frame when plottable was clicked.Irene Rüngeler2013-12-174-35/+59
* Fill the chunk statistics. Read line with fgets instead of getline.Irene Rüngeler2013-12-171-16/+8
* Add the header files only once.Irene Rüngeler2013-12-171-6/+0
* Fix alignment issue in GTK2 flowgraph "packet choice" window.Bill Meier2013-12-161-6/+24
* Fix warning found by doxygenAlexis La Goutte2013-12-155-5/+16
* Fix some const/ not const warnings.Jakub Zawadzki2013-12-159-19/+17
* Create/use several extended value-strings;Bill Meier2013-12-141-6/+29