R: Filter Syntax
"Davide Schiera" <[email protected]>
| Newsgroups | gmane.network.ethereal.user |
|---|---|
| Message-ID | <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA18ZAMJpNMEyZoi4n+sHDF6KCAAAQAAAA/[email protected]> |
Hi, you can try with the filter 'smtp.req.parameter contains "@domain.com"', this will select requests with both the sender and the recipient from '@domain.com'; the smtp.req.parameter string contains 'FROM' to indicate the sender and 'TO' to indicate the recipient. Ciao Davide > -----Messaggio originale----- > Da: [email protected] > [mailto:[email protected]] Per conto di David Peat > Inviato: giovedì 8 giugno 2006 23.56 > A: [email protected] > Oggetto: [Ethereal-users] Filter Syntax > > Hello, > > I am not too familiar with Ethereal's filter syntax and am > hoping someone can help me. > > I need to create a filter to look at SMTP traffic that has > BOTH the sender and recipient with the same domain name. > > For example: > > Sender is [email protected] and recipient is [email protected]. > > Thanks in advance! > > Dave > >