Wireshark-commits: [Wireshark-commits] rev 34415: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-g
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34415
User: gerald
Date: 2010/10/07 04:08 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r34113 | etxrab | 2010-09-14 07:24:39 -0700 (Tue, 14 Sep 2010) | 7 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_rr.c
From Vincent Helfre:
Incorrect decoding of List of ARFCN in BCCH frequency list.
When the range 1024 is selected, it can happen that 2 bytes need to be read for
W1, and also for W2. In the current version, when W1 ends on a byte boundary,
W2 will get an incorrect value, since it will be truncated by 1 bit.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5214
------------------------------------------------------------------------
r34154 | jake | 2010-09-18 06:12:03 -0700 (Sat, 18 Sep 2010) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-sdp.c
Fix for bug 5220:
- Don't list codecs which are deleted by using port 0.
- Use real concatenation i.s.o. reprint, which seems to fail in some circumstances.
------------------------------------------------------------------------
r34176 | etxrab | 2010-09-21 07:56:55 -0700 (Tue, 21 Sep 2010) | 5 lines
Changed paths:
M /trunk/asn1/ldap/ldap.cnf
M /trunk/epan/dissectors/packet-ldap.c
The CLDAP attribute value on a CLDAP reply is no longer being decoded
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239
It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function.
http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390
------------------------------------------------------------------------
r34177 | etxrab | 2010-09-22 00:06:15 -0700 (Wed, 22 Sep 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_gm.c
From Pascal Quantin:
[NAS EPS] Traffic Flow Template IE dissection bugs.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5243
------------------------------------------------------------------------
r34179 | etxrab | 2010-09-22 03:38:45 -0700 (Wed, 22 Sep 2010) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_gm.c
M /trunk/epan/dissectors/packet-nas_eps.c
From Pascal Quantin:
[NAS EPS] Use Request Type IE defined in 3GPP 24.008
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5246
------------------------------------------------------------------------
r34184 | jake | 2010-09-22 09:35:02 -0700 (Wed, 22 Sep 2010) | 3 lines
Changed paths:
M /trunk/gtk/voip_calls_dlg.c
Fix for bug 5172:
Properly retrieve the H.245 endpoint IP address.
------------------------------------------------------------------------
r34199 | jake | 2010-09-22 23:58:55 -0700 (Wed, 22 Sep 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ipv6.c
Fix for bug 5252:
Use real IPv6 destination address when RH0 has 0 segments left.
------------------------------------------------------------------------
r34223 | wmeier | 2010-09-23 13:45:22 -0700 (Thu, 23 Sep 2010) | 2 lines
Changed paths:
M /trunk/gtk/dfilter_expr_dlg.c
Fix crash creating a filter (using "Expression ...") for a field with an extended value_string
------------------------------------------------------------------------
r34239 | jake | 2010-09-24 11:46:28 -0700 (Fri, 24 Sep 2010) | 2 lines
Changed paths:
M /trunk/plugins/interlink/packet-interlink.c
Track offset even when tree==NULL.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+32 -5 packet-gsm_a_gm.c Modified
+2 -2 packet-gsm_a_rr.c Modified
+4 -1 packet-ipv6.c Modified
+1 -1 packet-ldap.c Modified
+6 -21 packet-nas_eps.c Modified
+17 -6 packet-sdp.c Modified
Directory: /trunk-1.4/docbook/
Changes Path Action
+42 -0 release-notes.xml Modified
Directory: /trunk-1.4/gtk/
Changes Path Action
+4 -1 dfilter_expr_dlg.c Modified
+1 -1 voip_calls_dlg.c Modified
Directory: /trunk-1.4/plugins/interlink/
Changes Path Action
+4 -0 packet-interlink.c Modified
(1 file not shown)