aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-08-21The canonical IANA port number URL now returns XML. UpdateGerald Combs1-4/+7
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-0/+3
2011-08-11Sync up to the latest PIDL with Mathieu's wireshark patchesRonnie Sahlberg14-273/+911
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa1-33/+106
2011-08-08Fix SVN Id.Chris Maynard1-1/+1
2011-08-08From Michael Mann via bug 2794: A Perl script to expose "questionable" displa...Chris Maynard1-0/+468
2011-08-06Update cavebear link.Chris Maynard1-2/+2
2011-08-05Using gtk_tree_view_column_get_cell_renderers is an error now.Jörg Mayer1-1/+1
2011-07-25Update comments.Anders Broman1-3/+7
2011-07-25Use gtk_widget_get_has_window() as a wrapper aroundGuy Harris1-1/+1
2011-07-25Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.hAnders Broman1-35/+38
2011-07-24Replace deprecated functions.Anders Broman1-2/+2
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-16/+18
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman1-5/+5
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+2
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs2-2/+2
2011-06-23Add GDK deprecated functions.Anders Broman1-86/+336
2011-06-09Add ws-coding-style.cfg to dist.Anders Broman1-0/+1
2011-06-09From Francesco Fondelli:Anders Broman1-0/+363
2011-06-07Add more missing files.Anders Broman1-6/+11
2011-06-05Collect number of errors form ABI checks runs in compare-abis.sh.Balint Reczey1-3/+4
2011-06-04Adding script for comparing ABI's of different Wireshark versions.Balint Reczey1-0/+35
2011-06-01Exit if we don't have enough plugins.Gerald Combs1-1/+7
2011-06-01Remove the temporary debugging stuff.Guy Harris1-8/+0
2011-06-01Temporary debugging stuff to see in what environment tshark is beingGuy Harris1-0/+8
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss1-0/+4
2011-05-19Update the User's Guide.Gerald Combs2-2/+2
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-0/+38
2011-05-19Fix an old style function declaration warning.Jörg Mayer1-4/+2
2011-04-21"Upgrade" gtk_combo to 'E'.Anders Broman1-163/+163
2011-04-13Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821#c2 :Jeff Morriss2-7/+68
2011-04-13Build win64 with a modified zlib (google is your friend).Anders Broman1-1/+1
2011-04-12Use the new label(It will still break on zlib as zlib 1.2.5 isn't used yet).Anders Broman1-1/+1
2011-04-12Build with zlib-1.2.5 for win32Anders Broman1-1/+1
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-4/+14
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs2-2/+2
2011-04-05foo="\windows\style\pathname"; printf "$foo" isn't going to work too well in...Bill Meier1-1/+1
2011-04-051. Remove \r from tshark output so output OK on Windows cygwin bash.Bill Meier1-4/+16
2011-04-05Set BIN_DIR to . by default. Use tr to replace colons with newlines.Jeff Morriss1-2/+2
2011-04-04Based on idea from Bill Meier:Jeff Morriss2-0/+77
2011-04-04Fix up indentationJeff Morriss1-55/+55
2011-04-04From Vincent Helfre:Anders Broman1-47/+40
2011-04-01Don't use pParser->yyidx as an index into pParser->yystack[] until after it isChris Maynard1-2/+3
2011-03-31Memory leak in lemon.cRonnie Sahlberg1-5/+5
2011-03-29Prohibit (memory-unsafe) g_sprintf() and g_vsprintf().Jeff Morriss1-0/+2
2011-03-22Allocate space for null termination in make_basename.Stig Bjørlykke1-2/+2
2011-03-22Coverity 323Ronnie Sahlberg1-1/+1
2011-03-17Don't clobber the capinfos data if we have a valid capture file. ThisGerald Combs1-6/+4
2011-03-08W -> E for g_clist funktions.Anders Broman1-143/+143
2011-03-02As suggested by Anders: when we detect non-ASCII characters, print the lineJeff Morriss1-7/+10