Wireshark-commits: [Wireshark-commits] rev 39689: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-b

Date: Mon, 31 Oct 2011 16:53:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39689

User: gerald
Date: 2011/10/31 09:53 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r39665 | stig | 2011-10-29 03:28:58 -0700 (Sat, 29 Oct 2011) | 2 lines
   Changed paths:
      M /trunk/gtk/dfilter_expr_dlg.c
 
   Based on a patch provided by Prashanth in bug 6472:
   Only have one Filter Expression window.
   ------------------------------------------------------------------------
   r39666 | stig | 2011-10-29 11:26:57 -0700 (Sat, 29 Oct 2011) | 4 lines
   Changed paths:
      M /trunk/asn1/snmp/packet-snmp-template.c
      M /trunk/epan/dissectors/packet-snmp.c
 
   Added support for big integer64 values.
 
   This fixes bug 6295.
   ------------------------------------------------------------------------
   r39670 | rbalint | 2011-10-30 07:24:29 -0700 (Sun, 30 Oct 2011) | 1 line
   Changed paths:
      M /trunk/wireshark.desktop
 
   pass file to wireshark in wireshark.desktop
   ------------------------------------------------------------------------
   r39673 | stig | 2011-10-30 08:55:18 -0700 (Sun, 30 Oct 2011) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ber.c
 
   Increase the size of a unknown INTEGER to FT_INT64 to be able to show
   negative integers and integers up to MAXINT64.  We still don't support
   integers between MAXINT64 and MAXUINT64, which would be 9 bytes long.
   ------------------------------------------------------------------------
   r39681 | stig | 2011-10-30 14:32:27 -0700 (Sun, 30 Oct 2011) | 3 lines
   Changed paths:
      M /trunk/epan/wslua/wslua_proto.c
 
   Don't ep_strdup the protocol name when register a dissector, because
   this name will be collected when loading a capture file and the name
   will be gone.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-ber.c     Modified
  +12 -4     packet-snmp.c    Modified

Directory: /trunk-1.6/docbook/
  Changes    Path                 Action
  +18 -6     release-notes.xml    Modified

Directory: /trunk-1.6/gtk/
  Changes    Path                  Action
  +10 -2     dfilter_expr_dlg.c    Modified

Directory: /trunk-1.6/asn1/snmp/
  Changes    Path                      Action
  +9 -1      packet-snmp-template.c    Modified

Directory: /trunk-1.6/
  Changes    Path                 Action
  +1 -1      wireshark.desktop    Modified

Directory: /trunk-1.6/epan/wslua/
  Changes    Path             Action
  +1 -1      wslua_proto.c    Modified