Comment # 4
on bug 8275
from Raúl Pérez Clavero
** Patch file as built in dissector:
** The following scripts have been run on code:
** checkAPIs
** checkhf.pl
** checkfiltername.pl
** The following tests have been run (not all OK)
** editcap (erro probability 0.15) + tshark --> OK
** randpkt + tshark --> WRONG:
Although the dissector is registered under tcp.port table, tshark
always returns the following error: (Not sure what's wrong)
>>> tshark: Protocol "acl" isn't valid for layer type "tcp.port"
>>> tshark: Valid protocols for layer type "tcp.port" are:
The protocol list does not contain acl protocol. (Any idea?)
** fuzz-test.sh --> seems to be OK (about 10 passes)
You are receiving this mail because:
- You are watching all bug changes.