Wireshark-commits: [Wireshark-commits] rev 45778: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 24 Oct 2012 20:59:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45778

User: martink
Date: 2012/10/24 01:59 PM

Log:
 From Alexander Koeppe
 
 parse EPSV response
 
 from me
 - no expert info under if(tree)
 - use hf_ftp_epsv_port instead of hf_ftp_pasv_port
 - don't use isdigit(), this is C99
 - use temporary variable for IPv4 address
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7729

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +93 -17    packet-ftp.c    Modified