Skip to content

Commit

Permalink
Update the NPcap version string based on https://github.com/nmap/nmap…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Luo committed Jun 11, 2015
1 parent 49fb85c commit 1fa3f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpcap/libpcap/pcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ pcap_offline_filter(struct bpf_program *fp, const struct pcap_pkthdr *h,
* from the library but being truncated).
*/
#include "..\..\version.h"
static const char pcap_version_string[] = "libpcap version 1.0 branch 1_0_rel0b (20091008)";
static const char pcap_version_string[] = "WinPcap version 4.1.3 (packet.dll version 4.1.0.3001), based on libpcap version 1.0 branch 1_0_rel0b (20091008)";

#ifdef WIN32
/*
Expand Down

0 comments on commit 1fa3f03

Please sign in to comment.