aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2009-05-13Don't check if unsigned values are > 0.Stig Bjørlykke3-13/+9
Removed some unused variables and marked some unused arguments. svn path=/trunk/; revision=28351
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs8-831/+553
Consolidate some common code. Rename a bunch of variables. Remove some unused code. Fix an offset flag bug in airpcap_loader.c. This had to be merged by hand with r28349. Hopefully none of those changes were clobbered. svn path=/trunk/; revision=28350
2009-05-13Do not prototype static functions in the header file.Stig Bjørlykke2-113/+38
Removed some unused empty functions. Mark some unused arguments. Removed some unused variables. svn path=/trunk/; revision=28349
2009-05-13Make it compile without warnings on OSX.Stig Bjørlykke1-2/+2
Removed unused wep_closed_24.xpm. svn path=/trunk/; revision=28348
2009-05-13Fixed some compiler warnings on OSX.Stig Bjørlykke1-9/+5
Removed some unused variables. svn path=/trunk/; revision=28347
2009-05-13Removed some unused variables.Stig Bjørlykke1-7/+3
svn path=/trunk/; revision=28346
2009-05-13Initialize some uninitialized variables.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=28345
2009-05-13Removed an unused variable.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=28344
2009-05-13ULONG -> guint32Jörg Mayer1-1/+1
svn path=/trunk/; revision=28339
2009-05-11#if 0 out an unused function declaration. Make itJörg Mayer2-2/+5
match its implementation return type anyway. The Airpcap icon should only depend of HAVE_AIRPCAP but not on _WIN32 svn path=/trunk/; revision=28330
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKTomas Kukosa1-1/+6
svn path=/trunk/; revision=28314
2009-05-08Clist -> list_storeAnders Broman1-160/+338
svn path=/trunk/; revision=28310
2009-05-08Warningfix:Jörg Mayer9-9/+9
function() -> function(void) svn path=/trunk/; revision=28302
2009-05-07Restore original spacing in several constant strings Bill Meier1-4/+4
(as it was before I introduced some incorrect 'tabification' in SVN 27773) svn path=/trunk/; revision=28294
2009-05-07Change some usage of tabs within string constants to spaces.Bill Meier1-4/+4
svn path=/trunk/; revision=28293
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.Bill Meier1-1/+0
[show_toggle is always TRUE]. svn path=/trunk/; revision=28292
2009-05-06Analyze!EnabledProtocols: Remove unnecessary line of code added in the ↵Bill Meier1-1/+0
previous commit; svn path=/trunk/; revision=28290
2009-05-06Analyze!Enabled Protocols: For OK/Apply/Cancel: Cancel reverts to "Last ↵Bill Meier1-10/+24
Saved" (ie: state after any Apply) svn path=/trunk/; revision=28289
2009-05-05Get rid of deprecated functions by removingAnders Broman1-37/+0
"#if 0":ed code. svn path=/trunk/; revision=28278
2009-05-05Get rid of deprecated functions:Anders Broman1-1/+1
gtk_type_class (); -> g_type_class_ref (); svn path=/trunk/; revision=28277
2009-05-05prefs_dlg: Cancel always reverts to "Last Saved" [Part 1]Bill Meier1-0/+57
svn path=/trunk/; revision=28276
2009-05-05The reason why the expert_item value is null when performing a retap isGuy Harris1-15/+17
that a retap doesn't build the protocol tree unless there's a tap with a filter; presumably "the expert_item value" refers to the item to which expert information is being attached. However, if there's no protocol item, the only thing expert_add_info_format() doesn't do is set the severity and group for a protocol item, but the expert info composite dialog doesn't appear to look at that. Thus, it appears we can just use cf_retap_packets(); do so, as it's faster. svn path=/trunk/; revision=28270
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke8-18/+28
Update expert info icon on redissect. svn path=/trunk/; revision=28269
2009-05-04prefs_column: Rework & cleanup Column Preferences dialog codeBill Meier2-157/+260
- Re-create packet-list only when Columns change vs every time Edit!Preferences invoked; - Select next row in Column List after delete of a row; - Remove no-longer needed code; - ... svn path=/trunk/; revision=28268
2009-05-04Fix some spelling, reword some comments & etc.Bill Meier1-20/+20
svn path=/trunk/; revision=28267
2009-05-03prefs_dlg: Fix an inadvertant character deletion in last commit;Bill Meier1-1/+1
svn path=/trunk/; revision=28266
2009-05-03prefs_dlg: use consistent indentationBill Meier1-299/+312
svn path=/trunk/; revision=28265
2009-05-01Use consistent indentationBill Meier1-310/+325
svn path=/trunk/; revision=28233
2009-04-29Add the ability to push and pop messages in to and out of the welcomeGerald Combs3-25/+84
screen header, similar to the status bar. Hide the welcome body if the message stack length is > 0. Use this to display the "Waiting for capture input data..." message when we're capturing from a pipe. This lets the user know what's going on and keeps them from clicking on a welcome screen item while we're waiting for data to arrive. You can see this in action by running (sleep 5; cat /path/to/a/capture) | wireshark -k -i - svn path=/trunk/; revision=28196
2009-04-28find_dlg: handler_id returned from g_signal_connect is gulong (not int)Bill Meier1-2/+2
svn path=/trunk/; revision=28189
2009-04-27follow_stream: Oops: revert making functions static.Bill Meier1-16/+16
svn path=/trunk/; revision=28178
2009-04-27follow_stream: Don't load follow text twice when initially building the window;Bill Meier1-18/+19
Also: Define various internal functions as static; svn path=/trunk/; revision=28177
2009-04-24From Artem Tamazov (bug 3436):Stig Bjørlykke1-2/+2
Initialize some pointers. svn path=/trunk/; revision=28147
2009-04-22More float-constant-not-double-constant fixes.Guy Harris1-1/+1
svn path=/trunk/; revision=28116
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.Gerald Combs1-1/+14
svn path=/trunk/; revision=28110
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris38-98/+98
up (99 44/100% of which were assignments of double-precision floating-point constants to floats). Hopefully this will catch at least some P64 issues on UN*X. svn path=/trunk/; revision=28108
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-0/+11
svn path=/trunk/; revision=28104
2009-04-17Try to get Visual C++ 6.0 builds working again.Gerald Combs1-1/+5
svn path=/trunk/; revision=28078
2009-04-17file_dlg_win32.c: A fix for VC6 compilation.Bill Meier1-0/+20
svn path=/trunk/; revision=28075
2009-04-17Show RARs. For now show frame count in common channel section, although it ↵Martin Mathieson1-7/+11
may be possible to associate RAR bodies with UEs if the context info is available... svn path=/trunk/; revision=28073
2009-04-16Fix (and likely re-break) the Windows builds:Gerald Combs2-2/+42
- Use the latest WinPcap Developer's Pack. - In file_dlg_win32.c, try to fix Visual C++ 6.0 compilation. - #if 0 out a bunch of definitions in capture_if_details_dlg_win32.c that already exist in Ntddndis.h. svn path=/trunk/; revision=28067
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs10-42/+43
svn path=/trunk/; revision=28063
2009-04-16More Win64 fixes.Gerald Combs8-20/+19
svn path=/trunk/; revision=28062
2009-04-15Check for _WIN64 instead of _NTDDNDIS_.Gerald Combs1-2/+2
svn path=/trunk/; revision=28061
2009-04-15In capture_if_details_dlg_win32.c, don't define a bunch of stuff ifGerald Combs2-23/+25
_NTDDNDIS_ is defined. In file_dlg_win32.c, use GetWindowLongPtr() instead of GetWindowLong(). svn path=/trunk/; revision=28060
2009-04-15size_t fixes.Gerald Combs5-19/+19
svn path=/trunk/; revision=28059
2009-04-13From Abhik Sarkar:Anders Broman1-10/+22
Diameter SRT stats - split by command https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3403 svn path=/trunk/; revision=28039
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;Bill Meier1-956/+976
Also: Fix indentation to be consistent. svn path=/trunk/; revision=28034
2009-04-11prefs_dlg: gtk_label_get() --> gtk_label_get_text()Bill Meier1-2/+2
svn path=/trunk/; revision=28033
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.Anders Broman1-7/+11
svn path=/trunk/; revision=28032