diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-01-09 13:47:51 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-01-09 13:47:51 +0000 |
commit | 7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch) | |
tree | 5b0baf1ad1b36444ffbf73707a377b15fc67692f /extra/tcpdump/ppi.h | |
parent | 46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff) |
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'extra/tcpdump/ppi.h')
-rw-r--r-- | extra/tcpdump/ppi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/tcpdump/ppi.h b/extra/tcpdump/ppi.h deleted file mode 100644 index be7f5f02e..000000000 --- a/extra/tcpdump/ppi.h +++ /dev/null @@ -1,8 +0,0 @@ -typedef struct ppi_header { -uint8_t ppi_ver; -uint8_t ppi_flags; -uint16_t ppi_len; -uint32_t ppi_dlt; -} ppi_header_t; - -#define PPI_HDRLEN 8 |