~ubuntu-branches/ubuntu/vivid/ettercap/vivid-proposed

« back to all changes in this revision

Viewing changes to plug-ins/pptp_chapms1/pptp_chapms1.c

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-01-04 18:16:56 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130104181656-cwrnpihky3eauthj
Tags: 1:0.7.5.1-1
* update patches
* new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    along with this program; if not, write to the Free Software
19
19
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
20
 
21
 
    $Id: pptp_chapms1.c,v 1.3 2004/01/10 12:07:19 lordnaga Exp $
22
21
*/
23
22
 
24
23
 
111
110
   char tmp[MAX_ASCII_ADDR_LEN];
112
111
   u_char *chcode;
113
112
 
114
 
   /* It's not useful to modify packets that won't be forwarded */
 
113
   /* It is pointless to modify packets that won't be forwarded */
115
114
   if (!(po->flags & PO_FORWARDABLE)) 
116
115
      return; 
117
116