wireshark/epan
Bill Meier 44efa0ed2e Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API
gtk_timeout_add()     ==> g_timeout_add
   gtk_timeout_remove()  ==> g_source_remove()

Also: timer callback should return gboolean (not void or gint)

svn path=/trunk/; revision=25672
2008-07-08 02:25:30 +00:00
..
crypt Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
dfilter Include the new Makefile.common file. 2008-07-02 02:18:53 +00:00
dissectors Get rid of #defines that are no longer being used (we now have a port 2008-07-03 19:50:15 +00:00
ftypes Include the new Makefile.common file. 2008-07-02 02:18:53 +00:00
wslua Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.am Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.common unicode-utils.h is in wsutil now. 2008-07-01 02:57:35 +00:00
Makefile.nmake Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API 2008-07-08 02:25:30 +00:00
addr_resolv.h Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API 2008-07-08 02:25:30 +00:00
address.h
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
arptypes.h
asm_utils.c
asm_utils.h
asm_utils_win32_x86.asm
asn1.c
asn1.h
atalk-utils.c
atalk-utils.h
base64.c
base64.h
bitswap.c
bitswap.h
bridged_pids.h
camel-persistentdata.c Use PROTO_ITEM_SET_HIDDEN(). 2008-05-08 05:42:59 +00:00
camel-persistentdata.h
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c
codecs.h
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
conversation.c Don't skip ahead in time when looking for a conversation. 2008-04-23 21:31:50 +00:00
conversation.h
crc6.c
crc6.h
crc10.c
crc10.h
crc16.c
crc16.h
crc32.c
crc32.h
crcdrm.c
crcdrm.h
diam_dict.h
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
dissector_filters.h
doxygen.cfg.in
dtd.h
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
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
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
ex-opt.h
except.c
except.h
exceptions.h Fix minor typo in comment 2008-04-28 20:32:06 +00:00
exntest.c
expert.c
expert.h
filesystem.c Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +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
frame_data.c
frame_data.h
frequency-utils.c
frequency-utils.h
funnel.c
funnel.h
garrayfix.h
gcp.c
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
golay.h
greproto.h
guid-utils.c Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +00:00
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h
ip_opts.h
ipproto.c
ipproto.h From Shigeo Nakamura (bug 2466): 2008-04-19 09:19:32 +00:00
ipv4.c
ipv4.h
ipv6-utils.h
lapd_sapi.h
libwireshark.def Move privileges.c and unicode-utils.c symbols from epan to wsutil 2008-06-30 18:07:34 +00:00
libwireshark.vcproj
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
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
pint.h
plugins.c Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +00:00
plugins.h
ppptypes.h
prefs-int.h
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
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
reassemble.c Reword comment a bit ... 2008-05-21 18:08:43 +00:00
reassemble.h
reassemble_test.c
reedsolomon.c Fix some of the Errors/warnings detected by checkapi, 2008-05-05 20:38:27 +00:00
reedsolomon.h
report_err.c
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h
sctpppids.h
sigcomp-udvm.c
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
slab.h
sminmpec.h
sna-utils.c
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
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
tcap-persistentdata.h
tfs.c
tfs.h
timestamp.c
timestamp.h
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
tvbparse.h
tvbtest.c
tvbuff.c Port over the composite tvbuff fixes from /trunk-1.0. 2008-06-20 20:33:38 +00:00
tvbuff.h
uat-int.h
uat.c Fix some of the Errors/warnings detected by checkapi. 2008-05-23 06:06:33 +00:00
uat.h
uat_load.l Move the file utility functions from wiretap to libwsutil so that 2008-05-22 15:46:27 +00:00
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h
xmlstub.c
xmlstub.h