ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 23601: /trunk/ /trunk/: capture_loop

From: Sake Blok <sake@xxxxxxxxxx>
Date: Mon, 26 Nov 2007 18:22:08 +0100
On Mon, Nov 26, 2007 at 04:40:18PM +0000, morriss@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23601
> 
> User: morriss
> Date: 2007/11/26 04:40 PM
> 
> Log:
>  Change (yet another--I really need to find a way to automate finding these things) open() to eth_open() to fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1987


How about using :

fgrep -Ri --include "*.[ch]" --exclude "*svn*" " open(" *

(while the root of the trunk)

Cheers,


Sake