Ethereal-dev: [Ethereal-dev] old_dissectors

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 Apr 2001 22:40:15 -0400 (EDT)
I've been looking a bit at the remaining old style dissectors.
Is the following a reasonable way to determine a complete list 
of the remaining old style:

hagbard@eep:~/build/src/experimental/ethereal$ grep old_dissector_add *.c
|awk -F: '{print $1}' | sort -u
packet-bgp.c
packet-dns.c
packet-icmpv6.c
packet-ipv6.c
packet-isis.c
packet-kerberos.c
packet-ldap.c
packet-nbns.c
packet-ripng.c
packet-rlogin.c
packet-rx.c
packet-snmp.c
packet-socks.c

If so, it looks like we only have about 13 remaining old style dissectors.

Ed