Wireshark-commits: [Wireshark-commits] rev 43426: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-g
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43426
User: gerald
Date: 2012/06/21 09:26 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43389 | morriss | 2012-06-19 13:20:18 -0700 (Tue, 19 Jun 2012) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-ipv6.c
M /trunk/epan/dissectors/packet-ipv6.h
Correct the IPv6 fragment offset shown in COL_INFO.
Make some Fragment header fields filterable (add_text() -> add_item()).
Display (and make filterable) the reserved octet and bits.
------------------------------------------------------------------------
r43401 | etxrab | 2012-06-20 00:59:20 -0700 (Wed, 20 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)
- be_speech_codec ( 3.2.2.104 Speech Codec) did not cover all codecs.
------------------------------------------------------------------------
r43408 | pascal | 2012-06-20 06:37:22 -0700 (Wed, 20 Jun 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-gmr1_dtap.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7383 :
Put back items into the correct dtap_tree tree and comment pd_tree that is unused for now
------------------------------------------------------------------------
r43409 | pascal | 2012-06-20 06:42:17 -0700 (Wed, 20 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-gmr1_dtap.c
Fix compilation with gcc...
------------------------------------------------------------------------
r43420 | gerald | 2012-06-20 13:44:05 -0700 (Wed, 20 Jun 2012) | 5 lines
Changed paths:
M /trunk/tshark.c
If we're making two passes and we have a display filter applied, create
a protocol tree in process_packet_first_pass(). Otherwise we crash with
ERROR:dfvm.c:434:dfvm_apply: assertion failed: (tree)
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+7 -7 packet-gmr1_dtap.c Modified
+36 -2 packet-gsm_a_bssmap.c Modified
+23 -11 packet-ipv6.c Modified
+1 -0 packet-ipv6.h Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+3 -3 release-notes.xml Modified
Directory: /trunk-1.8/
Changes Path Action
+5 -1 tshark.c Modified