Wireshark-commits: [Wireshark-commits] rev 20625: /trunk-0.99.5/ /trunk-0.99.5/epan/crypt/: airpdca

Date: Tue, 30 Jan 2007 17:44:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20625

User: gerald
Date: 2007/01/30 05:44 PM

Log:
 Copy over more revisions from the trunk.  Downgrade the ISUP stats
 overflow from "vulnerability" to "bug," since that's how the CVE folks
 have classified this sort of thing in the past.
 
 ------------------------------------------------------------------------
 r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
 Changed paths:
    M /trunk/util.c
 
 When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and
 handle the case where the "host name" begins with "/", as some platforms
 might allow the pathname of a UNIX domain socket to be given in DISPLAY.
 
 Fix indentation of a comment.
 
 ------------------------------------------------------------------------
 r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
 Changed paths:
    M /trunk/epan/crypt/airpdcap.c
    M /trunk/epan/dissectors/packet-ieee80211.c
    M /trunk/epan/strutil.c
 
 Fix a key preference crash bug.  Improve WPA passphrase and SSID length
 handling.  Free a byte array.  Squelch a compiler warning.  Fix a URI
 string parsing bug.
 
 ------------------------------------------------------------------------
 r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
 Changed paths:
    M /trunk/config.h.win32
    M /trunk/epan/dissectors/packet-dcp-etsi.c
    M /trunk/epan/dissectors/packet-ssl.c
    M /trunk/epan/ftypes/Makefile.nmake
    M /trunk/epan/wslua/template-init.lua
    M /trunk/version_info.c
    M /trunk/version_info.h
 
 A few more ethereal --> wireshark
 
 ------------------------------------------------------------------------
 r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
 Changed paths:
    M /trunk/epan/crypt/airpdcap.c
    M /trunk/epan/crypt/airpdcap_system.h
    M /trunk/epan/crypt/airpdcap_user.h
    M /trunk/epan/dissectors/packet-eapol.c
    M /trunk/epan/dissectors/packet-ieee80211.c
 
 Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note
 the lack of SSID).  Wildcarding combines the passphrase with the last
 seen SSID and attempts decryption.  The last-seen stack is only one
 element tall, which means it may get clobbered on busy and diverse
 networks.  We can expand it if needed.
 
 Make internal functions static in airpdcap.c.  Rearrange the
 AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get
 clobbered when we set our PSK.
 
 ------------------------------------------------------------------------
 r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
    M /trunk/epan/crypt/airpdcap.c
 
 Fix saving WPA key preferences from the decryption key management dialog,
 which was broken by r20388.
 
 ------------------------------------------------------------------------
 r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
 Changed paths:
    M /trunk/README
 
 Delist Windows 98 as possible platform
 
 ------------------------------------------------------------------------
 r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
 
 Fix potential buffer overruns in address_to_str_buf() found by Andrej 
 Mikus.  Add a buf_len parameter to ip_to_str_buf(), and make sure it's 
 enforced.  Copy the release notes over from the 0.99.5 trunk and add a
 note about the ISUP dissector (which is affected by the overrun).
 
 ------------------------------------------------------------------------

Directory: /trunk-0.99.5/epan/crypt/
  Changes    Path                 Action
  +182 -146  airpdcap.c           Modified
  +22 -0     airpdcap_system.h    Modified
  +19 -18    airpdcap_user.h      Modified

Directory: /trunk-0.99.5/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-dcp-etsi.c     Modified
  +41 -40    packet-eapol.c        Modified
  +47 -46    packet-ieee80211.c    Modified
  +271 -271  packet-isup.c         Modified
  +41 -41    packet-jxta.c         Modified
  +2 -2      packet-radius.c       Modified
  +1 -1      packet-ssl.c          Modified


(13 files not shown)