aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
The majority of the fixes are for calls to uat_new(). Instead of having each caller cast its private data to (void**), we use void* in the uat_new() API itself. Inside uat_new(), we cast the void* to void**. Some dissectors use val64_string arrays, so a VALS64() macro was added for those, to avoid using VALS(), which is useful only for value_string arrays. packet-mq.c was changed because dissect_nt_sid() requires a char**, not a guint**. All other callers of dissect_nt_sid() use char*'s (and take the address of it) for their local storage. So, this was changed to follow the other practices. A confusion between gint and absolute_time_display_e in packet-time.c was cleared up. The ugliest fix is the addition of ip6_guint8_to_str(), for exactly one caller. The caller uses one type of ip6 address byte array, while ip6_to_str() expects another. This new function is in place until the various address implementations can be consolidated. Add VALS64() to the developer documentation. Change-Id: If93ff5c6c8c7cc3c9510d7fb78fa9108e4552805 Reviewed-on: https://code.wireshark.org/review/48 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-01-29Merge "Apply layouts in Qt Creator. Fix a tooltip."Alexis La Goutte1-229/+211
2014-01-26lupdate / lrelease ui/qt/Qtshark.proAlexis La Goutte7-843/+16790
svn path=/trunk/; revision=54968
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte3-17/+0
* Remove _MSC_VER < 1500 check * Cleanup config.nmake See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html svn path=/trunk/; revision=54965
2014-01-26Fix indent (Use 4 spaces) and add modelinesAlexis La Goutte2-70/+96
svn path=/trunk/; revision=54964
2014-01-22Clean up whitespace: use consistent indentation, etc;Bill Meier1-46/+59
Add editor modelines. svn path=/trunk/; revision=54883
2014-01-20Add modelines infoAlexis La Goutte1-1/+13
svn path=/trunk/; revision=54855
2014-01-20Fix indent (use 4 spaces) and remove trailing whitespaceAlexis La Goutte1-3/+3
svn path=/trunk/; revision=54854
2014-01-20Fix build with CMake (Missing tap_export_pdu in ui/CMakeLists.txtAlexis La Goutte1-1/+2
svn path=/trunk/; revision=54853
2014-01-20Fix typo (only need one comma)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=54852
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman6-213/+306
svn path=/trunk/; revision=54850
2014-01-17Fix [-Wmissing-prototypes]Anders Broman23-0/+44
svn path=/trunk/; revision=54834
2014-01-17Fix [-Wmissing-prototypes]Anders Broman28-0/+49
svn path=/trunk/; revision=54833
2014-01-17Apply layouts in Qt Creator. Fix a tooltip.Gerald Combs1-229/+211
Change-Id: I02759cb83ef970395a80acaafb9a28c630000000
2014-01-16Fix [-Wmissing-prototypes]Anders Broman15-1/+28
svn path=/trunk/; revision=54826
2014-01-15Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54818
2014-01-14Fix typo (Direcly => Directly)Alexis La Goutte1-2/+2
svn path=/trunk/; revision=54804
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-1/+3
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so. Don't cast away constness when passing something to a routine that takes a const pointer argument. svn path=/trunk/; revision=54747
2014-01-14Make a routine not used outside this file static.Guy Harris1-3/+3
svn path=/trunk/; revision=54746
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-0/+2
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so. svn path=/trunk/; revision=54745
2014-01-14Include ui/progress_dlg.h to get the declaration ofGuy Harris1-0/+2
delayed_create_progress_dlg(). svn path=/trunk/; revision=54744
2014-01-14#if 0 out an unused routine.Guy Harris1-0/+2
svn path=/trunk/; revision=54743
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-0/+2
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so. svn path=/trunk/; revision=54742
2014-01-14Make a routine used only in this file static.Guy Harris1-1/+1
svn path=/trunk/; revision=54741
2014-01-11Remove (ugly) hack in about_dialog.cpp (include main.cpp to have function to ↵Alexis La Goutte2-13/+5
set comp_info_str and runtime_info_str variable) Now About Dialog is start after main() and variables is set by main(), only extern variable in wireshark_applicatin.h svn path=/trunk/; revision=54696
2014-01-11Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-47/+73
svn path=/trunk/; revision=54695
2014-01-10Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as ↵Martin Mathieson1-0/+3
other UEs seem to get selected while list is being repopulated during retapping svn path=/trunk/; revision=54690
2014-01-08Don't create About window when Wireshark Qt startAlexis La Goutte2-7/+6
svn path=/trunk/; revision=54662
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
check the return value of gtk_tree_selection_get_selected() svn path=/trunk/; revision=54657
2014-01-08Coverity 280334Martin Kaiser1-1/+2
check the return value of gtk_tree_selection_get_selected() if there was no selected item, wireshark would crash but this is very unlikely in practice svn path=/trunk/; revision=54656
2014-01-07Remove svn:executable attribute.Jakub Zawadzki2-0/+0
svn path=/trunk/; revision=54637
2014-01-07include config.h at the top of the file.Jörg Mayer2-2/+5
A used parameter was marked unused. svn path=/trunk/; revision=54629
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-22/+22
svn path=/trunk/; revision=54612
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-19/+19
svn path=/trunk/; revision=54609
2014-01-05Enhance NSIS Windows installer (Wireshark Qt support)Alexis La Goutte2-109/+135
* Add Radiobox to choose File Association (Wireshark GTK or Qt) * Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...) * Fix unistaller (don't remove all icons...) * ... svn path=/trunk/; revision=54605
2014-01-04Add tooltips for the total number of streams.Gerald Combs3-8/+21
svn path=/trunk/; revision=54585
2014-01-03Update NEWS and Release noteAlexis La Goutte1-10/+6
Revert part of last commit about AUTHORS-SHORT in Windows.... svn path=/trunk/; revision=54577
2014-01-02It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte2-18/+24
Kept comment about dev release (and change logo) Use the some order like Wireshark GTK (Authors before Folders) svn path=/trunk/; revision=54569
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss1-8/+2
VERSION_* macros integers instead of numbers (and treat them as such in ui/qt/about_dialog.cpp). svn path=/trunk/; revision=54563
2014-01-02Add About window for Wireshark QtAlexis La Goutte10-6/+680
svn path=/trunk/; revision=54557
2014-01-02Fix icon in top of Wireshark Qt main windowAlexis La Goutte1-14/+5
svn path=/trunk/; revision=54556
2014-01-02Fix indent always use tabAlexis La Goutte1-215/+215
svn path=/trunk/; revision=54553
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors ↵Michael Mann4-4/+4
themselves instead of being part of epan directory. svn path=/trunk/; revision=54499
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
svn path=/trunk/; revision=54494
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
Broken by r54328 g_ascii_isprint() can test only char type and event->keyval is unsigned int. svn path=/trunk/; revision=54492
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser7-7/+7
svn path=/trunk/; revision=54439
2013-12-23From Ville Skyttä: Spelling FixesBill Meier25-36/+37
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id ↵Michael Mann1-1/+1
with FT_BYTES to now use FT_SYSTEM_ID type. svn path=/trunk/; revision=54383
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-0/+1
Move COL_* enum to <epan/column-utils.h> XXX Later we can rename epan/column-info.h to column-int.h (or smth like this) svn path=/trunk/; revision=54352
2013-12-21Argh, fix include.Jakub Zawadzki1-1/+1
I start thinking about compiling (read: installing) Qt... svn path=/trunk/; revision=54339