wireshark/epan
Gerald Combs 83aacf0a09 Add support for "API groups" in checkAPIs.pl. Make the "prohibited"
and "deprecated" groups the default. Add an "abort" group for code that
shouldn't exit the program. Update the makefiles to call "checkAPIs.pl
-g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl.

svn path=/trunk/; revision=25614
2008-06-26 22:20:05 +00:00
..
crypt Fix another variable named "index". 2008-06-24 18:10:57 +00:00
dfilter Assign pointers to strings to a const pointer. 2008-06-24 18:22:26 +00:00
dissectors Add support for "API groups" in checkAPIs.pl. Make the "prohibited" 2008-06-26 22:20:05 +00:00
ftypes Rename some variables to avoid shadowing warnings. 2008-06-23 20:23:29 +00:00
wslua Fix run checkapi for more targets. 2008-06-03 05:35:19 +00:00
Makefile.am Make inet_ntop fix work for out-of-tree builds 2008-06-24 20:09:43 +00:00
Makefile.common - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
Makefile.nmake Set for automatic overwrite for xcopy of mkstemp.c, etc 2008-05-23 00:25:20 +00:00
addr_and_mask.c
addr_and_mask.h Put 2007-01-18 18:43:30 +00:00
addr_resolv.c Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
addr_resolv.h Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
address.h Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument, 2007-04-26 04:30:41 +00:00
adler32.c
adler32.h
afn.c
afn.h Put 2007-01-18 18:43:30 +00:00
aftypes.h Put 2007-01-18 18:43:30 +00:00
arcnet_pids.h Put 2007-01-18 18:43:30 +00:00
arptypes.h From Timo Teras: 2007-12-16 21:04:08 +00:00
asm_utils.c - fix warnings in prefs.c 2007-11-30 11:12:55 +00:00
asm_utils.h - fix warnings in prefs.c 2007-11-30 11:12:55 +00:00
asm_utils_win32_x86.asm Add ':' to some labels to prevent assembler warning messages 2008-01-16 04:04:24 +00:00
asn1.c support for additionally SIZE constrained Typereference 2007-12-28 10:42:44 +00:00
asn1.h support for additionally SIZE constrained Typereference 2007-12-28 10:42:44 +00:00
atalk-utils.c
atalk-utils.h Put 2007-01-18 18:43:30 +00:00
base64.c From Peter Kjellerstedt 2008-03-16 09:54:00 +00:00
base64.h
bitswap.c Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
bitswap.h Put 2007-01-18 18:43:30 +00:00
bridged_pids.h Put 2007-01-18 18:43:30 +00:00
camel-persistentdata.c Use PROTO_ITEM_SET_HIDDEN(). 2008-05-08 05:42:59 +00:00
camel-persistentdata.h Add $Id$ 2008-02-18 22:39:03 +00:00
charsets.c
charsets.h
chdlctypes.h Put 2007-01-18 18:43:30 +00:00
circuit.c
circuit.h Put 2007-01-18 18:43:30 +00:00
codecs.c new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
codecs.h new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
column-utils.c Update all time columns when changing the time precision. 2008-06-14 16:51:11 +00:00
column-utils.h Update all time columns when changing the time precision. 2008-06-14 16:51:11 +00:00
column.c various code cleanup 2008-04-12 23:34:44 +00:00
column.h various code cleanup 2008-04-12 23:34:44 +00:00
column_info.h Custom column updates: 2008-03-01 05:16:45 +00:00
conversation.c Don't skip ahead in time when looking for a conversation. 2008-04-23 21:31:50 +00:00
conversation.h Get rid of a flag that's not used and that has no effect. 2008-03-15 23:01:12 +00:00
crc6.c add license 2007-07-18 08:25:09 +00:00
crc6.h get crc10 and crc6 out of packet-iuup.c 2007-07-17 22:04:00 +00:00
crc10.c get crc10 and crc6 out of packet-iuup.c 2007-07-17 22:04:00 +00:00
crc10.h get crc10 and crc6 out of packet-iuup.c 2007-07-17 22:04:00 +00:00
crc16.c From Stig Bjorlykke: 2006-12-14 00:16:06 +00:00
crc16.h Put 2007-01-18 18:43:30 +00:00
crc32.c From Philip Frey (bug 2420): 2008-04-12 12:31:53 +00:00
crc32.h From Philip Frey (bug 2420): 2008-04-12 12:31:53 +00:00
crcdrm.c
crcdrm.h
diam_dict.h - <?avp-proto and <?type-proto to instruct about which dissector to use for a given type or avp 2007-07-20 00:15:17 +00:00
diam_dict.l Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
dissector_filters.c experimental feature: dissector filters 2007-08-16 22:03:10 +00:00
dissector_filters.h experimental feature: dissector filters 2007-08-16 22:03:10 +00:00
doxygen.cfg.in
dtd.h fix warning: add #include <stdlib.h> to get exit() declaration 2007-03-22 23:30:57 +00:00
dtd_grammar.lemon g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_append_printf 2008-05-11 18:33:49 +00:00
dtd_parse.h - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
dtd_parse.l g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_append_printf 2008-05-11 18:33:49 +00:00
dtd_preparse.l Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
eap.h From Jens Braeuer: 2007-11-23 17:48:28 +00:00
emem.c Fix some warnings - declare some arguments, variables, and structure 2008-06-25 03:05:19 +00:00
emem.h Fix some warnings - declare some arguments, variables, and structure 2008-06-25 03:05:19 +00:00
enterprise-numbers Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
epan.c Rename arguments not to collide with function names, to avoid warnings 2008-06-23 20:17:08 +00:00
epan.h Rename arguments not to collide with function names, to avoid warnings 2008-06-23 20:17:08 +00:00
epan_dissect.h
etypes.h Fix for bug 2396: 2008-06-11 18:20:02 +00:00
ex-opt.c - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
ex-opt.h
except.c Include <glib.h> to declare g_vsnprintf(). 2007-12-05 10:35:37 +00:00
except.h
exceptions.h Fix minor typo in comment 2008-04-28 20:32:06 +00:00
exntest.c
expert.c - add a column for the expert info severity level 2007-07-23 20:11:05 +00:00
expert.h
filesystem.c Rename an argument to avoid collisions with a global variable name, as 2008-06-23 20:31:21 +00:00
filesystem.h Rename an argument to avoid collisions with a global variable name, as 2008-06-23 20:31:21 +00:00
follow.c Fix the tcp reassembly routine in epan/follow.c : 2008-05-13 22:45:04 +00:00
follow.h Fixes the "follow tcp stream" output when there are frames missing in the 2007-12-15 23:25:05 +00:00
frame_data.c Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
frame_data.h Custom column updates: 2008-03-01 05:16:45 +00:00
frequency-utils.c Cite the source of frequency allocation information. 2008-03-03 20:17:53 +00:00
frequency-utils.h Cite the source of frequency allocation information. 2008-03-03 20:17:53 +00:00
funnel.c
funnel.h Add some GCC warnings to the standard set, and add some others to the 2007-04-23 10:59:26 +00:00
garrayfix.h Update copyright notice. 2007-04-30 19:25:18 +00:00
gcp.c mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer 2007-04-26 07:57:44 +00:00
gcp.h Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
gnuc_format_check.h
golay.c in preparation for de-pluginising h223, move golay code support into libwireshark 2007-08-23 17:25:22 +00:00
golay.h in preparation for de-pluginising h223, move golay code support into libwireshark 2007-08-23 17:25:22 +00:00
greproto.h Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code 2007-04-14 01:07:36 +00:00
guid-utils.c fix some more warnings 2007-03-22 00:40:04 +00:00
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
inet_aton.c Remove "advertising clause" from BSD license per: 2007-01-13 03:16:07 +00:00
inet_aton.h Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
ip_opts.h
ipproto.c Apply yet another set of the optimization patches: 2007-10-27 14:44:29 +00:00
ipproto.h From Shigeo Nakamura (bug 2466): 2008-04-19 09:19:32 +00:00
ipv4.c Fix potential buffer overruns in address_to_str_buf() found by Andrej 2007-01-29 20:25:26 +00:00
ipv4.h
ipv6-utils.h
lapd_sapi.h Make it possible to use GSM SAPI:s 2007-09-19 21:02:41 +00:00
libwireshark.def Export the tvb_get_bits functions. 2008-06-19 14:39:43 +00:00
libwireshark.vcproj add libwireshark.def 2007-11-30 22:01:52 +00:00
llcsaps.h
make-sminmpec.pl Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
next_tvb.c
next_tvb.h
nlpid.h
nstime.c Don't call an argument "time", as this is a function. 2008-06-23 20:04:31 +00:00
nstime.h Don't call an argument "time", as this is a function. 2008-06-23 20:04:31 +00:00
oids.c Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
oids.h oid_get_default_mib_path() is present in libwireshark.def. Make sure it's 2008-03-17 17:06:33 +00:00
osi-utils.c
osi-utils.h
oui.h From Steve Karg: 2008-05-14 05:44:42 +00:00
packet.c A slightly more complicated have_postdissector() (missed in my previous checkin--thanks Bill) which also checks if the postdissectors are enabled. 2008-05-21 20:20:37 +00:00
packet.h boolean -> gboolean 2008-05-21 16:56:50 +00:00
packet_info.h Update comments. 2008-03-10 17:33:53 +00:00
pint.h Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
plugins.c Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
plugins.h new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
ppptypes.h
prefs-int.h get rid of GTree and use emem trees instead 2007-12-04 03:28:04 +00:00
prefs.c Added an option to set default link-layer header type for each interface. 2008-06-02 17:45:03 +00:00
prefs.h Added an option to set default link-layer header type for each interface. 2008-06-02 17:45:03 +00:00
privileges.c Have started_with_special_privs() assert out if get_credential_info() was not 2008-03-16 00:32:12 +00:00
privileges.h Update some comments and whitespace. 2007-11-20 16:46:11 +00:00
proto.c Rename arguments not to collide with function names, to avoid warnings 2008-06-23 20:15:30 +00:00
proto.h Rename arguments not to collide with function names, to avoid warnings 2008-06-23 20:15:30 +00:00
ptvcursor.h Clean up PTV cursor documentation. 2008-05-20 06:28:12 +00:00
radius_dict.l Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
range.c We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32, 2008-06-03 23:57:47 +00:00
range.h From Andrew Feren (bug 2433): 2008-04-12 14:08:19 +00:00
reassemble.c Reword comment a bit ... 2008-05-21 18:08:43 +00:00
reassemble.h Add a comment. 2008-03-15 20:14:29 +00:00
reassemble_test.c right; this is going badly. 2007-04-11 00:22:58 +00:00
reedsolomon.c Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
reedsolomon.h
report_err.c Fix trivial spelling error 2008-03-15 18:17:52 +00:00
report_err.h Have editcap and capinfos loading the wiretap plugins. 2007-05-25 17:22:32 +00:00
req_resp_hdrs.c Remove: 2008-04-09 05:36:08 +00:00
req_resp_hdrs.h From Yaniv kaul: 2007-11-19 21:28:08 +00:00
rtp_pt.h
sctpppids.h Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's 2007-05-24 20:42:55 +00:00
sigcomp-udvm.c Remove almost all of the casts I committed recently and in place of 2007-03-28 21:55:11 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c Remove almost all of the casts I committed recently and in place of 2007-03-28 21:55:11 +00:00
sigcomp_state_hdlr.h
slab.h
sminmpec.h From Boris Misenov 2007-02-05 16:26:48 +00:00
sna-utils.c For 1-byte and 2-byte FIDs, convert the void * data pointer in the 2007-04-26 03:08:23 +00:00
sna-utils.h
stat_cmd_args.c Rename an argument to avoid colliding with a global variable. 2008-06-23 21:31:10 +00:00
stat_cmd_args.h Rename an argument to avoid colliding with a global variable. 2008-06-23 21:31:10 +00:00
stats_tree.c Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
stats_tree.h fix comments 2008-04-17 01:45:37 +00:00
stats_tree_priv.h
stream.c Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
stream.h Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
strutil.c Fix a tpyo 2008-05-05 00:39:47 +00:00
strutil.h Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x. 2008-04-29 08:44:57 +00:00
t35.c From Shinsuke SUZUKI: 2008-05-02 08:23:21 +00:00
t35.h
tap-voip.h add common VoIP TAP listener "voip" which can be used in arbitrary experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams 2007-10-24 08:30:46 +00:00
tap.c Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
tap.h Require GLib 2.4 or later. 2008-05-05 22:47:32 +00:00
tcap-persistentdata.c Don't cast pinfo->src.data to (const mtp3_addr_pc_t *) unless we *know* it's 2007-11-08 19:13:51 +00:00
tcap-persistentdata.h From Florent Drouin: 2007-07-27 19:24:40 +00:00
tfs.c Extending true_false_string support 2007-01-10 07:47:00 +00:00
tfs.h Extending true_false_string support 2007-01-10 07:47:00 +00:00
timestamp.c
timestamp.h From Sake Blok: 2007-03-23 18:08:17 +00:00
to_str.c Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
to_str.h Constify a bunch of stuff, to squelch -Wwrite-strings warnings. 2008-06-25 09:12:35 +00:00
tpg.c
tpg.h
tvbparse.c Remove almost all of the casts I committed recently and in place of 2007-03-28 21:55:11 +00:00
tvbparse.h
tvbtest.c From me: make tvbtest return an exitcode appropriate to its success 2007-04-03 01:53:52 +00:00
tvbuff.c Port over the composite tvbuff fixes from /trunk-1.0. 2008-06-20 20:33:38 +00:00
tvbuff.h Remove: 2008-04-09 05:36:08 +00:00
uat-int.h Added an option to uat_new() to set if configuration shall be saved in the 2008-03-06 22:13:24 +00:00
uat.c Fix some of the Errors/warnings detected by checkapi. 2008-05-23 06:06:33 +00:00
uat.h Added an option to uat_new() to set if configuration shall be saved in the 2008-03-06 22:13:24 +00:00
uat_load.l Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
unicode-utils.c remove unused #else 2007-09-09 13:05:32 +00:00
unicode-utils.h Remove svn:executable property from a few more .[hc] files 2006-12-12 02:24:51 +00:00
value_string.c Allow for dynamic value string array selection. 2007-10-11 19:40:58 +00:00
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h
xmlstub.c Fix type cast to match target of assignment. 2007-04-23 17:38:56 +00:00
xmlstub.h Add some GCC warnings to the standard set, and add some others to the 2007-04-23 10:59:26 +00:00