aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/rawshark.c b/rawshark.c
index bcd9281082..0fc46c05c4 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -1012,12 +1012,6 @@ load_cap_file(capture_file *cf)
g_free(err_info);
break;
- case WTAP_ERR_UNWRITABLE_ENCAP:
- cmdarg_err("The file \"%s\" has a packet with a network type that Rawshark doesn't support.\n(%s)",
- cf->filename, err_info);
- g_free(err_info);
- break;
-
case WTAP_ERR_SHORT_READ:
cmdarg_err("The file \"%s\" appears to have been cut short in the middle of a packet.",
cf->filename);