aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10Use GTK+ 2.12.10Anders Broman1-2/+2
svn path=/trunk/; revision=25437
2008-06-04Suppress some unused-argument warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=25422
2008-05-28Fail the fuzz test (reporting the *input* file as a problem) if capinfos ↵Jeff Morriss1-2/+15
aborts out--like it was for iSeries files prior to rev 25388. svn path=/trunk/; revision=25389
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-1/+1
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-21Check for a few addt'l functions...Bill Meier1-1/+8
svn path=/trunk/; revision=25341
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25309
2008-05-13Update comments.Jeff Morriss1-4/+5
svn path=/trunk/; revision=25286
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25285
2008-05-12Update to WpdPack 4.0.2 and NASM 2.02Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25278
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-0/+3
Fix ID marking Add checkapi to makefiles svn path=/trunk/; revision=25260
2008-05-08Run checkAPI in plugins dir.Anders Broman1-6/+24
svn path=/trunk/; revision=25259
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-2/+3
make non ASCII char a warning for now. svn path=/trunk/; revision=25240
2008-05-05Add depreceated glib API:sAnders Broman1-0/+10
svn path=/trunk/; revision=25230
2008-04-25Bug 2493: Fix (Part 1): Bill Meier1-1/+1
-TEXT_FUNC (const char *text) --> -TEXT_FUNC (char *text) To prevent Windows compiler error when using flex 2.5.35. (This also compiles OK for *NIX flex and for windows flex 2.5.4) svn path=/trunk/; revision=25172
2008-04-24Use cairo-1.6.4-1 and pango-dev-1.20.2Anders Broman1-2/+2
svn path=/trunk/; revision=25165
2008-04-22Use Libsmi 0.4.8Anders Broman1-2/+2
svn path=/trunk/; revision=25147
2008-04-21Use latest Glib version.Anders Broman1-2/+2
svn path=/trunk/; revision=25136
2008-04-15Ban strdup() and strndup().Jeff Morriss1-1/+6
svn path=/trunk/; revision=25045
2008-04-15Added an option (-b) to specify directory containing binaries to use forStig Bjørlykke1-6/+10
fuzz testing (tshark, editcap and capinfos). svn path=/trunk/; revision=25041
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite ↵Anders Broman2-112/+186
http://www.sqlite.org/cvstrac/dir?d=sqlite/tool svn path=/trunk/; revision=24845
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+1
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-03-24Use cygpath to automatically find our paths under Windows.Gerald Combs1-0/+9
svn path=/trunk/; revision=24725
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in ↵Jaap Keuter1-0/+6
addition to revision 24710. Makefiles updated to make new lempar.c effective in build rules. svn path=/trunk/; revision=24718
2008-03-21Use the latest GTK libraries.Anders Broman1-2/+2
svn path=/trunk/; revision=24711
2008-03-18Update to the latest User's Guide.Gerald Combs1-5/+5
svn path=/trunk/; revision=24684
2008-03-08Warn if a file does not have an SVN Id tag in it.Jeff Morriss1-0/+5
svn path=/trunk/; revision=24587
2008-03-01Add strncpy and strncat to the list of prohibited APIs.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=24517
2008-02-19From pizza_4u at qmx.net: Extend netscreen2dump.py to work with SSG520Bill Meier1-1/+3
Also: Add $ID$ svn path=/trunk/; revision=24391
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier3-0/+0
svn path=/trunk/; revision=24390
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman1-3/+3
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-01-29For Windows: Update to use Gtk+ 2.12.6; Use latest Glib 2.14.5 again;Bill Meier1-3/+3
Gtk 2.12.6 fixes bugzilla.gnome.org bug #503326 which thus means that Wireshark no longer needs a work-around for Wireshark bug #2066. (See svn #24219). svn path=/trunk/; revision=24221
2008-01-28cleanup code (remove some collapsed conditions)Tomas Kukosa1-12/+3
svn path=/trunk/; revision=24215
2008-01-27New gettext-runtimeAnders Broman1-2/+2
svn path=/trunk/; revision=24206
2008-01-24Warn if we find %ll in the sourceJeff Morriss1-0/+7
svn path=/trunk/; revision=24182
2008-01-24Add check for non-ASCII characters (defined, for now, as any whose value is ↵Jeff Morriss1-0/+6
> 0x80) anywhere in the source files (as per discussion on -dev). Amazingly, this does not appear to slow the tool down too much. svn path=/trunk/; revision=24177
2008-01-15Use New GTK packages:Anders Broman1-2/+2
Overview of Changes from GLib 2.14.4 to GLib 2.14.5 =================================================== * Bugs fixed: 482313 gregex: no way to tell why compilation failed 315437 extern inline -> static inline 480122 g_module_open fails to open modules with ".la" extension 495589 gspawn.c failing to set FD_CLOEXEC 500638 gkeyfile speedup ... 503029 g_time_val_from_iso8601 parse non-ISO8601 dates 503420 gkeyfile leaks a hash table Overview of Changes from GTK+ 2.12.3 to 2.12.4 ============================================== * Bugs fixed: 494667 gdkpixloader jpeg loader problems with some files 496546 Tooltips may crashe because a window is destroyed 503824 gtk_paned_find_neighbours aborts with assertion failure 388321 gtk_notebook_remove_tab_label 503190 Doesn't build with directfb >= 1.0 491847 gtk-builder-convert --root option doesn't work for GtkWin... 492977 Setup autorelease pool automatically in each mainloop ite... 499951 GtkAssistant remove_page may leave current_page as a dang... 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons() 503569 Leak in GtkTreeViewColumn 504753 Destroyed subviews are not removed from the view hierarchy 504804 Typo in TEST_EXPAND_ROW signal 504984 Problems with hiding/showing transient windows 505708 compatibility macros for signals has wrong type. 506107 mem leak in print dialogue 502850 gtk-builder-convert program not found 504749 gtk-builder-convert and GtkMenu GTK+ 2.12.5 This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. svn path=/trunk/; revision=24101
2008-01-14use FN_VARIANT parameter in INTEGER type for planned 64bit variantsTomas Kukosa1-3/+3
svn path=/trunk/; revision=24087
2008-01-10Add the file op APIs (e.g., open()) to the list of prhobited APIs (should ↵Jeff Morriss1-1/+14
use the eth_* versions instead). svn path=/trunk/; revision=24057
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵Tomas Kukosa1-1/+9
establishment svn path=/trunk/; revision=24043
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
in a lot of files, which I suppose is correct. svn path=/trunk/; revision=24034
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-4/+20
the support is only semiautomated as this feature does not occur very often use this feature for the TBCD-STRING in the H.225 dissector svn path=/trunk/; revision=23958
2007-12-25Typo -- missing "Anders Broman1-1/+1
svn path=/trunk/; revision=23948
2007-12-25Build with assembler support (NASM).Anders Broman1-3/+3
svn path=/trunk/; revision=23947
2007-12-17Documentation fix. Fix a strangely-worded sentence in README.xml-outputGilbert Ramirez1-0/+3
and add some important comments to msnchat. svn path=/trunk/; revision=23897
2007-12-16Automatically install the FindProcDll.dll NSIS plug-in required for the ↵Graeme Lunt1-3/+2
WiresharkPortable.exe. This should allow the builbot to build the PortableApps packaging. svn path=/trunk/; revision=23881
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-143/+26
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-6/+21
regenerate involved dissectors svn path=/trunk/; revision=23783
2007-12-05Use:Anders Broman1-1/+2
GTK+ 2.13.3 Overview of Changes from GTK+ 2.12.2 to 2.12.3 ============================================== * Win32: - Respect viewable drive restrictions * Bugs fixed: 499868 fix for crash during DnD on Quartz 500804 null pointer dereference in quartz drawing function 144269 GtkHPaned flickers and leaves widgets in child panels unr... 495124 Valgrind error with windows of type GTK_WINDOW_POPUP 501583 Root window not fully initialized * Updated translations: Estonian (et) French (fr) Irish (ga) svn path=/trunk/; revision=23771
2007-11-30(Ugh: remove debug cmd from script)Bill Meier1-2/+0
svn path=/trunk/; revision=23678