Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bxxp.c packet-clnp.c packet-diameter.
guy 2001/01/03 01:53:45 CST
Modified files:
. packet-bxxp.c packet-clnp.c
packet-diameter.c packet-ip.c
packet-ipsec.c packet-ldp.c packet-ncp.c
packet-ppp.c packet-tcp.c prefs.c prefs.h
Log:
Add a new "prefs_register_protocol()" routine, which is like
"prefs_register_module()" except that it takes a protocol index as
returned by "proto_register_protocol()" as its first argument, rather
than taking two character strings as arguments as its first two
arguments, and uses the protocol's abbreviation as the name to use for
preferences in the preferences file and the "-o" flag and uses the
protocol's short name as the name to use in the tabs in the
"Edit->Preferences" window.
Revision Changes Path
1.14 +2 -2 ethereal/packet-bxxp.c
1.21 +2 -2 ethereal/packet-clnp.c
1.10 +2 -2 ethereal/packet-diameter.c
1.117 +2 -2 ethereal/packet-ip.c
1.24 +2 -2 ethereal/packet-ipsec.c
1.12 +8 -8 ethereal/packet-ldp.c
1.44 +2 -2 ethereal/packet-ncp.c
1.50 +2 -2 ethereal/packet-ppp.c
1.95 +2 -2 ethereal/packet-tcp.c
1.46 +13 -1 ethereal/prefs.c
1.27 +6 -1 ethereal/prefs.h