I don't need all that mess
This commit is contained in:
parent
1112cb45a0
commit
6049cba9c6
4 changed files with 1 additions and 29 deletions
|
@ -4,14 +4,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/raw.h>
|
||||
|
||||
#include <hexagram/can.h>
|
||||
#include <hexagram/capture.h>
|
||||
|
|
|
@ -3,11 +3,8 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <hexagram/capture.h>
|
||||
#include <hexagram/pcapng.h>
|
||||
|
|
|
@ -4,14 +4,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/raw.h>
|
||||
|
||||
#include <hexagram/can.h>
|
||||
#include <hexagram/capture.h>
|
||||
|
|
|
@ -3,18 +3,9 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/raw.h>
|
||||
|
||||
#include <hexagram/can.h>
|
||||
|
||||
static int usage(int argc, char **argv, const char *message, ...) {
|
||||
|
|
Loading…
Add table
Reference in a new issue