Wireshark-commits: [Wireshark-commits] rev 29662: /trunk-1.2/ /trunk-1.2/plugins/asn1/: packet-asn1

Date: Tue, 01 Sep 2009 22:36:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29662

User: gerald
Date: 2009/09/01 03:36 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r28549 | rbalint | 2009-05-31 11:38:28 -0700 (Sun, 31 May 2009) | 3 lines
 Changed paths:
    M /trunk/dumpcap.c
 
 Set SIGPIPE handler every time the program starts.
 This hopefully fixes bug 1740.
 ------------------------------------------------------------------------
 r28589 | gal | 2009-06-02 02:44:52 -0700 (Tue, 02 Jun 2009) | 2 lines
 Changed paths:
    M /trunk/asn1/x509if/x509if.cnf
    M /trunk/epan/dissectors/packet-x509if.c
 
 Restore the generation and display of LDAP DNs from RDN components
 
 ------------------------------------------------------------------------
 r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 
 From Sebastien Decugis:
 Add Missing Diameter EAP support.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
 ------------------------------------------------------------------------
 r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/prefs_column.c
 
 Add a tooltip in case it's not obvious how to rearrange the columns.
 ------------------------------------------------------------------------
 r29145 | stig | 2009-07-20 04:42:28 -0700 (Mon, 20 Jul 2009) | 8 lines
 Changed paths:
    M /trunk/gtk/prefs_column.c
 
 Changed to use "Field type" instead of "Format", to be more descriptive.
 Moved "Filed name" fields below "Field type", to improve the layout.
 Always show the "Field name" fields, disable when field type is not custom.
 Remember field name even when changing field type, so the user can change his
 mind without losing the data entered.
 Some small adjustments to "Add" and "Remove" buttons.
 Added some tooltips.
 ------------------------------------------------------------------------
 r29149 | etxrab | 2009-07-20 23:02:12 -0700 (Mon, 20 Jul 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-e212.c
 
 From Gerasimos Dimitriadis:
 Enhancement to E.212 MCC/MNC decoding.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759
 ------------------------------------------------------------------------
 r29227 | kukosa | 2009-07-29 02:13:03 -0700 (Wed, 29 Jul 2009) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-sip.c
 
 Support for IPv6 addresses in URI
 ------------------------------------------------------------------------
 r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-isakmp.c
 
 From Neil Piercy:
 The Cert Authority hashes in the IKEv2 Cert Request are not dissected properly:
 the display offset is not correctly moved on, so the same info is displayed for
 all Cert Authority fields.
 ------------------------------------------------------------------------
 r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dns.c
 
 From Ivan Sy:
 NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
 ------------------------------------------------------------------------
 r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-rtcp.c
 
 Fix for bug 3800:
 Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
 ------------------------------------------------------------------------
 r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-zrtp.c
 
 Add additional cypher types.
 ------------------------------------------------------------------------
 r29278 | gerald | 2009-08-03 12:50:35 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-sccp.c
 
 Add a null pointer check. Remove some unused variables.
 ------------------------------------------------------------------------
 r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/compare_stat.c
    M /trunk/plugins/asn1/packet-asn1.c
 
 Add some null checks.
 ------------------------------------------------------------------------
 r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/asn1/h225/packet-h225-template.c
    M /trunk/epan/dissectors/packet-h225.c
 
 Add a couple of pointer checks.
 ------------------------------------------------------------------------
 r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-wbxml.c
 
 Fix for bug 3811:
 Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
 ------------------------------------------------------------------------
 r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ipv6.c
 
 From Ivan Sy:
 Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
 ------------------------------------------------------------------------
 r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/packaging/portableapps/win32/makefile.nmake
 
 Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable launcher and not the extractor.
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547.
 ------------------------------------------------------------------------
 r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/gtk/filter_autocomplete.c
 
 From Bahaa Naamneh via Bug 3538:
 
 This patch ensures that the filter autocompletion code handles protocols (radius and wimaxasncp) which uses delayed initialisation of protocols fields.
 ------------------------------------------------------------------------
 r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/wiretap/erf.c
 
 Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
 reported in bug 3849.
 ------------------------------------------------------------------------
 r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
 Changed paths:
    M /trunk/wiretap/erf.c
 
 Update a comment - a bad packet size could also be the result of a file
 not actually being an ERF file.
 
 Don't compute the packet size until you know that rlen is valid.
 ------------------------------------------------------------------------
 r29385 | gerald | 2009-08-11 14:11:12 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ieee80211.c
 
 Use the right size for FT_UINT16.
 ------------------------------------------------------------------------
 r29391 | jake | 2009-08-11 17:02:23 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
    M /trunk/gtk/graph_analysis.c
 
 Restore the formatting of the saved graph.
 ------------------------------------------------------------------------
 r29392 | kukosa | 2009-08-11 23:10:08 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-ssl-utils.c
 
 fix memoryleak causing crash with long SSL traces
 ------------------------------------------------------------------------
 
 
 Copy over the following with manual intervention:
 
 ------------------------------------------------------------------------
 r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
 Changed paths:
    M /trunk/cfile.h
    M /trunk/file.c
 
 Use g_slice if glib >=2.10
 ------------------------------------------------------------------------
 r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/file.c
 
 Free frame data slice on file reset
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
 ------------------------------------------------------------------------
 r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ieee80211.c
 
 Fix for bug 3806:
 Add presentation of Block Ack Bitmap.
 ------------------------------------------------------------------------
 r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_common.h
 
 'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsigned.
 The fix: change to 'if ((signed)curr_len <= 0)'.
 This is a bit of a hack but I think it works.
 See the comment in this file (packet-gsm_a_common.h).
 ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.2/plugins/asn1/
  Changes    Path             Action
  +45 -1     packet-asn1.c    Modified

Directory: /trunk-1.2/debian/
  Changes    Path          Action
  +1 -1      changelog     Modified

Directory: /trunk-1.2/diameter/
  Changes    Path          Action
  +44 -0     eap.xml       Added
  +0 -1      nasreq.xml    Modified

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path                     Action
  +22 -0     packet-diameter.c        Modified
  +5 -5      packet-dns.c             Modified
  +1329 -10  packet-e212.c            Modified
  +27 -19    packet-gsm_a_common.h    Modified
  +5 -1      packet-h225.c            Modified
  +11 -6     packet-ieee80211.c       Modified
  +3 -0      packet-ipv6.c            Modified


(25 files not shown)