diff options
author | Luca Deri <deri@ntop.org> | 2017-04-14 00:07:46 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-04-14 00:07:46 +0200 |
commit | d8b2189cc30f675fba46b072d162dc5943b1c362 (patch) | |
tree | 66718cf7b9eaa68b2ffbf405141b11925b58c01e /example/ndpi_util.h | |
parent | 3a8c2d0b6f36ea4bfd4c4ab0c17b891e519f2e86 (diff) |
Initial wireshark integration via extcap interface
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 1c092cbfa..4895cdcb1 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -138,9 +138,9 @@ void ndpi_free_flow_info_half(struct ndpi_flow_info *flow); /* Process a packet and update the workflow */ -void ndpi_workflow_process_packet (struct ndpi_workflow * workflow, - const struct pcap_pkthdr *header, - const u_char *packet); +struct ndpi_proto ndpi_workflow_process_packet(struct ndpi_workflow * workflow, + const struct pcap_pkthdr *header, + const u_char *packet); /* flow callbacks for complete detected flow |