~ubuntu-branches/ubuntu/jaunty/libnetfilter-log/jaunty

« back to all changes in this revision

Viewing changes to include/libnetfilter_log/libnetfilter_log.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Max Kellermann, Alexander Wirt
  • Date: 2008-10-17 13:12:33 UTC
  • mfrom: (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081017131233-3onq62vk2n98dw08
Tags: 0.0.15-1
[ Max Kellermann ]
* new upstream release (Closes: #494947)
  - increased shlibs version to 0.0.15 because of API additions
* fixed duplicated word in description
* bumped Standards-Version to 3.8.0
* moved DH_COMPAT to debian/compat
* don't ignore "make distclean" errors
* use ${binary:Version} instead of ${Source-Version}

[ Alexander Wirt ]
* Use http in watchfile 

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
 
50
50
extern struct nfulnl_msg_packet_hdr *nflog_get_msg_packet_hdr(struct nflog_data *nfad);
 
51
 
 
52
extern u_int16_t nflog_get_hwtype(struct nflog_data *nfad);
 
53
extern u_int16_t nflog_get_msg_packet_hwhdrlen(struct nflog_data *nfad);
 
54
extern char *nflog_get_msg_packet_hwhdr(struct nflog_data *nfad);
 
55
 
51
56
extern u_int32_t nflog_get_nfmark(struct nflog_data *nfad);
52
57
extern int nflog_get_timestamp(struct nflog_data *nfad, struct timeval *tv);
53
58
extern u_int32_t nflog_get_indev(struct nflog_data *nfad);
58
63
extern int nflog_get_payload(struct nflog_data *nfad, char **data);
59
64
extern char *nflog_get_prefix(struct nflog_data *nfad);
60
65
extern int nflog_get_uid(struct nflog_data *nfad, u_int32_t *uid);
 
66
extern int nflog_get_gid(struct nflog_data *nfad, u_int32_t *gid);
61
67
extern int nflog_get_seq(struct nflog_data *nfad, u_int32_t *seq);
62
68
extern int nflog_get_seq_global(struct nflog_data *nfad, u_int32_t *seq);
63
69