Printing(3) | Library Functions Manual | Printing(3) |
Printing - Printing [DEPRECATED]
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
Parameters
This function supports the following flags:
- NFQ_XML_HW: include the hardware link layer address - NFQ_XML_MARK: include the packet mark - NFQ_XML_DEV: include the device information - NFQ_XML_PHYSDEV: include the physical device information - NFQ_XML_PAYLOAD: include the payload (in hexadecimal) - NFQ_XML_TIME: include the timestamp - NFQ_XML_ALL: include all the logging information (all flags set)
You can combine this flags with an binary OR.
Returns
Definition at line 1378 of file libnetfilter_queue.c.
Generated automatically by Doxygen for libnetfilter_queue from the source code.
Version 1.0.5 | libnetfilter_queue |