summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2009-08-28Use GTK+ 2.16.5 and Glib 2.20.4.Anders Broman1-1/+1
svn path=/trunk/; revision=29593
2009-08-25Add more information to the comments at the top of the files we generate.Gerald Combs1-2/+20
svn path=/trunk/; revision=29550
2009-08-20Add error probability command line parameterKovarththanan Rajaratnam1-63/+64
svn path=/trunk/; revision=29486
2009-08-12Temporarily disable dissector bug checking. Fixing the ones we've foundGerald Combs1-2/+4
so far will take a while and in the meantime looking for dissector assertions is keeping us from finding more serious bugs. svn path=/trunk/; revision=29395
2009-08-07fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:Bill Meier1-2/+5
1. If enabled: the variable must be exported to the env to take effect; 2. Upon reflection: disable this feature: tshark has been changed to output WARNING messages to stderr as a default; This means that DISSECTOR_BUGs and failed DISSECTOR_ASSERTs which cause WARNING log level messages will thus be output to stderr and thus will be detected by the fuzz-test. svn path=/trunk/; revision=29330
2009-07-28update pidl to the newest version from sambaRonnie Sahlberg39-2268/+3112
svn path=/trunk/; revision=29214
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-5/+19
More "Cleanup header_field_info definitions" svn path=/trunk/; revision=28961
2009-06-30Add assert and assert_perror to the 'abort' list.Gerald Combs1-0/+2
svn path=/trunk/; revision=28896
2009-06-22Default to BASE_NONE for FT_BOOLEAN with zero value for display.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28803
2009-06-19Write NULL for empty blurb.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=28773
2009-06-18Use BASE_NONE for FT_BYTES.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=28769
2009-06-15Use upx 303w.Gerald Combs1-1/+1
svn path=/trunk/; revision=28748
2009-06-15It appears Wireshark now has only ASCII in its source files; Treat non-ASCII ↵Jeff Morriss1-3/+2
chars as an error. svn path=/trunk/; revision=28738
2009-06-10Update to the GnuTLS 2.8.1Tomas Kukosa1-1/+1
svn path=/trunk/; revision=28689
2009-06-10Update the GTK+/GLib libraries.Gerald Combs1-1/+1
svn path=/trunk/; revision=28688
2009-06-10Update the GTK+/GLib libraries.Gerald Combs1-1/+1
svn path=/trunk/; revision=28686
2009-06-09Update KFW to 2.6.5.Gerald Combs1-1/+1
svn path=/trunk/; revision=28683
2009-06-08Move declaration of yymx.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28660
2009-06-08Remove resetting useCnt in errsym, as it seems to disable some error checkingStig Bjørlykke1-1/+6
we need to validate the filter syntax. svn path=/trunk/; revision=28659
2009-05-29Update the Windows library tags and documentation filename.Gerald Combs2-3/+3
svn path=/trunk/; revision=28527
2009-05-29Small comment fixesJörg Mayer1-4/+7
svn path=/trunk/; revision=28519
2009-05-28Version 2: Fix bug: Makefile doesn't detect some out-of-date libraries.Bill Meier1-2/+1
The previous fix (SVN 28504) didn't quite work since nmake always errored out if the libraries were not up-to-date; this prevented doing an nmake ... setup. This version of the fix: 1. Gets the library status (checktag) at the beginning of the make. 2. Effectively does the actual testing of the status whenever a target with $(LIBS_CHECK) as a dependency is invoked. Result: nmake ... [all] will error-out while nmake .... setup will work properly. Note that nmake ... setup will now show an initial error message (from checktag) if the libraries are out of date; setup will still proceed normally. This is a slight change from the current behavior wherein no error message occurs when nmake ... setup is invoked when the libraries are out of date. svn path=/trunk/; revision=28516
2009-05-22gtk_exit(): deprecated and no longer used in Wireshark: 'W' ==> 'E'Bill Meier1-1/+1
svn path=/trunk/; revision=28445
2009-05-16Improved name and abbrev used for sequence of and set of elements.Stig Bjørlykke1-5/+9
svn path=/trunk/; revision=28377
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.Bill Meier1-6/+6
[show_toggle is always TRUE]. svn path=/trunk/; revision=28292
2009-05-05Change W->E for now removed functions.Anders Broman1-7/+7
svn path=/trunk/; revision=28279
2009-04-27Use GTK+ 2.16.1-1Anders Broman1-1/+1
svn path=/trunk/; revision=28180
2009-04-21checkAPIs: check for 'const' in value_string definition.Bill Meier1-0/+5
svn path=/trunk/; revision=28114
2009-04-16Fix (and likely re-break) the Windows builds:Gerald Combs1-3/+3
- 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-14checkAPIs: Add additional GLib deprecated functions;Bill Meier1-10/+51
Update comments. svn path=/trunk/; revision=28051
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman1-1/+1
svn path=/trunk/; revision=28048
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa1-1/+5
svn path=/trunk/; revision=28042
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;Bill Meier1-4/+4
Also: Fix indentation to be consistent. svn path=/trunk/; revision=28034
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.Anders Broman1-2/+2
svn path=/trunk/; revision=28032
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-3/+3
(In each case the arg values used [4,0] were the same as the defaults). checkAPIs.pl: gtk_button_box_set_child_ipadding: 'W' --> 'E' svn path=/trunk/; revision=28030
2009-04-10gtk_widget_ref: 'W' --> 'E';Bill Meier1-14/+27
Also: Add GTK 2.16.0 deprecated functions svn path=/trunk/; revision=28028
2009-04-09gtk_set_usize: W --> E;Bill Meier1-1/+4
Change 'usage' to list groups and default groups. svn path=/trunk/; revision=28020
2009-04-09gtk_widget_ref() -> g_object_ref()Anders Broman1-1/+1
GTK_SIGNAL_FUNC -> G_CALLBACK() svn path=/trunk/; revision=28017
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-2/+2
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
2009-03-24add native-nmake.cmd into EXTRA_DISTTomas Kukosa1-0/+1
svn path=/trunk/; revision=27838
2009-03-19Use GTK 2.16 and glib 2.20.Anders Broman1-1/+1
svn path=/trunk/; revision=27796
2009-03-17Revert the changes, it blows up when resizeing windows...Anders Broman1-1/+1
svn path=/trunk/; revision=27764
2009-03-17Yet another typo.. Anders Broman1-1/+1
*sigh svn path=/trunk/; revision=27763
2009-03-17Use GTK 2.16 and glib 2.20.Anders Broman1-2/+2
svn path=/trunk/; revision=27762
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdGerald Combs2-1/+14
and use it as a wrapper to compile a native version of lemon. Untested on Win32. svn path=/trunk/; revision=27734
2009-03-15Treat any usage of functions in the 'deprecated' group an an Error.Bill Meier1-1/+5
There's no longer any Wireshark usage of these functions. svn path=/trunk/; revision=27732
2009-03-15Add complete list of deprecated GTK API's (as of GTK 2.14.7).Bill Meier1-72/+736
Group 'deprecated-gtk' lists all deprecated GTK APIs which are not currently used in Wireshark. -g deprecated-gtk will 'Error'; Group 'deprecated-gtk-todo' lists the deprecated GTK APIs which are still used in Wireshark (ie: not yet fixed). -g deprecated-gtk-todo will 'Warn'. Also: two new options added: -M: -g output is one line per function per file; -s summary-group: gives a count of the usage of each function in that group [currently: any group used in -s must also be specified with -g option]. svn path=/trunk/; revision=27729
2009-03-11Use WIRESHARK_TARGET_PLATFORM instead of PLATFORM.Gerald Combs2-3/+3
svn path=/trunk/; revision=27701
2009-03-07Add preliminary support for Win64 compilation. Attempt to use the sameGerald Combs2-2/+19
set of makefiles and scripts for each platform as much as possible. svn path=/trunk/; revision=27633
2009-03-02Fix our keyword anchor.Gerald Combs1-1/+1
svn path=/trunk/; revision=27578