ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] 0.10.10 next week?

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

Date: Sat, 5 Mar 2005 12:18:58 +0100
On Sat, 05 Mar 2005 07:04:38 +0100, Lars Roland <lars.roland@xxxxxxx> wrote:
> ronnie sahlberg schrieb:
> > On Sat, 05 Mar 2005 06:37:46 +0100, Lars Roland <lars.roland@xxxxxxx> wrote:
> >>How about grouping dissectors together in sub directories of epan/dissectors?
> >>I don't like to have 700 files in just a single directory.
> > [snip]
> > this is a good idea.
> >
> > though i like everything in one directory due to its grep'ability

#!/bin/sh
WHAT=$1;
shift;
grep -e "$WHAT" `find $*  -name '*.[chly]"`

playing hard with quoting it could be made as an alias too.