Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 33406: /trunk-1.4/ /trunk-1.4/asn1/acse/: acse.cnf /trun

Date: Fri, 02 Jul 2010 00:06:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33406

User: gerald
Date: 2010/07/01 05:06 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33158 | etxrab | 2010-06-08 01:55:07 -0700 (Tue, 08 Jun 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-gtpv2.c
 
 Fix packet-gtpv2.c:945:1: error: "/*" within comment
 ------------------------------------------------------------------------
 r33159 | etxrab | 2010-06-08 03:37:03 -0700 (Tue, 08 Jun 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-gtpv2.c
 
 Remove C++ style comment.
 ------------------------------------------------------------------------
 r33174 | stig | 2010-06-09 01:52:56 -0700 (Wed, 09 Jun 2010) | 2 lines
 Changed paths:
    M /trunk/epan/column-utils.c
 
 Corrected a typo in "display seconds with hours and minutes".
 ------------------------------------------------------------------------
 r33178 | stig | 2010-06-09 07:27:09 -0700 (Wed, 09 Jun 2010) | 3 lines
 Changed paths:
    M /trunk/asn1/acse/acse.cnf
    M /trunk/epan/dissectors/packet-acse.c
 
 Print correct RLRE reason in Info column.
 Dump RLRQ/RLRE text in Info column even when having no reason code.
 ------------------------------------------------------------------------
 r33200 | etxrab | 2010-06-09 13:24:23 -0700 (Wed, 09 Jun 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-diameter.c
 
 Fix a copy paste error.
 ------------------------------------------------------------------------
 r33201 | etxrab | 2010-06-09 13:25:50 -0700 (Wed, 09 Jun 2010) | 1 line
 Changed paths:
    M /trunk/epan/libwireshark.def
 
 Add dissector_table_foreach.
 ------------------------------------------------------------------------
 r33204 | stig | 2010-06-10 03:13:34 -0700 (Thu, 10 Jun 2010) | 3 lines
 Changed paths:
    M /trunk/gtk/menus.c
    M /trunk/gtk/proto_help.c
 
 From Jim Young via bug 4862:
 GLIB 2.14 necessary to compile Wireshark with Protocol help.
 ------------------------------------------------------------------------
 r33209 | etxrab | 2010-06-11 04:49:01 -0700 (Fri, 11 Jun 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-sdp.c
 
 Fix: Malformed packet if port is missing from path.
 ------------------------------------------------------------------------
 r33210 | jmayer | 2010-06-11 09:11:42 -0700 (Fri, 11 Jun 2010) | 17 lines
 Changed paths:
    M /trunk/README.DECT
    M /trunk/epan/dissectors/packet-dect.c
 
 Andreas Schuler <andreas (A) schulerdev.de>
 Updates to the DECT dissector:
 - using proto_tree_add_none_format()/proto_tree_add_item() instead of
   proto_tree_add_uint_format() where it makes sense
 - fixed display of full slot data
 - added some references to documentation
 - cleaned up packet length checking
 - put descrambled bfield-data in a tree
 - cleaned up some afield items
 - use custom columns instead adding all infos to COL_INFO
 - add some more infos to the columns
 
 Me:
 - Replace proto_tree_add_none_format(..., strvar) by
   proto_tree_add_none_format(..., "%s", strvar).
 - Fix an unused variable warning.
 ------------------------------------------------------------------------

Directory: /trunk-1.4/asn1/acse/
  Changes    Path          Action
  +11 -2     acse.cnf      Modified

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                 Action
  +16 -5     packet-acse.c        Modified
  +233 -137  packet-dect.c        Modified
  +1 -1      packet-diameter.c    Modified
  +5 -3      packet-gtpv2.c       Modified
  +3 -1      packet-sdp.c         Modified

Directory: /trunk-1.4/docbook/
  Changes    Path           Action
  +1 -1      Makefile.am    Modified

Directory: /trunk-1.4/epan/
  Changes    Path                Action
  +1 -1      column-utils.c      Modified
  +1 -0      libwireshark.def    Modified

Directory: /trunk-1.4/gtk/
  Changes    Path            Action
  +2 -2      menus.c         Modified
  +3 -3      proto_help.c    Modified


(2 files not shown)