wireshark/tools
Gerald Combs 3f765b3ef9 Add a CF_FUNC macro for casting BASE_CUSTOM functions.
Add a CF_FUNC macro to match VALS, TFS, etc. This should help us to avoid
the following warning:

    warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]

We could start adding DIAG_OFF+DIAG_ON everywhere but this seems to be
more consistent with the other macros in proto.h. Update each instance
of BASE_CUSTOM to use CF_FUNC.

Adjust a dummy variable name generated by asn2wrs.py that was triggering
an invalid error in checkhf.pl.

Fix an encoding arguement in packet-elasticsearch.c found by
fix-encoding-args.pl.

Change-Id: Id0e75076c2d71736639d486f47b87bab84e07d22
Reviewed-on: https://code.wireshark.org/review/7150
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-02-18 00:05:38 +00:00
..
cppcheck Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
dftestfiles
dftestlib Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
lemon Revert "Lemon: Update lemon tools" 2015-01-11 19:57:45 +00:00
npl
pidl White space tweaking to match what's in Samba git. 2014-11-20 00:55:06 +00:00
tpg Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
.gitattributes Add simple script to export release tarball right from Git 2014-06-19 00:35:02 +00:00
Makefile.am Add files missing from the tarball. 2015-01-28 12:45:25 +00:00
Makefile.nmake
SkinnyProtocolOptimized.xml Skinny: packet-skinny.c 2015-01-19 02:57:49 +00:00
WiresharkXML.py
asn2deb
asn2wrs.py Add a CF_FUNC macro for casting BASE_CUSTOM functions. 2015-02-18 00:05:38 +00:00
build-qt-sdk.bat
checkAPIs.pl Add a CF_FUNC macro for casting BASE_CUSTOM functions. 2015-02-18 00:05:38 +00:00
checkfiltername.pl Allow "cba" filter prefix for hf_ fields (missed a Profinet file the first time) 2014-12-21 12:57:58 +00:00
checkhf.pl checkhf.pl: (Trivial) fix two typos 2014-08-25 15:46:10 +00:00
checklicenses.py Tools: Add fix_pragma_wdocumentation to UNKNOWN licence 2014-11-11 18:37:38 +00:00
colorfilters2js.pl
commit-msg Add commit-msg hook to tools to spare searching for it 2014-04-08 17:23:14 +00:00
compare-abis.sh
compress-pngs.sh WSUG and image updates. 2015-02-14 19:47:03 +00:00
convert-proto-tree-new.awk
convert_expert_add_info_format.pl
convert_proto_tree_add_text.pl tvb_bytes_to_ep_str -> tvb_bytes_to_str 2015-01-07 18:16:23 +00:00
debian-setup.sh
delete_includes.py Add script to automatically remove includes that appear not be needed 2015-02-10 16:00:06 +00:00
dfilter-test.py
extract_asn1_from_spec.pl
fix-encoding-args.pl Add proto_tree_add_bitmask_with_flags. 2014-12-08 01:13:02 +00:00
fix_pragma_wdocumentation.sh Add tools for fix -Wdocumentation 2014-11-11 17:31:43 +00:00
fixhf.pl Update my email address in a couple more spots. 2014-06-25 02:15:55 +00:00
ftsanity.py
fuzz-test.sh Bump the time limit for valgrind fuzzing 2014-09-04 12:54:16 +00:00
gen-bugnote
generate-bacnet-vendors.py [tools] Add missing GPL license to generate-bacnet-vendors.py 2014-10-08 10:52:38 +00:00
git-compare-abis.sh
git-export-release.sh Generate xz compressed archives instead of .bz2-s 2014-06-19 00:35:56 +00:00
html2text.py
idl2deb
idl2wrs
indexcap.py
install_rpms_for_devel.sh
lex.py
list_protos_in_cap.sh
make-dissector-reg.py
make-manuf
make-services.pl
make-services.py
make-sminmpec.pl Be less aggressive about rebuilding sminmpec.c. 2014-05-09 09:03:24 +00:00
make-tap-reg.py
make-usb.py Be less aggressive about rebuilding sminmpec.c. 2014-05-09 09:03:24 +00:00
make_charset_table.c
msnchat
native-nmake.cmd
ncp2222.py Remove some apparently-unnecessary includes of emem.h. 2015-01-18 19:36:36 +00:00
netscreen2dump.py
parse_xml2skinny_dissector.py Skinny: 2014-08-26 18:58:39 +00:00
pkt-from-core.py
pre-commit pre-commit tools: Add arg option to specify the commit id to be checked 2014-11-25 13:21:41 +00:00
process-x11-fields.pl Add a comment to each of these scripts to say that 2014-12-19 03:51:12 +00:00
process-x11-xcb.pl Add parenthesis around some generated code so it compiles. This new 2014-12-19 20:28:14 +00:00
randpkt-test.sh
rdps.py
runa2x.sh Fix Cygwin path 2015-01-12 12:40:04 +00:00
runlex.sh Fix the flex wrapper to ensure Cygwin /bin is on the path for Windows. 2014-07-08 13:14:42 +00:00
setuid-root.pl.in
test-captures.sh
test-common.sh More emem removal. 2015-02-06 08:11:49 +00:00
textify.ps1 Modified script to not use PS 3.0 constructs 2014-08-20 06:24:44 +00:00
usb-ptp-extract-models.pl
usb-ptp-extract-models.txt
valgrind-wireshark.sh More emem removal. 2015-02-06 08:11:49 +00:00
vg-suppressions Add ws_mempbrk_sse42_compile to Valgrind suppression list 2015-02-15 18:46:54 +00:00
win-setup.sh Fix download of 3rd party packages when WIRESHARK_TARGET_PLATFORM environment variable is not explicitly set 2014-07-28 18:32:24 +00:00
wireshark_be.py
wireshark_gen.py Cleanup "excess" from trying to support sequence of "native types". Last installment of bug 9532. 2014-04-25 04:08:59 +00:00
ws-coding-style.cfg
yacc.py