[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.27 and 1.28

version 1.27, 2000/04/12 09:39:10 version 1.28, 2000/04/14 10:09:15
Line 1055 
Line 1055 
         return buffer_ptr(&incoming_packet);          return buffer_ptr(&incoming_packet);
 }  }
   
   int
   packet_remaining(void)
   {
           return buffer_len(&incoming_packet);
   }
   
 /*  /*
  * Returns a string from the packet data.  The string is allocated using   * Returns a string from the packet data.  The string is allocated using
  * xmalloc; it is the responsibility of the calling program to free it when   * xmalloc; it is the responsibility of the calling program to free it when

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28