Wireshark-commits: [Wireshark-commits] rev 20388: /trunk/ /trunk/epan/crypt/: airpdcap.c airpdcap_u

Date: Thu, 11 Jan 2007 02:42:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20388

User: gerald
Date: 2007/01/11 02:42 AM

Log:
 Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()
 functions to strutil.  Use GByteArrays to store SSIDs for decryption,
 and let the user specify arbitrary byte strings using percent-encoded
 strings.  We should probably add percent encoding for pass phrases as
 well, so you can escape the ":" character.
 
 Move the key struct key conversion utilities to airpdcap.c, and remove
 duplicate code from packet-ieee80211.c.  Fix a lot of indentation.

Directory: /trunk/epan/crypt/
  Changes    Path               Action
  +370 -0    airpdcap.c         Modified
  +18 -7     airpdcap_user.h    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +5 -315    packet-ieee80211.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +86 -0     strutil.c     Modified
  +35 -1     strutil.h     Modified

Directory: /trunk/
  Changes    Path                Action
  +955 -1325 airpcap_loader.c    Modified
  +0 -13     airpcap_loader.h    Modified