~ubuntu-branches/ubuntu/raring/ntop/raring-proposed

« back to all changes in this revision

Viewing changes to nDPI/src/include/ipq_public_functions.h

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2012-06-27 00:24:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120627002442-9ljq6fhjqzx9qsu6
Tags: 3:4.99.3+ndpi5517+dfsg1-1
* Imported Upstream version 4.99.3 and nDPI r5517.
* get-orig-source.sh: incude nDPI in the orig tarball.
* No longer suggest ntop-graphs and update NEWS about that.
* Update copyright for the new jqPlot library.
* Refresh patches.
* Enable hardening flags.
* Add install-jqplot.patch to install jqPlot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
#ifdef HAVE_NTOP
223
223
  unsigned int ntop_find_port_based_protocol(u8 proto, u32 shost, u16 sport, u32 dhost, u16 dport);  
224
224
  unsigned int ntop_guess_undetected_protocol(u8 proto, u32 shost, u16 sport, u32 dhost, u16 dport);
 
225
  char* ntop_strnstr(const char *s, const char *find, size_t slen);
 
226
  int matchStringProtocol(struct ipoque_detection_module_struct *ipoque_struct, char *string_to_match, u_int string_to_match_len);
225
227
#endif
226
228
 
227
229
#ifdef __cplusplus