aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2011-12-28Add svn:executable propertyBill Meier1-0/+0
svn path=/trunk/; revision=40310
2011-12-12Allow for true error reporing.Jaap Keuter1-18/+18
Move the comment to where it's intended. svn path=/trunk/; revision=40158
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte1-4/+11
corba dissector generator improvement Patch 2 : create a defaulf field hf_operationrequest which provides the requested operation on both the resquest and the reply messages. From me : Regenerate GIOP Plugins svn path=/trunk/; revision=40038
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte1-2/+2
corba dissector generator improvement Patch 1 : field names is used in dissection instead of "enum value" which is not clear From me : Regenerate GIOP Plugins svn path=/trunk/; revision=40037
2011-11-22hardcode /bin/sh to idl2wrsBalint Reczey2-3/+2
svn path=/trunk/; revision=39984
2011-11-18Fix major (> 100) Dead Store (Dead assignement/Dead increment) Warning found ↵Alexis La Goutte1-79/+18
by Clang in IDL "generator" of GIOP Plugins svn path=/trunk/; revision=39933
2011-11-18Some modification in generated GIOP dissector plugins in not include in ↵Alexis La Goutte1-4/+5
"generator" (wireshark_gen.py) * Remove some uneeded #includes (Revision 32419) * Don't guard col_set_str (COL_PROTOCOL) with col_check (Revision 29340) * Add missing #pragma warning disable, now using _MSC_VER (Revision 21222, 21227, 21240) svn path=/trunk/; revision=39931
2011-11-15Fix some propsBill Meier2-4/+7
svn path=/trunk/; revision=39851
2011-10-30Compare current ABI to last (git) tagged version's ABIBalint Reczey1-0/+27
svn path=/trunk/; revision=39682
2011-10-27Add a little shell script to export the appropriate variables necessary forJeff Morriss2-11/+51
running valgrind and then run it on either tshark or (if the user is very patient) Wireshark. svn path=/trunk/; revision=39627
2011-10-25Add encoding arg fix capability for ↵Bill Meier1-56/+212
proto_tree_add_bits_item,...,tvb_get_bits,...ptvcursor_add,... Add 'find-all' capability. svn path=/trunk/; revision=39567
2011-10-24Fix bug (introduced in SVN #39504) which caused only 1st file of a list to ↵Bill Meier1-2/+6
be processed. svn path=/trunk/; revision=39536
2011-10-21Exit with number of lines needing an encoding arg change.Bill Meier1-0/+1
svn path=/trunk/; revision=39504
2011-10-20Add conversion for FT_ETHER hf[] field type;Bill Meier1-15/+56
Add capability to convert encoding arg for 'proto' hf_index_names [the variable which stores the return value from proto_register_protocol()]. svn path=/trunk/; revision=39492
2011-10-19Perl program to fix proto_tree_add_item() encoding args as appropriate (and ↵Bill Meier1-0/+464
as possible). svn path=/trunk/; revision=39471
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-12/+9
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2011-10-09Always generate packet-*-exp.h.Stig Bjørlykke1-1/+0
This fixes a bug when only exporting _PDU objects, and we can have '#include "packet-*-exp.h"' in packet-*-template.h even when having no #.EXPORTS in the conformation file. svn path=/trunk/; revision=39320
2011-09-13Set WIRESHARK_ABORT_ON_DISSECTOR_BUG when running test-fuzzed-cap.shStephen Fisher1-0/+2
to get a stack trace/core dump on dissector bugs. svn path=/trunk/; revision=38985
2011-09-02Enable proxies in make-manuf and make-sminmpec.pl as well.Gerald Combs2-0/+2
svn path=/trunk/; revision=38864
2011-09-02Enable the use of proxies.Gerald Combs1-0/+1
svn path=/trunk/; revision=38863
2011-08-31Fix the format of the services file. The output from make-services.pl isGerald Combs1-13/+18
still uglier than a box of YouTube comments but transport name resolution seems to work now. Fixes bug 6274. svn path=/trunk/; revision=38829
2011-08-29Add "--windowsonly" and "--cygwinonly" options to win-setup.shGerald Combs1-6/+25
--appverify. Make sure "mt" is only found in a normaly Windows path and "find" is only found in a Cygwin path. svn path=/trunk/; revision=38781
2011-08-21The canonical IANA port number URL now returns XML. UpdateGerald Combs1-4/+7
make-services.pl to to use the old-style text URL and add a comment about parsing the XML instead. Update the services file. Due to format changes it generates a lot of text that should be commented out, but it's apparently been doing that for a while now. svn path=/trunk/; revision=38652
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-0/+3
so do so. Add ZeroMemory to checkAPIs.pl. svn path=/trunk/; revision=38584
2011-08-11Sync up to the latest PIDL with Mathieu's wireshark patchesRonnie Sahlberg14-273/+911
svn path=/trunk/; revision=38470
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa1-33/+106
Fix for bug 6196 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6199 svn path=/trunk/; revision=38421
2011-08-08Fix SVN Id.Chris Maynard1-1/+1
svn path=/trunk/; revision=38412
2011-08-08From Michael Mann via bug 2794: A Perl script to expose "questionable" ↵Chris Maynard1-0/+468
display filter field names. svn path=/trunk/; revision=38411
2011-08-06Update cavebear link.Chris Maynard1-2/+2
svn path=/trunk/; revision=38378
2011-08-05Using gtk_tree_view_column_get_cell_renderers is an error now.Jörg Mayer1-1/+1
svn path=/trunk/; revision=38357
2011-07-25Update comments.Anders Broman1-3/+7
svn path=/trunk/; revision=38202
2011-07-25Use gtk_widget_get_has_window() as a wrapper aroundGuy Harris1-1/+1
GTK_WIDGET_NO_WINDOW() in pre-2.18 versions of GTK+. Treat calls to GTK_WIDGET_NO_WINDOW() as an error in checkAPIs.pl. svn path=/trunk/; revision=38197
2011-07-25Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.hAnders Broman1-35/+38
svn path=/trunk/; revision=38196
2011-07-24Replace deprecated functions.Anders Broman1-2/+2
Udate comments in CheckAPIs svn path=/trunk/; revision=38185
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-16/+18
Update checkAPIs. svn path=/trunk/; revision=38013
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman1-5/+5
svn path=/trunk/; revision=37976
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+2
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs2-2/+2
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-23Add GDK deprecated functions.Anders Broman1-86/+336
svn path=/trunk/; revision=37765
2011-06-09Add ws-coding-style.cfg to dist.Anders Broman1-0/+1
svn path=/trunk/; revision=37630
2011-06-09From Francesco Fondelli:Anders Broman1-0/+363
Add crustyfy .cfg file I found it useful on some inetnal dissector where the indentation was relay messed up so I think it's a usfel tool to have in the toolbox. I don't think we should run it on every file. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5924 svn path=/trunk/; revision=37628
2011-06-07Add more missing files.Anders Broman1-6/+11
svn path=/trunk/; revision=37593
2011-06-05Collect number of errors form ABI checks runs in compare-abis.sh.Balint Reczey1-3/+4
svn path=/trunk/; revision=37553
2011-06-04Adding script for comparing ABI's of different Wireshark versions.Balint Reczey1-0/+35
svn path=/trunk/; revision=37546
2011-06-01Exit if we don't have enough plugins.Gerald Combs1-1/+7
svn path=/trunk/; revision=37513
2011-06-01Remove the temporary debugging stuff.Guy Harris1-8/+0
svn path=/trunk/; revision=37509
2011-06-01Temporary debugging stuff to see in what environment tshark is beingGuy Harris1-0/+8
run - the plugins might not be getting loaded, and the goal is to figure out why. svn path=/trunk/; revision=37504
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss1-0/+4
with two or more periods in a row. Fix one case of that. svn path=/trunk/; revision=37407
2011-05-19Update the User's Guide.Gerald Combs2-2/+2
svn path=/trunk/; revision=37312
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-0/+38
My attachment adds a link to a XSLT file to the preamble of the PDML. The XSLT will transform the PDML to a HTML page, and the HTML page features a look similar to Wireshark. See http://cubic.org/~doj/ebay/a.pdml for an example. The patch also contains a small perl program which converts the Wireshark colortable into javascript code which is used in the XSLT file. If you want to use a different color scheme you would execute the perl program and insert the generated javascript function into your XSLT file. To view the HTML you could either place the PDML and XSLT file on your webserver and verify that your webserver sends the PDML file as "text/xml". Then your webbrowser will find the linked XSLT file, download that as well and convert the PDML to HTML on the fly. You could also use an XSLT processor like xsltproc to convert the PDML and XSLT into a static HTML file. From me: Minor fixups. svn path=/trunk/; revision=37298