Guest User

Untitled

a guest
Feb 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. def get_packet_length(packet):
  2.     ...
  3.  
  4.  
  5. def print_packet(packet):
  6.     ...
  7.  
  8.  
  9. def get_packet_type(packet):
  10.     ...
  11.  
  12.  
  13. def send_packet(packet):
  14.     ...
Add Comment
Please, Sign In to add comment