https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6002
--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2011-06-07 12:45:55 PDT ---
No, they're not equivalent commands; the first reads a file, which means it's
reading directly from the file and seeking in it (and thus doesn't support
pipes), while the latter "captures" from a file, which means it writes to a
temporary file and reads from that, so there should be no expectation that the
code path is the same.
This doesn't mean it shouldn't *work*, it just means that, no, theoretically
they should *not* be equivalent commands in the sense of doing the exact same
thing.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.