Hello,

I'm proud to announce coccigrep which is a semantic grep based on
coccinelle. The goal is to have something really easy to use to perform
simple task. For example, to find where the attribut datalink is set in
the Packet structure, you simple have to run (here source*c is a list of
file):

$ coccigrep.py  -t Packet -a datalink -o set  source*c
source-af-packet.c:300:     p->datalink = ptv->datalink;
source-erf-dag.c:525:     p->datalink = LINKTYPE_ETHERNET;

More information and download: http://home.regit.org/software/coccigrep/

Thanks to the coccinelle team for their fabulous work on the project.

BR,
-- 
Eric Leblond 
Blog: http://home.regit.org/

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to