Ethereal-dev: Re: [Ethereal-dev] old_dissectors

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

From: "Gilbert Ramirez" <gram@xxxxxxxxxx>
Date: Mon, 16 Apr 2001 00:04:13 -0500
grep -l NullTvb packet-*.c  is good, too.

--gilbert
----- Original Message -----
From: "Ed Warnicke" <hagbard@xxxxxxxxxxxxxxxxxxx>
To: <ethereal-dev@xxxxxxxxxxxx>
Sent: Friday, April 13, 2001 9:40 PM
Subject: [Ethereal-dev] old_dissectors


> 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
>
>
>
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>