~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to ppi.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-04 10:33:48 UTC
  • mfrom: (7.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120104103348-6i4d0riwu9laykex
Tags: 4.2.1-1ubuntu1
* Resynchronise with Debian.  Remaining changes (LP: #892285):
  - Add enforcing AppArmor profile.
* Refreshed manpage patch to apply to new upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
typedef struct ppi_header {
 
2
        uint8_t         ppi_ver;
 
3
        uint8_t         ppi_flags;
 
4
        uint16_t        ppi_len;
 
5
        uint32_t        ppi_dlt;
 
6
} ppi_header_t;
 
7
 
 
8
#define PPI_HDRLEN      8
 
9