Functions | |
| int | nfq_snprintf_xml (char *buf, size_t rem, struct nfq_data *tb, int flags) |
| int nfq_snprintf_xml | ( | char * | buf, | |
| size_t | rem, | |||
| struct nfq_data * | tb, | |||
| int | flags | |||
| ) |
nfq_snprintf_xml - print the enqueued packet in XML format into a buffer
| buf | The buffer that you want to use to print the logged packet | |
| rem | The size of the buffer that you have passed | |
| tb | Netlink packet data handle passed to callback function | |
| flags | The flag that tell what to print into the buffer |
This function supports the following flags:
You can combine this flags with an binary OR.
Definition at line 1080 of file libnetfilter_queue.c.
1.7.1