[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.62 and 1.63

version 1.62, 2001/05/28 23:58:35 version 1.63, 2001/05/30 12:55:11
Line 48 
Line 48 
   
 #include "compress.h"  #include "compress.h"
 #include "deattack.h"  #include "deattack.h"
 #include "channels.h"  #include "channel.h"
   
 #include "compat.h"  #include "compat.h"
 #include "ssh1.h"  #include "ssh1.h"
Line 245 
Line 245 
 packet_set_protocol_flags(u_int protocol_flags)  packet_set_protocol_flags(u_int protocol_flags)
 {  {
         remote_protocol_flags = protocol_flags;          remote_protocol_flags = protocol_flags;
         channel_set_options((protocol_flags & SSH_PROTOFLAG_HOST_IN_FWD_OPEN) != 0);  
 }  }
   
 /* Returns the remote protocol flags set earlier by the above function. */  /* Returns the remote protocol flags set earlier by the above function. */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63