Skip to content

Commit

Permalink
Typo update
Browse files Browse the repository at this point in the history
  • Loading branch information
dzik87 authored Aug 1, 2020
1 parent 62b9d3f commit 99077b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snifdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main()
errbuf // error buffer
) ) == NULL)
{
fprintf(stderr,"\nUnable to open the adapter. %s is not supported by WinPcap\n", d->description);
fprintf(stderr,"\nUnable to open the adapter. %s is not supported by WinPcap\n", d->name);
/* Free the device list */
pcap_freealldevs(alldevs);
return -1;
Expand Down

0 comments on commit 99077b2

Please sign in to comment.