Wireshark-commits: [Wireshark-commits] rev 29136: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-p
Date: Fri, 17 Jul 2009 23:34:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29136

User: gerald
Date: 2009/07/17 04:34 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-per.c
 
 From   Sean Yunjnz:
 Problem in packet-per.c for ASN.1 PER Encoding.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733
 ------------------------------------------------------------------------
 r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-rsvp.c
 
 Make sure some variables are initialized so that Valgrind quits
 complaining.  Use se_memdup to copy memory.
 ------------------------------------------------------------------------
 r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-rsvp.c
 
 Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
 se_alloced struct.
 ------------------------------------------------------------------------
 r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
    M /trunk/epan/reassemble.c
 
 Check for an overflow. This should hopefully fix bug 3672.
 ------------------------------------------------------------------------
 r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/airpcap_gui_utils.c
    M /trunk/gtk/main_airpcap_toolbar.c
 
 Set the extension channel correctly. Fixup whitespace.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path             Action
  +17 -2     packet-per.c     Modified
  +4 -6      packet-rsvp.c    Modified

Directory: /trunk-1.2/docbook/
  Changes    Path                 Action
  +12 -0     release-notes.xml    Modified

Directory: /trunk-1.2/epan/
  Changes    Path            Action
  +2 -1      reassemble.c    Modified

Directory: /trunk-1.2/gtk/
  Changes    Path                      Action
  +35 -32    airpcap_gui_utils.c       Modified
  +1 -1      main_airpcap_toolbar.c    Modified