~ubuntu-branches/debian/experimental/ettercap/experimental

« back to all changes in this revision

Viewing changes to src/ec_sniff_bridge.c

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-03-27 11:55:24 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130327115524-ahjhvuh03ejcfuui
Tags: 1:0.7.6-2~exp1
Experimental release with IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 */
77
77
void stop_bridge_sniff(void)
78
78
{
79
 
   pthread_t pid;
80
 
   
81
79
   DEBUG_MSG("stop_bridge_sniff");
82
80
   
83
81
   if (GBL_SNIFF->active == 0) {