8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ENGINE=ULOG2
|
|
ENGINE=PCAP
|
|
|
|
g++ libipulog.c -c -o libipulog.o -Wno-write-strings
|
|
g++ -D$ENGINE fastnetmon.cpp libipulog.o -lpcap -o fastnetmon
|