File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ofxLibtins
1
+ ofxSniffer
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ FORMULA_TYPES=( "osx" "linux")
19
19
# download the source code and unpack it into LIB_NAME
20
20
function download() {
21
21
curl -LO http://www.tcpdump.org/release/libpcap-$VER .tar.gz
22
- tar -xf libpcap-$VER .tar.Gz
22
+ tar -xf libpcap-$VER .tar.gz
23
23
mv libpcap-$VER libpcap
24
- rm libpcap-$VER .tar.Gz
24
+ rm libpcap-$VER .tar.gz
25
25
}
26
26
27
27
# prepare the build environment, executed inside the lib src dir
Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ void ofxSniff::threadedFunction() {
54
54
}
55
55
56
56
57
-
57
+
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ class ofxSniff : public ofThread {
46
46
47
47
string interface;
48
48
ofThreadChannel<ofxSnifferHttpPacket> httpPackets;
49
- };
49
+ };
You can’t perform that action at this time.
0 commit comments