URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ddcc2aee3d28510ee4f5c4b8dac1e2fc68f1e8e7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ddcc2ae by Guy Harris (guy@xxxxxxxxxxxx):
Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.
That makes it clearer what the problem is, and that it should only be
returned by the dump code path, not by the read code path.
Change-Id: I22d407efe3ae9fba7aa25f08f050317549866442
Reviewed-on: https://code.wireshark.org/review/5798
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from dbdcae8 Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.
adds ddcc2ae Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.
Summary of changes:
capture_info.c | 2 +-
epan/wslua/wslua_dumper.c | 4 ++--
file.c | 2 +-
tshark.c | 4 ++--
wiretap/btsnoop.c | 4 ++--
wiretap/erf.c | 2 +-
wiretap/file_access.c | 2 +-
wiretap/libpcap.c | 4 ++--
wiretap/logcat.c | 2 +-
wiretap/logcat_text.c | 2 +-
wiretap/netmon.c | 6 +++---
wiretap/netscaler.c | 8 ++++----
wiretap/wtap.c | 2 +-
wiretap/wtap.h | 2 +-
14 files changed, 23 insertions(+), 23 deletions(-)