Skip to content

Commit

Permalink
fix a couple of typos. Fixes nmap/nmap#1747
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 19, 2019
1 parent 34641c3 commit b4d6a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/npcap-tutorial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void ifprint(pcap_if_t *d)
packet flowing through the adapter.</para>

<para>The function that opens a capture device is <ulink
url="wpcap/pcap_open.htl">pcap_open()</ulink>. The parameters,
url="wpcap/pcap_open.html">pcap_open()</ulink>. The parameters,
<literal>snaplen</literal>, <literal>flags</literal> and
<literal>to_ms</literal> deserve some explanation.</para>

Expand Down
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/Read.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ NPF_TapExForEachOpen(
InterlockedExchangeAdd(&LocalData->Free, (ULONG)(-(LONG)increment));
if (Open->Size - LocalData->Free >= Open->MinToCopy)
{
#ifdef NCPAP_KDUMP
#ifdef NPCAP_KDUMP
if (Open->mode & MODE_DUMP)
NdisSetEvent(&Open->DumpEvent);
else
Expand Down

0 comments on commit b4d6a38

Please sign in to comment.