aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
svn path=/trunk/; revision=34137
2010-09-16#if out ui_desc_conv_filter_popup to get the builds going (it looks like it ↵Jeff Morriss1-62/+64
should be used but it isn't currently). svn path=/trunk/; revision=34135
2010-09-16Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=34133
2010-09-16Remove C++ comments.Guy Harris1-5/+9
svn path=/trunk/; revision=34132
2010-09-16menus.c:1508: warning: unused parameter 'current'Anders Broman1-1/+1
menus.c:1508: warning: unused parameter 'user_data' Mark parameters as unused. svn path=/trunk/; revision=34131
2010-09-16Use GUIManager for the pop-up:s.Anders Broman1-7/+7
Can be dissabled by commenting out #define MENUS_USE_UIMANAGER 1 svn path=/trunk/; revision=34130
2010-09-15Add more GUIManager code #ifdef:ed out.Anders Broman1-38/+333
The popups should be working now exept for protocol help. Help with testing and cleaning up apreciated. GTK 2.6 requred, I'll look into that too later if no one beats me to it. svn path=/trunk/; revision=34127
2010-09-14Add more GUIManager code #ifdef:ed outAnders Broman1-28/+671
svn path=/trunk/; revision=34118
2010-09-13Add more GUIManager code #ifdef:ed outAnders Broman1-48/+269
svn path=/trunk/; revision=34112
2010-09-12set_menu_sensitivity() is used only if MENUS_USE_UIMANAGER is defined,Guy Harris1-7/+10
so define it only if MENUS_USE_UIMANAGER is defined. Clean up indentation. svn path=/trunk/; revision=34109
2010-09-12Get rid of /* within comment, clean up white space.Guy Harris1-3/+3
svn path=/trunk/; revision=34108
2010-09-12Add more GUIManager code #ifdef:ed outAnders Broman1-171/+618
svn path=/trunk/; revision=34106
2010-09-09Remove what appear to be two redundant lines of code (AFAIKT).Bill Meier1-6/+6
svn path=/trunk/; revision=34090
2010-09-09Resolve another issue the Windows buildbots are having after rev 34084:Stephen Fisher1-1/+1
guint8 -> guint16 for th_flags variable in segment struct. svn path=/trunk/; revision=34089
2010-09-07These two capture option variables are defined by capture_opts_init(), soStephen Fisher1-3/+0
don't redefine them to new values. svn path=/trunk/; revision=34073
2010-09-07Start adding GTKUIManager code.(#IF 0'ed out.).Anders Broman1-0/+238
svn path=/trunk/; revision=34071
2010-09-06Change bandwidth labels, and update stop time even on first frame.Martin Mathieson2-28/+24
svn path=/trunk/; revision=34068
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-23/+68
svn path=/trunk/; revision=34061
2010-09-03Try to cast away windows buildbot problems.Martin Mathieson1-2/+2
svn path=/trunk/; revision=34060
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-29/+117
svn path=/trunk/; revision=34059
2010-09-03Increase maximum number of nodes to 40.Stig Bjørlykke1-1/+1
10 is in some situations too few. svn path=/trunk/; revision=34057
2010-09-03Remove the depricated GtkItemFactory code.Anders Broman1-64/+1
svn path=/trunk/; revision=34054
2010-09-03Add doxygen coments.Anders Broman1-7/+7
svn path=/trunk/; revision=34052
2010-09-03Add a commentAnders Broman1-1/+28
svn path=/trunk/; revision=34051
2010-09-02Add commentsAnders Broman1-9/+24
svn path=/trunk/; revision=34047
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-67/+1
svn path=/trunk/; revision=34043
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-60/+2
svn path=/trunk/; revision=34042
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-347/+0
svn path=/trunk/; revision=34041
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-100/+27
svn path=/trunk/; revision=34040
2010-09-011.4 version does not display the t.38 graph.Anders Broman1-0/+2
(init/remove tap_listener missing) svn path=/trunk/; revision=34038
2010-09-01Expand and update comments.Guy Harris1-6/+24
svn path=/trunk/; revision=34037
2010-09-01From Jaap Keuter:Anders Broman1-6/+12
Fix Wireshark don't show mgcp calls in "Telephony" => "VoIP calls" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5167 svn path=/trunk/; revision=34036
2010-08-31Ensure we always update the display filter when changing profile.Stig Bjørlykke3-1/+3
svn path=/trunk/; revision=34030
2010-08-31Remove the depricated GtkItemFactory code.Anders Broman1-186/+11
svn path=/trunk/; revision=34029
2010-08-30Add #include <stdio.h> for fprintfBill Meier1-0/+1
svn path=/trunk/; revision=34028
2010-08-30Remove the depricated GtkItemFactory code.Anders Broman1-110/+1
svn path=/trunk/; revision=34027
2010-08-30Switch to GTK UIManager.Anders Broman1-3/+223
svn path=/trunk/; revision=34026
2010-08-30Include stdio.h. Fixup indent some.Jeff Morriss1-34/+35
svn path=/trunk/; revision=34025
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and ↵Jeff Morriss107-703/+563
register.h svn path=/trunk/; revision=34017
2010-08-30Remove a redundant callback.Anders Broman1-5/+0
svn path=/trunk/; revision=34015
2010-08-30Convert to GTKUIManagerAnders Broman1-0/+223
svn path=/trunk/; revision=34014
2010-08-30Always update the display filter when changing a display filter macroStig Bjørlykke3-4/+22
and when changing profile. Not sure why I have to invalidate cfile.dfilter in macro_update(), because this will be done in macros_post_update(), but unless this we get a crash when renaming a macro... This is a fix for bug 5002. svn path=/trunk/; revision=34011
2010-08-30Make a note about how to "activare" the filter popup.Anders Broman1-0/+5
svn path=/trunk/; revision=34008
2010-08-29Switch to GTK UIManager.Anders Broman1-0/+224
svn path=/trunk/; revision=34002
2010-08-29Doxygen changes.Anders Broman10-35/+45
svn path=/trunk/; revision=33993
2010-08-29Doxygen changes.Anders Broman3-70/+70
svn path=/trunk/; revision=33991
2010-08-27Forward-port r33953.Gerald Combs1-11/+5
Move the SetDllDirectory calls to ws_init_dll_search_path. If SetDllDirectory fails, pass the Wireshark program path to SetCurrentDirectory. svn path=/trunk/; revision=33958
2010-08-26Fix a number of doxygen directives.Anders Broman15-23/+48
svn path=/trunk/; revision=33929
2010-08-26- Try to fix a couple of doxygen comments.Anders Broman2-5/+1
svn path=/trunk/; revision=33927
2010-08-26- Try to fix a couple of doxygen comments. Anders Broman2-14/+13
- whitspace changes. svn path=/trunk/; revision=33926