projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: fill some important capabilities into ht_capab in the hostapd config
[openwrt.git]
/
package
/
libpcap
/
patches
/
106-protocol_api.patch
diff --git
a/package/libpcap/patches/106-protocol_api.patch
b/package/libpcap/patches/106-protocol_api.patch
index
09e3e88
..
dc5e45a
100644
(file)
--- a/
package/libpcap/patches/106-protocol_api.patch
+++ b/
package/libpcap/patches/106-protocol_api.patch
@@
-24,7
+24,7
@@
* we also have PF_PACKET support.)
*/
- sock_fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
* we also have PF_PACKET support.)
*/
- sock_fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
-+ sock_fd = socket(PF_PACKET, SOCK_RAW,
handle
->opt.proto);
++ sock_fd = socket(PF_PACKET, SOCK_RAW,
p
->opt.proto);
if (sock_fd == -1) {
(void)snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
"socket: %s", pcap_strerror(errno));
if (sock_fd == -1) {
(void)snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
"socket: %s", pcap_strerror(errno));
This page took
0.020261 seconds
and
4
git commands to generate.