wireshark/epan
Jaap Keuter e3463e8d53 From Jim Young:
Within the packet-diameter_3gpp.c module, the call to proto_register_protocol()
comes AFTER the proto_register_field_array() call. 
While the delayed call to proto_register_protocol() does not appear to impair the use 
of the display filters, it DOES effect the generation of the wireshark-filter man page.

svn path=/trunk/; revision=25014
2008-04-14 06:43:42 +00:00
..
crypt Remove: 2008-04-09 05:36:08 +00:00
dfilter Remove: 2008-04-09 05:36:08 +00:00
dissectors From Jim Young: 2008-04-14 06:43:42 +00:00
ftypes All our programs link against glib so don't there's no need to link our libraries against it too. This should allow us to build Wireshark (with dynamic libs) with static glib (read: it should fix the OS X buildbot building with glib-1.2). 2008-03-01 12:14:38 +00:00
wslua From Marton Nemeth (bug 2447): 2008-04-12 13:56:28 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c From Andrew Feren (bug 2433): 2008-04-12 14:08:19 +00:00
addr_resolv.h
address.h
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
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
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
bridged_pids.h
camel-persistentdata.c Add $Id$ 2008-02-18 22:39:03 +00:00
camel-persistentdata.h Add $Id$ 2008-02-18 22:39:03 +00:00
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c
codecs.h
column-utils.c Initialize ipv6_addr before we use it. 2008-03-04 18:55:36 +00:00
column-utils.h Custom column updates: 2008-03-01 05:16:45 +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 Move the conversation addresses to the se_ allocator. This does not solve a memory leak but it does save a 12 line comment explaining why the const-ness of the pointers was being cast away and (more importantly) fixes the conversation part of the crashes detailed in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113 . In particular the conversation keys themselves are se_ alloc'd so by the time we get to conversation_init() (again) the keys have already been freed by the se_ allocator so traversing them isn't such a good idea. 2008-03-17 02:20:26 +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
crc6.h
crc10.c
crc10.h
crc16.c
crc16.h
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
diam_dict.l
dissector_filters.c
dissector_filters.h
doxygen.cfg.in
dtd.h
dtd_grammar.lemon Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/cvstrac/dir?d=sqlite/tool 2008-04-08 09:54:19 +00:00
dtd_parse.h - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
dtd_parse.l strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
dtd_preparse.l
eap.h
emem.c - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
emem.h rework how emem trees indexed by strings so that traversing the tree 2007-12-04 03:26:50 +00:00
enterprise-numbers Update almost year out of date file, with over 150 changes and over 1800 additions. 2008-03-09 12:33:43 +00:00
epan.c Next few improvements to speed up startup about 10%. 2007-11-30 09:22:01 +00:00
epan.h
epan_dissect.h
etypes.h From Sven Meier (on -dev in 6/2007): 2008-02-27 21:52:17 +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
exntest.c
expert.c
expert.h
filesystem.c - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
filesystem.h get_datafile_path() and get_persconffile_path() return malloc'd memory. Note that in the comments. 2008-02-26 18:58:12 +00:00
follow.c Fixes the "follow tcp stream" output when there are frames missing in the 2007-12-15 23:25:05 +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
g_ascii_strcasecmp.c we must include glib.h so we know what gchar and gsize is 2007-11-28 01:21:33 +00:00
g_ascii_strcasecmp.h strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
g_ascii_strtoull.c
g_ascii_strtoull.h
garrayfix.h
gcp.c
gcp.h
gnuc_format_check.h
golay.c
golay.h
greproto.h
guid-utils.c
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 Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
ip_opts.h
ipproto.c
ipproto.h
ipv4.c
ipv4.h
ipv6-utils.h
lapd_sapi.h
libwireshark.def export emem_tree_foreach as requested by user 2008-04-13 21:59:39 +00:00
libwireshark.vcproj add libwireshark.def 2007-11-30 22:01:52 +00:00
llcsaps.h
make-sminmpec.pl
Makefile.am Running glib 2.16 on 32 bit platform requires this lempar.c change in addition to revision 24710. 2008-03-23 08:58:52 +00:00
Makefile.common - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
Makefile.nmake Running glib 2.16 on 32 bit platform requires this lempar.c change in addition to revision 24710. 2008-03-23 08:58:52 +00:00
next_tvb.c
next_tvb.h
nlpid.h
nstime.c
nstime.h
oids.c Windows: use free() only if vc6 (as suggested by Peter Johansson); 2008-03-19 21:09:31 +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 Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended with help from sample capture by Jerome Poulin. 2008-04-10 23:56:10 +00:00
packet.c Call post dissectors with call_dissector_only() to avoid an extra Data entry 2008-01-15 23:31:37 +00:00
packet.h
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 - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
plugins.h
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 save column widths in the recent file. 2008-04-12 19:37:05 +00:00
prefs.h Added an option to save column widths in the recent file. 2008-04-12 19:37:05 +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
proto.c Remove: 2008-04-09 05:36:08 +00:00
proto.h http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.html 2008-04-03 22:13:52 +00:00
ptvcursor.h
radius_dict.l http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.html 2008-04-03 22:13:52 +00:00
range.c
range.h From Andrew Feren (bug 2433): 2008-04-12 14:08:19 +00:00
reassemble.c
reassemble.h Add a comment. 2008-03-15 20:14:29 +00:00
reassemble_test.c
reedsolomon.c
reedsolomon.h
report_err.c Fix trivial spelling error 2008-03-15 18:17:52 +00:00
report_err.h
req_resp_hdrs.c Remove: 2008-04-09 05:36:08 +00:00
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
stat_cmd_args.h
stats_tree.c - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c Remove: 2008-04-09 05:36:08 +00:00
strutil.h
t35.c
t35.h
tap-voip.h
tap.c Added an option to Conversations and Endpoints to limit the list to match 2008-02-17 00:35:55 +00:00
tap.h Added an option to Conversations and Endpoints to limit the list to match 2008-02-17 00:35:55 +00:00
tcap-persistentdata.c
tcap-persistentdata.h
tfs.c
tfs.h
timestamp.c
timestamp.h
to_str.c
to_str.h
tpg.c
tpg.h
tvbparse.c
tvbparse.h
tvbtest.c
tvbuff.c From Michael McCartney: 2008-04-12 17:00:41 +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 Added an option to uat_new() to set if configuration shall be saved in the 2008-03-06 22:13:24 +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 get_datafile_path() and get_persconffile_path() return malloc'd memory, 2008-02-26 19:03:01 +00:00
unicode-utils.c
unicode-utils.h
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h
xmlstub.c
xmlstub.h