------------------------------------------------------------------------
r29911 | gerald | 2009-09-14 16:25:38 -0700 (Mon, 14 Sep 2009) | 2 lines
Changed paths:
   M /trunk-1.0/ChangeLog
   M /trunk-1.0/NEWS

Update release files.

------------------------------------------------------------------------
r29935 | gerald | 2009-09-15 11:54:32 -0700 (Tue, 15 Sep 2009) | 2 lines
Changed paths:
   M /trunk-1.0/config.nmake
   M /trunk-1.0/configure.in
   M /trunk-1.0/debian/changelog
   M /trunk-1.0/docbook/release-notes.xml

Bump the versions.

------------------------------------------------------------------------
r29936 | gerald | 2009-09-15 12:02:10 -0700 (Tue, 15 Sep 2009) | 2 lines
Changed paths:
   M /trunk-1.0/version.conf

Switch back to development versions.

------------------------------------------------------------------------
r29939 | gerald | 2009-09-15 14:11:36 -0700 (Tue, 15 Sep 2009) | 2 lines
Changed paths:
   M /trunk-1.0/docbook/release-notes.xml

Update some bug IDs.

------------------------------------------------------------------------
r30015 | gerald | 2009-09-20 08:04:03 -0700 (Sun, 20 Sep 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-09-20]
------------------------------------------------------------------------
r30172 | gerald | 2009-09-27 08:04:11 -0700 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-09-27]
------------------------------------------------------------------------
r30219 | gerald | 2009-09-30 11:41:55 -0700 (Wed, 30 Sep 2009) | 17 lines
Changed paths:
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-radius.c

Copy over r28891 by hand:

------------------------------------------------------------------------
r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
Changed paths:
   M /trunk/epan/dissectors/packet-radius.c

packet-radius: Fix exception CLEANUP handling when malformed attribute list/pair seen;
Fixes crash reported in Bug #3578. [https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3578]
Essentially: CLEANUP_CALL_AND_POP wasn't being executed for certain error exits from
 dissect_attribute_pairs() thus leaving a CLEANUP entry on the exception stack.
Also: vsa_buffer_table wasn't being destroyed if an exception occurred in dissect_attribute_pairs.

------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r30303 | gerald | 2009-10-04 08:03:58 -0700 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-10-04]
------------------------------------------------------------------------
r30514 | gerald | 2009-10-11 08:04:03 -0700 (Sun, 11 Oct 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-10-11]
------------------------------------------------------------------------
r30597 | gerald | 2009-10-18 08:04:00 -0700 (Sun, 18 Oct 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-10-18]
------------------------------------------------------------------------
r30693 | gerald | 2009-10-25 08:04:24 -0700 (Sun, 25 Oct 2009) | 1 line
Changed paths:
   M /trunk-1.0/epan/enterprise-numbers
   M /trunk-1.0/manuf

[Automatic manuf and enterprise-numbers update for 2009-10-25]
------------------------------------------------------------------------
r30715 | gerald | 2009-10-26 11:39:51 -0700 (Mon, 26 Oct 2009) | 31 lines
Changed paths:
   M /trunk-1.0/ChangeLog
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-dcerpc-nt.c

Copy over r30208 from the trunk:

------------------------------------------------------------------------
r30208 | sahlberg | 2009-09-30 00:53:12 -0700 (Wed, 30 Sep 2009) | 28 lines
Changed paths:
   M /trunk/epan/dissectors/packet-dcerpc-nt.c

The dcerpc dissectors used to walk the list of items upward parent by 
parent in order to push teh display of extra interesting fields in the 
packet to higher up in the decode tree. This was useful for making sure 
that things like DomainNames etc are clearly visible without having to 
drill down 500 layers of NDR.

This code used to just blindly walk the indicated number of parents, and 
then attach the string to that item.
This relied on the "unsafe" assumption that the topmost item would have 
pointer point to itself, so this was "safe".

This is no longer safe since the root object in the tree now has NULL as 
parent, and thus some of these dcerpc interfaces can now cause a SEGV 
trying to dereference NULL->parent.

I added a macro to safely walk to the parent object, or remain at the 
current object if parent is NULL.

This was a serious bug, where dcerpc traffic could cause a SEGV.
Please merge into all stable versions.
------------------------------------------------------------------------

Update the release notes and changelog.

------------------------------------------------------------------------
