aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-07-15Add Joerg Mayer's macos-setup.sh script, modified to add an "x" afterGuy Harris5-14/+374
"macos", to fix some bugs, to use "sudo" if necessary when installing, to make the library version numbers variables, and to download the optional libraries, by default, as well. Also add his patches to make GLib build and work. Update README.macos to reflect that. svn path=/trunk/; revision=38053
2011-07-15Get rid of two gtk runtime warnings.Michael Tüxen1-2/+2
svn path=/trunk/; revision=38052
2011-07-15Don't show interface info when loading a capture file.Michael Tüxen2-10/+11
svn path=/trunk/; revision=38051
2011-07-15From bug 6129:Stig Bjørlykke1-1/+2
Added proto_tree_add_uint_bits_format_value to libwireshark.def. svn path=/trunk/; revision=38050
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier4-38/+23
svn path=/trunk/; revision=38049
2011-07-15Update ptvcursor API description to reflect 'endianness' --> 'encoding' ↵Bill Meier1-5/+5
parameter change. svn path=/trunk/; revision=38048
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3288/+3286
Whitespace changes: "4 space tabs" --> spaces. svn path=/trunk/; revision=38047
2011-07-15Ensure that USE_THREADS is defined when --enable-threads is specified.Michael Tüxen1-1/+3
svn path=/trunk/; revision=38046
2011-07-15You can't create a mutex without initializing the thread system.Michael Tüxen1-2/+16
So #ifdef the code with USE_THREADS. svn path=/trunk/; revision=38045
2011-07-15Fix compilation on non-windows platforms defining USE_THREADS.Michael Tüxen2-0/+4
svn path=/trunk/; revision=38044
2011-07-15Handle the case where dumpcap is compiled without thread support, whichMichael Tüxen1-3/+15
is the default. svn path=/trunk/; revision=38043
2011-07-15Add a missing ( in the UI_MANAGER caseJörg Mayer1-1/+1
svn path=/trunk/; revision=38042
2011-07-15* If first 8 bytes in icmp data do not look like a timestamp in BE, try LE ↵Sake Blok1-4/+9
representation. * Change field title to not confuse people when the clocks of the pinging system and the capturing system are not in sync. svn path=/trunk/; revision=38041
2011-07-15Fix "comparison between signed and unsigned" warning.Chris Maynard1-1/+1
svn path=/trunk/; revision=38039
2011-07-15Be sure there's enough bytes in the ICMP payload before trying to access it inChris Maynard1-0/+13
order to try to determine if it contains a timestamp. Added some FIXME notes. svn path=/trunk/; revision=38038
2011-07-15No need to define USE_THREADS twice.Chris Maynard1-2/+0
svn path=/trunk/; revision=38037
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2-951/+951
Also: whitespace cleanup. svn path=/trunk/; revision=38036
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-8/+0
svn path=/trunk/; revision=38035
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-21/+16
Also: - Move proto_reg_handoff_msrp() to the end of the file; - Define a function and a global variable as static; svn path=/trunk/; revision=38034
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs7-65/+174
threads are enabled use them to check the recent file list. Fixes bug 3810. svn path=/trunk/; revision=38033
2011-07-14Add a note re possible issues when 'info_all_data_present == FALSE'Bill Meier1-1/+4
svn path=/trunk/; revision=38032
2011-07-14Fix trunk/gtk/menus.c:4427:9: error: ‘sep_entry’ undeclared (first ↵Anders Broman1-2/+2
use in this function) svn path=/trunk/; revision=38031
2011-07-14Make windows buildbot happy (hopefully!)Sake Blok1-1/+1
svn path=/trunk/; revision=38030
2011-07-14Fix a property name typo: svn:keyworrds --> svn:keywordsBill Meier0-0/+0
svn path=/trunk/; revision=38029
2011-07-14If the first 8 bytes of the icmp echo/echo-reply data look like a timestamp, ↵Sake Blok1-21/+50
dissect it as a timestmap and calculate the time since the icmp packet was created. svn path=/trunk/; revision=38028
2011-07-14Remove trailing whitespaceJörg Mayer1-21/+21
Replace a deprecated gdk function svn path=/trunk/; revision=38027
2011-07-14Fix property name typo: svn:eol-syle --> svn:eol-styleBill Meier0-0/+0
svn path=/trunk/; revision=38026
2011-07-14Use correct property name: svn.keywords --> svn:keywordsBill Meier1-1/+1
svn path=/trunk/; revision=38025
2011-07-14Remove €˜GtkItemFactoryEntry code in MAIN_MENU_USE_UIMANAGERAnders Broman2-3/+10
code path. Don't build and don't use protocol help if MAIN_MENU_USE_UIMANAGER is defined. svn path=/trunk/; revision=38024
2011-07-14Fix a crash when doing Telephony ! RTP ! Stream Analysis with capture files ↵Bill Meier1-1/+1
with truncated frames. (That is: the capture files were created with a snapshot length less than the maximum). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6120 svn path=/trunk/; revision=38023
2011-07-14Add LTE RLC stats tap to tshark.Martin Mathieson4-1/+424
svn path=/trunk/; revision=38019
2011-07-14Add back r37749, which was taken out by accident.Michael Tüxen1-1/+2
Thanks to Stephen Fisher for pointing it out. svn path=/trunk/; revision=38018
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic ↵Graeme Lunt7-65/+850
curve algorithms. svn path=/trunk/; revision=38017
2011-07-14Add LTE MAC statistics to tshark.Martin Mathieson4-0/+536
svn path=/trunk/; revision=38016
2011-07-14Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.Jörg Mayer2-0/+10
Left are: gtk/menus.c:4382:5: error: ‘GtkItemFactoryEntry’ undeclared (first use in this function) gtk/menus.c:4382:26: error: ‘sep_entry’ undeclared (first use in this function) gtk/proto_help.c:79:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token gtk/proto_help.c:166:2: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:166:2: error: implicit declaration of function ‘gtk_item_factory_from_widget’ gtk/proto_help.c:181:6: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:183:2: error: implicit declaration of function ‘gtk_item_factory_get_widget’ gtk/proto_help.c:191:2: error: implicit declaration of function ‘gtk_item_factory_get_item’ gtk/proto_help.c:216:2: error: ‘GtkItemFactoryEntry’ undeclared (first use in this function) gtk/proto_help.c:216:23: error: ‘menu_entry’ undeclared (first use in this function) gtk/proto_help.c:217:2: error: ISO C90 forbids mixed declarations and code gtk/proto_help.c:222:6: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_help.c:258:4: error: implicit declaration of function ‘gtk_item_factory_create_item’ svn path=/trunk/; revision=38015
2011-07-14Update to correct the definition of the clearance attribute used in ↵Graeme Lunt4-5/+57
certificates. RFC3281 erroneously defined the Clearance attribute to be different to that defined in X.509. This has been recognised and corrected in RFC5755. The RFC3281 syntax is retained and registered as the "RFC3281Clearance" syntax, which can be used to override the correct syntax in the BER oidtables if necessary. svn path=/trunk/; revision=38014
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman8-35/+37
Update checkAPIs. svn path=/trunk/; revision=38013
2011-07-14From Joerg Mayer:Anders Broman2-5/+17
Patch fixes most of the remaining errors when compiling with GTK_DISABLE_DEPRECATED. svn path=/trunk/; revision=38012
2011-07-14As with Makefile.am, so with Makefile.nmake. To quote the comment forGuy Harris1-0/+1
rev 37866: Removed empty directory docbook/wsluarm_src. It's generated during 'make', and now removed during 'make clean'. so we have to generate it now during nmake as well. svn path=/trunk/; revision=38011
2011-07-14Update status of compile with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-15/+3
svn path=/trunk/; revision=38007
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer14-70/+242
svn path=/trunk/; revision=38006
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer1-4/+4
svn path=/trunk/; revision=38005
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer4-4/+8
svn path=/trunk/; revision=38004
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier3-32/+11
svn path=/trunk/; revision=38001
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier3-41/+35
svn path=/trunk/; revision=37999
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-18/+8
svn path=/trunk/; revision=37998
2011-07-13Remove two deprecated functions.Anders Broman1-2/+2
svn path=/trunk/; revision=37997
2011-07-13Fix more tooltips fixes.Anders Broman23-259/+162
svn path=/trunk/; revision=37996
2011-07-12Display interface stuff only when interfaces are available.Michael Tüxen1-7/+7
svn path=/trunk/; revision=37995
2011-07-12Copy over behaviour of commit 37967 for configure.inJörg Mayer1-1/+2
svn path=/trunk/; revision=37994