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

« back to all changes in this revision

Viewing changes to globals-core.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:
835
835
extern void freeSession(IPSession *sessionToPurge, int actualDeviceId, 
836
836
                        u_char allocateMemoryIfNeeded, u_char lockMutex);
837
837
extern void scanTimedoutTCPSessions(int actualDeviceId);
 
838
extern void freeDeviceSessions(int actualDeviceId);
838
839
extern void updateUsedPorts(HostTraffic *srcHost, HostTraffic *dstHost,
839
840
                            u_short sport, u_short dport, u_int length);
840
841
extern void updatePortList(HostTraffic *theHost, int clientPort, int serverPort);