Wireshark-commits: [Wireshark-commits] rev 26372: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-b

Date: Tue, 07 Oct 2008 19:39:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26372

User: gerald
Date: 2008/10/07 12:39 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r26207 | jake | 2008-09-15 12:49:43 -0700 (Mon, 15 Sep 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dtls.c
 
 From Michael Bernhard:
 The dissector asserted displaying cookies in DTLS frames because it was registered as FT_NONE.
 ------------------------------------------------------------------------
 r26214 | jake | 2008-09-15 22:43:36 -0700 (Mon, 15 Sep 2008) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-wps.c
 
 From Vladimir Koutny:
 The size of selected_registrar fiels in WPS IE should be 1b, not 2b 
 (it is defined as BOOL in WPS specs).
 ------------------------------------------------------------------------
 r26228 | gerald | 2008-09-18 10:19:15 -0700 (Thu, 18 Sep 2008) | 2 lines
 Changed paths:
    M /trunk/asn1/snmp/snmp.cnf
    M /trunk/epan/dissectors/packet-snmp.c
    M /trunk/epan/dissectors/packet-snmp.h
 
 Fix a spelling error pointed out by Noam Rathaus.
 
 ------------------------------------------------------------------------
 r26248 | jake | 2008-09-22 14:53:44 -0700 (Mon, 22 Sep 2008) | 2 lines
 Changed paths:
    M /trunk/doc/README.developer
 
 Fix for bug 2889:
 Add description of FT_UINT_BYTES.
 ------------------------------------------------------------------------
 r26272 | etxrab | 2008-09-25 12:21:44 -0700 (Thu, 25 Sep 2008) | 2 lines
 Changed paths:
    M /trunk/asn1/ldap/packet-ldap-template.c
    M /trunk/epan/dissectors/packet-ldap.c
 
 Add the missing part of the fix for "Failure to dissect long SASL wrapped LDAP response".
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2687
 ------------------------------------------------------------------------
 r26311 | etxrab | 2008-09-30 11:15:09 -0700 (Tue, 30 Sep 2008) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dcp-etsi.c
 
 Fix Bug 2860 Malformed Packet DCP ETSI error with UDP packet length 9 by
 not accepting packages shorter than 10 bytes in the heuristic(min header length).
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2860
 ------------------------------------------------------------------------
 r26314 | jake | 2008-09-30 14:23:19 -0700 (Tue, 30 Sep 2008) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-mbtcp.c
 
 Fix for bug 2917:
 Modbus Application Protocol Specification V1.1b includes a function 43 (0x2b)
 Encapsulated Interface Transport.  When Wireshark encounters this message it is
 shown as a TCP message, not a Modbus message.
 ------------------------------------------------------------------------
 r26327 | morriss | 2008-10-01 06:57:41 -0700 (Wed, 01 Oct 2008) | 4 lines
 Changed paths:
    M /trunk/wiretap/commview.c
 
 Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :
 provide a default case (returning an error) to prevent wiretap from asserting
 out because we didn't set the packet encapsulation.
 
 ------------------------------------------------------------------------
 
 
 Copied over the following revisions by hand:
 
 ------------------------------------------------------------------------
 r26212 | jake | 2008-09-15 14:50:50 -0700 (Mon, 15 Sep 2008) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ssl-utils.c
    M /trunk/epan/dissectors/packet-vnc.c
    M /trunk/wiretap/file_access.c
    M /trunk/wiretap/file_wrappers.h
 
 Fix for bug 2875:
 Fix a final eth_fopen -> ws_fopen
 When configuring with --without-zlib these functions need to have some parameters tagged _U_
 ------------------------------------------------------------------------
 r26268 | sake | 2008-09-24 23:21:02 -0700 (Wed, 24 Sep 2008) | 6 lines
 Changed paths:
    M /trunk/gtk/main.c
 
 Fix for Bug 2891:
 
 Read the capture setting from the preferences *before* parsing the
 capture command line arguments.
 ------------------------------------------------------------------------
 r26333 | gerald | 2008-10-01 21:55:51 -0700 (Wed, 01 Oct 2008) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-btrfcomm.c
    M /trunk/epan/dissectors/packet-usb.c
 
 Make sure any data structures we allocate are properly initialized. Fixes
 bug 2922.
 
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path                  Action
  +2 -12     packet-btrfcomm.c     Modified
  +31 -0     packet-dcp-etsi.c     Modified
  +1 -1      packet-dtls.c         Modified
  +1 -1      packet-ldap.c         Modified
  +9 -14     packet-mbtcp.c        Modified
  +4 -4      packet-ppi.c          Modified
  +1 -1      packet-snmp.c         Modified
  +1 -1      packet-snmp.h         Modified
  +11 -5     packet-ssl-utils.c    Modified
  +3 -8      packet-usb.c          Modified
  +6 -1      packet-vnc.c          Modified


(8 files not shown)