Skip to content

Commit

Permalink
prepare BPF high level compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 27, 2023
1 parent 5eba086 commit 8ef19c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ CFLAGS ?= -O3 -Wall -Wextra -Wpedantic
CFLAGS += -std=gnu99
#CFLAGS += -ggdb -fsanitize=address
DEFS = -DVERSION_TAG=\"$(VERSION_TAG)\" -DVERSION_YEAR=\"$(VERSION_YEAR)\"
DEFS += -DSTATUSOUT -DNMEAOUT
# comment to disable GPS support
DEFS += -DNMEAOUT
# comment to disable STATUS display (headless operation)
DEFS += -DSTATUSOUT

INSTALL ?= install
INSTFLAGS =
Expand Down
2 changes: 2 additions & 0 deletions include/radiotap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*===========================================================================*/
#ifndef DLT_IEEE802_11_RADIO
#define DLT_IEEE802_11_RADIO 127
#endif
/*===========================================================================*/
#define IEEE80211_RADIOTAP_TSFT 0x00000001
#define IEEE80211_RADIOTAP_FLAGS 0x00000002
Expand Down

0 comments on commit 8ef19c6

Please sign in to comment.