http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26359
User: gerald
Date: 2008/10/06 12:27 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r25195 | morriss | 2008-04-29 08:20:19 -0700 (Tue, 29 Apr 2008) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-bthci_acl.c
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1513 : don't tvb_memcpy() more bytes than are in the (se_alloc()'d) buffer. tvb_memcpy()ing more bytes than are the TVB is okay (it'll except out).
------------------------------------------------------------------------
r25377 | martinm | 2008-05-25 16:55:36 -0700 (Sun, 25 May 2008) | 1 line
Changed paths:
M /trunk/epan/libwireshark.def
Add these functions as requested in bug 2553.
------------------------------------------------------------------------
r25487 | etxrab | 2008-06-19 07:39:43 -0700 (Thu, 19 Jun 2008) | 1 line
Changed paths:
M /trunk/epan/libwireshark.def
Export the tvb_get_bits functions.
------------------------------------------------------------------------
r26160 | etxrab | 2008-09-07 06:36:56 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-gprs-llc.c
From Neil Piercy:
Empty GPRS LLC S frames cause truncated data exception
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2855
------------------------------------------------------------------------
r26161 | etxrab | 2008-09-07 06:43:49 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
M /trunk/wiretap/k12text.l
From Neil Piercy:
VC6 Build problem: wiretap/k12text.c includes unistd.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2851
------------------------------------------------------------------------
r26164 | jake | 2008-09-07 23:02:35 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-nsip.c
From Neil Piercy:
The IP Address IE did not decode correctly - the address fetch did not skip the
Address Type field.
------------------------------------------------------------------------
r26166 | wmeier | 2008-09-08 09:13:39 -0700 (Mon, 08 Sep 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-ncp2222.inc
From Pavol Rusnak: Add missing break statement....
------------------------------------------------------------------------
r26173 | guy | 2008-09-10 14:48:15 -0700 (Wed, 10 Sep 2008) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-ieee80211.c
In the radio-information dissector, set the current protocol name before
calling the 802.11 dissector, so if we have a malformed frame or short
frame the right protocol name will be shown.
------------------------------------------------------------------------
r26174 | guy | 2008-09-10 14:55:02 -0700 (Wed, 10 Sep 2008) | 3 lines
Changed paths:
M /trunk/wiretap/airopeek9.c
A network type of 2 appears to be similar to a network type of 1
(including 0's rather than an FCS in the packet).
------------------------------------------------------------------------
r26169 | jake | 2008-09-09 14:17:17 -0700 (Tue, 09 Sep 2008) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-homeplug.c
Fix for bug 2859:
Skip data portion of unknown TLV.
Expand type interpretation and several other cleanups.
------------------------------------------------------------------------
r26190 | jake | 2008-09-14 06:09:14 -0700 (Sun, 14 Sep 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-q931.c
Fix for bug 2870:
Wrap dissect_q931_cause_ie() in a save version which clears the have_valid_q931_pi semaphore. This may remain set if a malformed q931 message causes an exception.
------------------------------------------------------------------------
Bump the version to 1.0.4. Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+12 -12 packet-bthci_acl.c Modified
+1 -1 packet-gprs-llc.c Modified
+119 -89 packet-homeplug.c Modified
+1 -0 packet-ieee80211.c Modified
+15 -10 packet-ip.c Modified
+30 -29 packet-ncp2222.inc Modified
+18 -2 packet-nsip.c Modified
+13 -3 packet-q931.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+23 -118 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+6 -0 libwireshark.def Modified
+2 -2 value_string.c Modified
(5 files not shown)