Should I do reg_byte_pat() for en_en filters ?

I want to get all frames from/to eth card;

should I do
reg_byte_pat ( reg_hdl, 0, 0, NULL, _BYTE_PAT_ALL )
for “en”-“en” _REG_FILTER_ABOVE type filters ?

/or I get all frames without calling reg_byte_pat () ?

Q <no@spam.pl> wrote:

I want to get all frames from/to eth card;

should I do
reg_byte_pat ( reg_hdl, 0, 0, NULL, _BYTE_PAT_ALL )
for “en”-“en” _REG_FILTER_ABOVE type filters ?

/or I get all frames without calling reg_byte_pat () ?

do the:
ion->reg_byte_pat(reg_hdl, 0, 0, NULL, _BYTE_PAT_ALL);

Regards,

-seanb