Skip to content

Commit

Permalink
Pcap.Version - Clarify the exception statement to say that it is like…
Browse files Browse the repository at this point in the history
…ly that

pcap isn't installed

Previously the statement first implied that the user might have an old pcap version
but that isn't nearly as likely as pcap not being installed.
  • Loading branch information
chmorgan committed May 6, 2017
1 parent de4e407 commit f1eb44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharpPcap/Pcap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public static string Version
}
catch
{
return "pcap version can't be identified, you are either using "+
"an older version, or pcap is not installed.";
return "Pcap version can't be identified. It is likely that pcap is not installed " +
"but you could be using a very old version.";
}
}
}
Expand Down

0 comments on commit f1eb44e

Please sign in to comment.