diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-08-11 20:10:38 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-08-11 20:10:38 +0000 |
commit | 0b424dc9b9984ed52cff237b4635490f5dd48f20 (patch) | |
tree | 7ccb7695a046f58c96a185adb6f5e9718cdc094d /NEWS | |
parent | d31ad7cb551e7ca7eb87ed844e5bd7fe66079b0d (diff) | |
download | wireshark-0b424dc9b9984ed52cff237b4635490f5dd48f20.tar.gz wireshark-0b424dc9b9984ed52cff237b4635490f5dd48f20.tar.bz2 wireshark-0b424dc9b9984ed52cff237b4635490f5dd48f20.zip |
The "-R" command-line filter is applied when reading the capture file;
it's not a display filter (packets that don't match the filter are
discarded completely, not just filtered out of the display), although it
has the same syntax as a display filter.
svn path=/trunk/; revision=473
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Overview of changes in Ethereal 0.7.2: * Another memory leak fix (Jochen) * Allow compilation from different directory (Laurent) -* -R flag for display filter on command line (Jochen) +* -R flag for on command line, applied when reading a capture file (Jochen) * Updated docs (Guy) * Handles ICMP Unreachable|Frag Required (John) * NetBEUI support (Jeff, Guy) |