Skip to content

Commit

Permalink
Revert "base: add support for "raw ip" captures"
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau authored Sep 13, 2023
1 parent 52454c7 commit 3808693
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/pcap-snoop.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ void pcap_cb(u_char *ptr, const struct pcap_pkthdr *hdr, const u_char *data) {

switch(pcap_if_type) {
case DLT_RAW:
type = ETHERTYPE_IP;
break;
#ifdef DLT_LOOP
case DLT_LOOP:
#endif
Expand Down

0 comments on commit 3808693

Please sign in to comment.